diff --git a/current/catalog.json b/current/catalog.json index 91cf657e67..aaf683c387 100644 --- a/current/catalog.json +++ b/current/catalog.json @@ -88,12 +88,6 @@ "type": "application/json", "title": "Overture Building Footprints" }, - { - "rel": "child", - "href": "./gctr/collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, { "rel": "child", "href": "./pp/collection.json", @@ -106,24 +100,6 @@ "type": "application/json", "title": "Coastal European Exposure Database" }, - { - "rel": "child", - "href": "./shorelinemonitor-shorelines/collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "child", - "href": "./shorelinemonitor-raw-series/collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "child", - "href": "./gcts/collection.json", - "type": "application/json", - "title": "Global Coastal Transect System (GCTS)" - }, { "rel": "child", "href": "./slp/collection.json", @@ -190,11 +166,53 @@ "type": "application/json", "title": "Cost-benefit analysis of coastal adaptation per floodplain" }, + { + "rel": "child", + "href": "./gcts/collection.json", + "type": "application/json", + "title": "Global Coastal Transect System (GCTS)" + }, + { + "rel": "child", + "href": "./coastal-zone/collection.json", + "type": "application/json", + "title": "Coastal Zone" + }, { "rel": "child", "href": "./deltares-delta-dtm/collection.json", "type": "application/json", "title": "DeltaDTM: A global coastal digital terrain model" + }, + { + "rel": "child", + "href": "./shorelinemonitor-raw-series/collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Raw Shoreline Series" + }, + { + "rel": "child", + "href": "./gctr/collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + }, + { + "rel": "child", + "href": "./coastal-grid/collection.json", + "type": "application/json", + "title": "Coastal Grid" + }, + { + "rel": "child", + "href": "./s2-l2a-composite/collection.json", + "type": "application/json", + "title": "Sentinel-2 L2A Annual Composites" + }, + { + "rel": "child", + "href": "./shorelinemonitor-shorelines/collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" } ], "assets": { diff --git a/current/cba/collection.json b/current/cba/collection.json index 4eb3bc8d03..2f7d132cf4 100644 --- a/current/cba/collection.json +++ b/current/cba/collection.json @@ -164,7 +164,7 @@ } }, "base_url": "gs://coclico-data-public/coclico/CBA", - "sci:citation": "V\u00f6lz, V., Lincke, D., Hinkel, J., Honsel, L. (2024). Efficient adaptation pathways for European floodplains. tbd", + "sci:citation": "Völz, V., Lincke, D., Hinkel, J., Honsel, L. (2024). Efficient adaptation pathways for European floodplains. tbd", "version": "1", "title": "Cost-benefit analysis of coastal adaptation per floodplain", "extent": { diff --git a/current/coastal-grid/collection.json b/current/coastal-grid/collection.json new file mode 100644 index 0000000000..e548d731bd --- /dev/null +++ b/current/coastal-grid/collection.json @@ -0,0 +1,345 @@ +{ + "type": "Collection", + "id": "coastal-grid", + "stac_version": "1.0.0", + "description": "\nThe Coastal Grid dataset provides a global tiling system for geospatial analytics in coastal areas.\nIt supports scalable data processing workflows by offering structured grids at varying zoom levels\n(5, 6, 7, 8, 9, 10) and buffer sizes (500m, 1000m, 2000m, 5000m, 10000m, 15000m).\n\nEach tile contains information on intersecting countries, continents, and Sentinel-2 MGRS tiles\nas nested JSON lists. The dataset is particularly suited for applications requiring global coastal\ncoverage, such as satellite-based coastal monitoring, spatial analytics, and large-scale data processing.\n\nKey Features:\n- Global coverage of the coastal zone, derived from OpenStreetMap's generalized coastline (2023-02).\n- Precomputed intersections with countries, continents, and MGRS tiles.\n- Designed for use in scalable geospatial workflows.\n\nThis dataset is structured as a STAC collection, with individual items for each zoom level and buffer\nsize combination. Users can filter items by the `zoom` and `buffer_size` fields in the STAC metadata.\n\nPlease consider the following citation when using this dataset:\n\nFloris Reinier Calkoen, Arjen Pieter Luijendijk, Kilian Vos, Etiënne Kras, Fedor Baart,\nEnabling coastal analytics at planetary scale, Environmental Modelling & Software, 2024,\n106257, ISSN 1364-8152, https://doi.org/10.1016/j.envsoft.2024.106257.\n", + "links": [ + { + "rel": "license", + "href": "https://creativecommons.org/licenses/by/4.0/", + "type": "text/html", + "title": "CC BY 4.0 " + }, + { + "rel": "cite-as", + "href": "https://doi.org/10.1016/j.envsoft.2024.106257" + }, + { + "rel": "cite-as", + "href": "https://doi.org/10.1016/j.envsoft.2024.106257" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z10_10000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z10_1000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z10_15000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z10_2000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z10_5000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z10_500m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z5_10000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z5_1000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z5_15000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z5_2000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z5_5000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z5_500m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z6_10000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z6_1000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z6_15000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z6_2000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z6_5000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z6_500m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z7_10000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z7_1000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z7_15000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z7_2000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z7_5000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z7_500m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z8_10000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z8_1000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z8_15000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z8_2000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z8_5000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z8_500m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z9_10000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z9_1000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z9_15000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z9_2000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z9_5000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_grid_z9_500m.json", + "type": "application/json" + }, + { + "rel": "root", + "href": "../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "parent", + "href": "../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + } + ], + "stac_extensions": [ + "https://stac-extensions.github.io/item-assets/v1.0.0/schema.json", + "https://stac-extensions.github.io/scientific/v1.0.0/schema.json", + "https://stac-extensions.github.io/version/v1.2.0/schema.json" + ], + "item_assets": { + "data": { + "title": "Coastal Grid", + "description": "Parquet dataset providing a global structured coastal grid for coastal analytics", + "roles": [ + "data" + ], + "type": "application/vnd.apache.parquet", + "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." + } + ] + } + }, + "storage_pattern": "az://coastal-grid/release/2025-01-01/*.parquet", + "sci:doi": "10.1016/j.envsoft.2024.106257", + "sci:citation": "Floris Reinier Calkoen, Arjen Pieter Luijendijk, Kilian Vos, Etiënne Kras, Fedor Baart, Enabling coastal analytics at planetary scale, Environmental Modelling & Software, 2024, 106257, ISSN 1364-8152, https://doi.org/10.1016/j.envsoft.2024.106257.", + "sci:publications": [ + { + "doi": "10.1016/j.envsoft.2024.106257", + "citation": "Floris Reinier Calkoen, Arjen Pieter Luijendijk, Kilian Vos, Etiënne Kras, Fedor Baart, Enabling coastal analytics at planetary scale, Environmental Modelling & Software, 2024, 106257, ISSN 1364-8152, https://doi.org/10.1016/j.envsoft.2024.106257." + } + ], + "version": "2025-01-01", + "title": "Coastal Grid", + "extent": { + "spatial": { + "bbox": [ + [ + -180.0, + -78.87279612057878, + 180.0, + 83.79921585603272 + ] + ] + }, + "temporal": { + "interval": [ + [ + "2023-02-09T00:00:00Z", + "2023-02-09T00:00:00Z" + ] + ] + } + }, + "license": "CC-BY-4.0", + "keywords": [ + "Coastal analytics", + "Coastal change", + "Coastal monitoring", + "Satellite-derived shorelines", + "Coastal zone", + "Deltares", + "CoCliCo", + "GeoParquet" + ], + "providers": [ + { + "name": "Deltares", + "roles": [ + "producer", + "processor", + "host", + "licensor" + ], + "url": "https://deltares.nl" + } + ], + "assets": { + "thumbnail": { + "href": "https://coclico.blob.core.windows.net/assets/thumbnails/coastal-grid-thumbnail.jpeg", + "type": "image/jpeg", + "title": "Thumbnail" + }, + "geoparquet-stac-items": { + "href": "https://coclico.blob.core.windows.net/items/coastal-grid.parquet/coastal-grid.parquet", + "type": "application/vnd.apache.parquet", + "title": "GeoParquet STAC items", + "description": "Snapshot of the collection's STAC items exported to GeoParquet format.", + "created": "2023-02-09T00:00:00Z", + "roles": [ + "metadata" + ] + } + } +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z10_10000m.json b/current/coastal-grid/items/coastal_grid_z10_10000m.json new file mode 100644 index 0000000000..2b6c08cfe6 --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z10_10000m.json @@ -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": "2025-01-06T17:52:14.156969Z", + "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/2025-01-01/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/2025-01-01/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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z10_1000m.json b/current/coastal-grid/items/coastal_grid_z10_1000m.json new file mode 100644 index 0000000000..f71c6e63ce --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z10_1000m.json @@ -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_1000m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.7474859668643 + ], + [ + 180.0, + 83.67390089882974 + ], + [ + -180.0, + 83.67390089882974 + ], + [ + -180.0, + -78.7474859668643 + ], + [ + 180.0, + -78.7474859668643 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.7474859668643, + 180.0, + 83.67390089882974 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.7474859668643, + 180.0, + 83.67390089882974 + ], + "proj:epsg": 4326, + "table:row_count": 68649, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z10_1000m.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/2025-01-01/coastal_grid_z10_1000m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z10_15000m.json b/current/coastal-grid/items/coastal_grid_z10_15000m.json new file mode 100644 index 0000000000..0a5a75ffcb --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z10_15000m.json @@ -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_15000m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.87279612057878 + ], + [ + 180.0, + 83.79921585603272 + ], + [ + -180.0, + 83.79921585603272 + ], + [ + -180.0, + -78.87279612057878 + ], + [ + 180.0, + -78.87279612057878 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.87279612057878, + 180.0, + 83.79921585603272 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.87279612057878, + 180.0, + 83.79921585603272 + ], + "proj:epsg": 4326, + "table:row_count": 82168, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z10_15000m.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/2025-01-01/coastal_grid_z10_15000m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z10_2000m.json b/current/coastal-grid/items/coastal_grid_z10_2000m.json new file mode 100644 index 0000000000..81fb51c9e4 --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z10_2000m.json @@ -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_2000m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.7564334234242 + ], + [ + 180.0, + 83.6828521023775 + ], + [ + -180.0, + 83.6828521023775 + ], + [ + -180.0, + -78.7564334234242 + ], + [ + 180.0, + -78.7564334234242 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.7564334234242, + 180.0, + 83.6828521023775 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.7564334234242, + 180.0, + 83.6828521023775 + ], + "proj:epsg": 4326, + "table:row_count": 61343, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z10_2000m.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/2025-01-01/coastal_grid_z10_2000m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z10_5000m.json b/current/coastal-grid/items/coastal_grid_z10_5000m.json new file mode 100644 index 0000000000..f7e6bc0238 --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z10_5000m.json @@ -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_5000m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.78331033620991 + ], + [ + 180.0, + 83.70970558975208 + ], + [ + -180.0, + 83.70970558975208 + ], + [ + -180.0, + -78.78331033620991 + ], + [ + 180.0, + -78.78331033620991 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.78331033620991, + 180.0, + 83.70970558975208 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.78331033620991, + 180.0, + 83.70970558975208 + ], + "proj:epsg": 4326, + "table:row_count": 61745, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z10_5000m.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/2025-01-01/coastal_grid_z10_5000m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z10_500m.json b/current/coastal-grid/items/coastal_grid_z10_500m.json new file mode 100644 index 0000000000..acfdcf3277 --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z10_500m.json @@ -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_500m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.7429595274173 + ], + [ + 180.0, + 83.66942528939313 + ], + [ + -180.0, + 83.66942528939313 + ], + [ + -180.0, + -78.7429595274173 + ], + [ + 180.0, + -78.7429595274173 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.7429595274173, + 180.0, + 83.66942528939313 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.7429595274173, + 180.0, + 83.66942528939313 + ], + "proj:epsg": 4326, + "table:row_count": 80995, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z10_500m.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/2025-01-01/coastal_grid_z10_500m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z5_10000m.json b/current/coastal-grid/items/coastal_grid_z5_10000m.json new file mode 100644 index 0000000000..d4313f063a --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z5_10000m.json @@ -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_z5_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": "2025-01-06T17:52:14.156969Z", + "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": 2146, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z5_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/2025-01-01/coastal_grid_z5_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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z5_1000m.json b/current/coastal-grid/items/coastal_grid_z5_1000m.json new file mode 100644 index 0000000000..67f93e4f3e --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z5_1000m.json @@ -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_z5_1000m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.7474859668643 + ], + [ + 180.0, + 83.67390089882974 + ], + [ + -180.0, + 83.67390089882974 + ], + [ + -180.0, + -78.7474859668643 + ], + [ + 180.0, + -78.7474859668643 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.7474859668643, + 180.0, + 83.67390089882974 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.7474859668643, + 180.0, + 83.67390089882974 + ], + "proj:epsg": 4326, + "table:row_count": 11598, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z5_1000m.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/2025-01-01/coastal_grid_z5_1000m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z5_15000m.json b/current/coastal-grid/items/coastal_grid_z5_15000m.json new file mode 100644 index 0000000000..290b88f1c2 --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z5_15000m.json @@ -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_z5_15000m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.87279612057878 + ], + [ + 180.0, + 83.79921585603272 + ], + [ + -180.0, + 83.79921585603272 + ], + [ + -180.0, + -78.87279612057878 + ], + [ + 180.0, + -78.87279612057878 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.87279612057878, + 180.0, + 83.79921585603272 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.87279612057878, + 180.0, + 83.79921585603272 + ], + "proj:epsg": 4326, + "table:row_count": 1699, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z5_15000m.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/2025-01-01/coastal_grid_z5_15000m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z5_2000m.json b/current/coastal-grid/items/coastal_grid_z5_2000m.json new file mode 100644 index 0000000000..69e0abbfe9 --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z5_2000m.json @@ -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_z5_2000m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.7564334234242 + ], + [ + 180.0, + 83.6828521023775 + ], + [ + -180.0, + 83.6828521023775 + ], + [ + -180.0, + -78.7564334234242 + ], + [ + 180.0, + -78.7564334234242 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.7564334234242, + 180.0, + 83.6828521023775 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.7564334234242, + 180.0, + 83.6828521023775 + ], + "proj:epsg": 4326, + "table:row_count": 6591, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z5_2000m.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/2025-01-01/coastal_grid_z5_2000m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z5_5000m.json b/current/coastal-grid/items/coastal_grid_z5_5000m.json new file mode 100644 index 0000000000..9012218263 --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z5_5000m.json @@ -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_z5_5000m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.78331033620991 + ], + [ + 180.0, + 83.70970558975208 + ], + [ + -180.0, + 83.70970558975208 + ], + [ + -180.0, + -78.78331033620991 + ], + [ + 180.0, + -78.78331033620991 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.78331033620991, + 180.0, + 83.70970558975208 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.78331033620991, + 180.0, + 83.70970558975208 + ], + "proj:epsg": 4326, + "table:row_count": 3391, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z5_5000m.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/2025-01-01/coastal_grid_z5_5000m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z5_500m.json b/current/coastal-grid/items/coastal_grid_z5_500m.json new file mode 100644 index 0000000000..583e4243f3 --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z5_500m.json @@ -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_z5_500m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.7429595274173 + ], + [ + 180.0, + 83.66942528939313 + ], + [ + -180.0, + 83.66942528939313 + ], + [ + -180.0, + -78.7429595274173 + ], + [ + 180.0, + -78.7429595274173 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.7429595274173, + 180.0, + 83.66942528939313 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.7429595274173, + 180.0, + 83.66942528939313 + ], + "proj:epsg": 4326, + "table:row_count": 20024, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z5_500m.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/2025-01-01/coastal_grid_z5_500m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z6_10000m.json b/current/coastal-grid/items/coastal_grid_z6_10000m.json new file mode 100644 index 0000000000..9e36c75890 --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z6_10000m.json @@ -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_z6_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": "2025-01-06T17:52:14.156969Z", + "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": 3222, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z6_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/2025-01-01/coastal_grid_z6_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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z6_1000m.json b/current/coastal-grid/items/coastal_grid_z6_1000m.json new file mode 100644 index 0000000000..6b7694632d --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z6_1000m.json @@ -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_z6_1000m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.7474859668643 + ], + [ + 180.0, + 83.67390089882974 + ], + [ + -180.0, + 83.67390089882974 + ], + [ + -180.0, + -78.7474859668643 + ], + [ + 180.0, + -78.7474859668643 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.7474859668643, + 180.0, + 83.67390089882974 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.7474859668643, + 180.0, + 83.67390089882974 + ], + "proj:epsg": 4326, + "table:row_count": 13167, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z6_1000m.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/2025-01-01/coastal_grid_z6_1000m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z6_15000m.json b/current/coastal-grid/items/coastal_grid_z6_15000m.json new file mode 100644 index 0000000000..71b428b5c3 --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z6_15000m.json @@ -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_z6_15000m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.87279612057878 + ], + [ + 180.0, + 83.79921585603272 + ], + [ + -180.0, + 83.79921585603272 + ], + [ + -180.0, + -78.87279612057878 + ], + [ + 180.0, + -78.87279612057878 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.87279612057878, + 180.0, + 83.79921585603272 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.87279612057878, + 180.0, + 83.79921585603272 + ], + "proj:epsg": 4326, + "table:row_count": 2719, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z6_15000m.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/2025-01-01/coastal_grid_z6_15000m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z6_2000m.json b/current/coastal-grid/items/coastal_grid_z6_2000m.json new file mode 100644 index 0000000000..05ea8c2c4c --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z6_2000m.json @@ -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_z6_2000m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.7564334234242 + ], + [ + 180.0, + 83.6828521023775 + ], + [ + -180.0, + 83.6828521023775 + ], + [ + -180.0, + -78.7564334234242 + ], + [ + 180.0, + -78.7564334234242 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.7564334234242, + 180.0, + 83.6828521023775 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.7564334234242, + 180.0, + 83.6828521023775 + ], + "proj:epsg": 4326, + "table:row_count": 7967, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z6_2000m.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/2025-01-01/coastal_grid_z6_2000m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z6_5000m.json b/current/coastal-grid/items/coastal_grid_z6_5000m.json new file mode 100644 index 0000000000..0accbf25fe --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z6_5000m.json @@ -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_z6_5000m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.78331033620991 + ], + [ + 180.0, + 83.70970558975208 + ], + [ + -180.0, + 83.70970558975208 + ], + [ + -180.0, + -78.78331033620991 + ], + [ + 180.0, + -78.78331033620991 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.78331033620991, + 180.0, + 83.70970558975208 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.78331033620991, + 180.0, + 83.70970558975208 + ], + "proj:epsg": 4326, + "table:row_count": 4583, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z6_5000m.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/2025-01-01/coastal_grid_z6_5000m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z6_500m.json b/current/coastal-grid/items/coastal_grid_z6_500m.json new file mode 100644 index 0000000000..e3e3456ca2 --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z6_500m.json @@ -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_z6_500m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.7429595274173 + ], + [ + 180.0, + 83.66942528939313 + ], + [ + -180.0, + 83.66942528939313 + ], + [ + -180.0, + -78.7429595274173 + ], + [ + 180.0, + -78.7429595274173 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.7429595274173, + 180.0, + 83.66942528939313 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.7429595274173, + 180.0, + 83.66942528939313 + ], + "proj:epsg": 4326, + "table:row_count": 21842, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z6_500m.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/2025-01-01/coastal_grid_z6_500m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z7_10000m.json b/current/coastal-grid/items/coastal_grid_z7_10000m.json new file mode 100644 index 0000000000..3413a51ce8 --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z7_10000m.json @@ -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_z7_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": "2025-01-06T17:52:14.156969Z", + "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": 5457, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z7_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/2025-01-01/coastal_grid_z7_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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z7_1000m.json b/current/coastal-grid/items/coastal_grid_z7_1000m.json new file mode 100644 index 0000000000..2852913f2e --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z7_1000m.json @@ -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_z7_1000m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.7474859668643 + ], + [ + 180.0, + 83.67390089882974 + ], + [ + -180.0, + 83.67390089882974 + ], + [ + -180.0, + -78.7474859668643 + ], + [ + 180.0, + -78.7474859668643 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.7474859668643, + 180.0, + 83.67390089882974 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.7474859668643, + 180.0, + 83.67390089882974 + ], + "proj:epsg": 4326, + "table:row_count": 16391, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z7_1000m.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/2025-01-01/coastal_grid_z7_1000m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z7_15000m.json b/current/coastal-grid/items/coastal_grid_z7_15000m.json new file mode 100644 index 0000000000..7f8a79644b --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z7_15000m.json @@ -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_z7_15000m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.87279612057878 + ], + [ + 180.0, + 83.79921585603272 + ], + [ + -180.0, + 83.79921585603272 + ], + [ + -180.0, + -78.87279612057878 + ], + [ + 180.0, + -78.87279612057878 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.87279612057878, + 180.0, + 83.79921585603272 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.87279612057878, + 180.0, + 83.79921585603272 + ], + "proj:epsg": 4326, + "table:row_count": 4941, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z7_15000m.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/2025-01-01/coastal_grid_z7_15000m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z7_2000m.json b/current/coastal-grid/items/coastal_grid_z7_2000m.json new file mode 100644 index 0000000000..cb8c9c8ea1 --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z7_2000m.json @@ -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_z7_2000m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.7564334234242 + ], + [ + 180.0, + 83.6828521023775 + ], + [ + -180.0, + 83.6828521023775 + ], + [ + -180.0, + -78.7564334234242 + ], + [ + 180.0, + -78.7564334234242 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.7564334234242, + 180.0, + 83.6828521023775 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.7564334234242, + 180.0, + 83.6828521023775 + ], + "proj:epsg": 4326, + "table:row_count": 10769, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z7_2000m.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/2025-01-01/coastal_grid_z7_2000m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z7_5000m.json b/current/coastal-grid/items/coastal_grid_z7_5000m.json new file mode 100644 index 0000000000..a7b1e1b611 --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z7_5000m.json @@ -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_z7_5000m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.78331033620991 + ], + [ + 180.0, + 83.70970558975208 + ], + [ + -180.0, + 83.70970558975208 + ], + [ + -180.0, + -78.78331033620991 + ], + [ + 180.0, + -78.78331033620991 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.78331033620991, + 180.0, + 83.70970558975208 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.78331033620991, + 180.0, + 83.70970558975208 + ], + "proj:epsg": 4326, + "table:row_count": 6922, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z7_5000m.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/2025-01-01/coastal_grid_z7_5000m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z7_500m.json b/current/coastal-grid/items/coastal_grid_z7_500m.json new file mode 100644 index 0000000000..53232c4b18 --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z7_500m.json @@ -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_z7_500m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.7429595274173 + ], + [ + 180.0, + 83.66942528939313 + ], + [ + -180.0, + 83.66942528939313 + ], + [ + -180.0, + -78.7429595274173 + ], + [ + 180.0, + -78.7429595274173 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.7429595274173, + 180.0, + 83.66942528939313 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.7429595274173, + 180.0, + 83.66942528939313 + ], + "proj:epsg": 4326, + "table:row_count": 25467, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z7_500m.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/2025-01-01/coastal_grid_z7_500m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z8_10000m.json b/current/coastal-grid/items/coastal_grid_z8_10000m.json new file mode 100644 index 0000000000..4513d38f50 --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z8_10000m.json @@ -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_z8_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": "2025-01-06T17:52:14.156969Z", + "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": 10976, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z8_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/2025-01-01/coastal_grid_z8_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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z8_1000m.json b/current/coastal-grid/items/coastal_grid_z8_1000m.json new file mode 100644 index 0000000000..250b0a33b5 --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z8_1000m.json @@ -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_z8_1000m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.7474859668643 + ], + [ + 180.0, + 83.67390089882974 + ], + [ + -180.0, + 83.67390089882974 + ], + [ + -180.0, + -78.7474859668643 + ], + [ + 180.0, + -78.7474859668643 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.7474859668643, + 180.0, + 83.67390089882974 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.7474859668643, + 180.0, + 83.67390089882974 + ], + "proj:epsg": 4326, + "table:row_count": 22929, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z8_1000m.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/2025-01-01/coastal_grid_z8_1000m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z8_15000m.json b/current/coastal-grid/items/coastal_grid_z8_15000m.json new file mode 100644 index 0000000000..a22c89f4f6 --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z8_15000m.json @@ -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_z8_15000m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.87279612057878 + ], + [ + 180.0, + 83.79921585603272 + ], + [ + -180.0, + 83.79921585603272 + ], + [ + -180.0, + -78.87279612057878 + ], + [ + 180.0, + -78.87279612057878 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.87279612057878, + 180.0, + 83.79921585603272 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.87279612057878, + 180.0, + 83.79921585603272 + ], + "proj:epsg": 4326, + "table:row_count": 10775, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z8_15000m.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/2025-01-01/coastal_grid_z8_15000m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z8_2000m.json b/current/coastal-grid/items/coastal_grid_z8_2000m.json new file mode 100644 index 0000000000..195a4051a3 --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z8_2000m.json @@ -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_z8_2000m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.7564334234242 + ], + [ + 180.0, + 83.6828521023775 + ], + [ + -180.0, + 83.6828521023775 + ], + [ + -180.0, + -78.7564334234242 + ], + [ + 180.0, + -78.7564334234242 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.7564334234242, + 180.0, + 83.6828521023775 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.7564334234242, + 180.0, + 83.6828521023775 + ], + "proj:epsg": 4326, + "table:row_count": 16637, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z8_2000m.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/2025-01-01/coastal_grid_z8_2000m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z8_5000m.json b/current/coastal-grid/items/coastal_grid_z8_5000m.json new file mode 100644 index 0000000000..76a31671b7 --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z8_5000m.json @@ -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_z8_5000m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.78331033620991 + ], + [ + 180.0, + 83.70970558975208 + ], + [ + -180.0, + 83.70970558975208 + ], + [ + -180.0, + -78.78331033620991 + ], + [ + 180.0, + -78.78331033620991 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.78331033620991, + 180.0, + 83.70970558975208 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.78331033620991, + 180.0, + 83.70970558975208 + ], + "proj:epsg": 4326, + "table:row_count": 12308, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z8_5000m.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/2025-01-01/coastal_grid_z8_5000m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z8_500m.json b/current/coastal-grid/items/coastal_grid_z8_500m.json new file mode 100644 index 0000000000..871003ead1 --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z8_500m.json @@ -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_z8_500m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.7429595274173 + ], + [ + 180.0, + 83.66942528939313 + ], + [ + -180.0, + 83.66942528939313 + ], + [ + -180.0, + -78.7429595274173 + ], + [ + 180.0, + -78.7429595274173 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.7429595274173, + 180.0, + 83.66942528939313 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.7429595274173, + 180.0, + 83.66942528939313 + ], + "proj:epsg": 4326, + "table:row_count": 32696, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z8_500m.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/2025-01-01/coastal_grid_z8_500m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z9_10000m.json b/current/coastal-grid/items/coastal_grid_z9_10000m.json new file mode 100644 index 0000000000..15549e9ddd --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z9_10000m.json @@ -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_z9_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": "2025-01-06T17:52:14.156969Z", + "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": 25968, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z9_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/2025-01-01/coastal_grid_z9_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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z9_1000m.json b/current/coastal-grid/items/coastal_grid_z9_1000m.json new file mode 100644 index 0000000000..3e4daa6c01 --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z9_1000m.json @@ -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_z9_1000m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.7474859668643 + ], + [ + 180.0, + 83.67390089882974 + ], + [ + -180.0, + 83.67390089882974 + ], + [ + -180.0, + -78.7474859668643 + ], + [ + 180.0, + -78.7474859668643 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.7474859668643, + 180.0, + 83.67390089882974 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.7474859668643, + 180.0, + 83.67390089882974 + ], + "proj:epsg": 4326, + "table:row_count": 37044, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z9_1000m.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/2025-01-01/coastal_grid_z9_1000m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z9_15000m.json b/current/coastal-grid/items/coastal_grid_z9_15000m.json new file mode 100644 index 0000000000..ec1bb84b03 --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z9_15000m.json @@ -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_z9_15000m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.87279612057878 + ], + [ + 180.0, + 83.79921585603272 + ], + [ + -180.0, + 83.79921585603272 + ], + [ + -180.0, + -78.87279612057878 + ], + [ + 180.0, + -78.87279612057878 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.87279612057878, + 180.0, + 83.79921585603272 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.87279612057878, + 180.0, + 83.79921585603272 + ], + "proj:epsg": 4326, + "table:row_count": 27655, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z9_15000m.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/2025-01-01/coastal_grid_z9_15000m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z9_2000m.json b/current/coastal-grid/items/coastal_grid_z9_2000m.json new file mode 100644 index 0000000000..3436775f6a --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z9_2000m.json @@ -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_z9_2000m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.7564334234242 + ], + [ + 180.0, + 83.6828521023775 + ], + [ + -180.0, + 83.6828521023775 + ], + [ + -180.0, + -78.7564334234242 + ], + [ + 180.0, + -78.7564334234242 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.7564334234242, + 180.0, + 83.6828521023775 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.7564334234242, + 180.0, + 83.6828521023775 + ], + "proj:epsg": 4326, + "table:row_count": 29650, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z9_2000m.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/2025-01-01/coastal_grid_z9_2000m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z9_5000m.json b/current/coastal-grid/items/coastal_grid_z9_5000m.json new file mode 100644 index 0000000000..c44cc4d5c5 --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z9_5000m.json @@ -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_z9_5000m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.78331033620991 + ], + [ + 180.0, + 83.70970558975208 + ], + [ + -180.0, + 83.70970558975208 + ], + [ + -180.0, + -78.78331033620991 + ], + [ + 180.0, + -78.78331033620991 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.78331033620991, + 180.0, + 83.70970558975208 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.78331033620991, + 180.0, + 83.70970558975208 + ], + "proj:epsg": 4326, + "table:row_count": 25419, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z9_5000m.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/2025-01-01/coastal_grid_z9_5000m.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" +} \ No newline at end of file diff --git a/current/coastal-grid/items/coastal_grid_z9_500m.json b/current/coastal-grid/items/coastal_grid_z9_500m.json new file mode 100644 index 0000000000..48a238fe98 --- /dev/null +++ b/current/coastal-grid/items/coastal_grid_z9_500m.json @@ -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_z9_500m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.7429595274173 + ], + [ + 180.0, + 83.66942528939313 + ], + [ + -180.0, + 83.66942528939313 + ], + [ + -180.0, + -78.7429595274173 + ], + [ + 180.0, + -78.7429595274173 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.7429595274173, + 180.0, + 83.66942528939313 + ], + "properties": { + "created": "2025-01-06T17:52:14.156969Z", + "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.7429595274173, + 180.0, + 83.66942528939313 + ], + "proj:epsg": 4326, + "table:row_count": 47981, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-grid/release/2025-01-01/coastal_grid_z9_500m.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/2025-01-01/coastal_grid_z9_500m.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" +} \ No newline at end of file diff --git a/current/coastal-zone/collection.json b/current/coastal-zone/collection.json new file mode 100644 index 0000000000..fef524823d --- /dev/null +++ b/current/coastal-zone/collection.json @@ -0,0 +1,169 @@ +{ + "type": "Collection", + "id": "coastal-zone", + "stac_version": "1.0.0", + "description": "\nThe Coastal Zone dataset provides a vectorized representation of coastal zones at multiple buffer distances.\nIt is derived from a generalized version of the OpenStreetMap coastline (2023-02) and serves as a valuable\ntool for masking other datasets or for spatial analysis in coastal regions.\n\nThis STAC collection includes multiple layers, each corresponding to a specific buffer distance:\n500m, 1000m, 2000m, 5000m, 10000m, and 15000m. The buffer distance defines the zone's extent, with the\ntotal width being twice the buffer distance (e.g., a 5000m buffer results in a zone 10km wide).\n\nEach layer in the collection is stored as a separate item and can be filtered using the `buffer_size`\nfield in the item's properties. These layers contain only the geometry, enabling seamless integration with\nother geospatial data.\n\nPlease consider the following citation when using this dataset:\n\nFloris Reinier Calkoen, Arjen Pieter Luijendijk, Kilian Vos, Etiënne Kras, Fedor Baart,\nEnabling coastal analytics at planetary scale, Environmental Modelling & Software, 2024,\n106257, ISSN 1364-8152, https://doi.org/10.1016/j.envsoft.2024.106257.\n(https://www.sciencedirect.com/science/article/pii/S1364815224003189)\n\n", + "links": [ + { + "rel": "license", + "href": "https://creativecommons.org/licenses/by/4.0/", + "type": "text/html", + "title": "CC BY 4.0 " + }, + { + "rel": "cite-as", + "href": "https://doi.org/10.1016/j.envsoft.2024.106257" + }, + { + "rel": "cite-as", + "href": "https://doi.org/10.1016/j.envsoft.2024.106257" + }, + { + "rel": "cite-as", + "href": "https://doi.org/10.1016/j.envsoft.2024.106257", + "title": "Citation DOI" + }, + { + "rel": "item", + "href": "./items/coastal_zone_10000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_zone_1000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_zone_15000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_zone_2000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_zone_5000m.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/coastal_zone_500m.json", + "type": "application/json" + }, + { + "rel": "root", + "href": "../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "parent", + "href": "../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + } + ], + "stac_extensions": [ + "https://stac-extensions.github.io/item-assets/v1.0.0/schema.json", + "https://stac-extensions.github.io/scientific/v1.0.0/schema.json", + "https://stac-extensions.github.io/version/v1.2.0/schema.json" + ], + "item_assets": { + "data": { + "title": "Coastal Zone", + "description": "Parquet dataset with coastal zone geometries for multiple buffer distances.", + "roles": [ + "data" + ], + "type": "application/vnd.apache.parquet", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "geometry", + "type": "byte_array", + "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." + } + ] + } + }, + "storage_pattern": "az://coastal-zone/release/2024-12-08/*.parquet", + "sci:doi": "10.1016/j.envsoft.2024.106257", + "sci:citation": "Floris Reinier Calkoen, Arjen Pieter Luijendijk, Kilian Vos, Etiënne Kras, Fedor Baart, Enabling coastal analytics at planetary scale, Environmental Modelling & Software, 2024, 106257, ISSN 1364-8152, https://doi.org/10.1016/j.envsoft.2024.106257.", + "sci:publications": [ + { + "doi": "10.1016/j.envsoft.2024.106257", + "citation": "Floris Reinier Calkoen, Arjen Pieter Luijendijk, Kilian Vos, Etiënne Kras, Fedor Baart, Enabling coastal analytics at planetary scale, Environmental Modelling & Software, 2024, 106257, ISSN 1364-8152, https://doi.org/10.1016/j.envsoft.2024.106257." + } + ], + "version": "2024-12-08", + "title": "Coastal Zone", + "extent": { + "spatial": { + "bbox": [ + [ + -180.0, + -78.87279612057878, + 180.0, + 83.79921585603272 + ] + ] + }, + "temporal": { + "interval": [ + [ + "2023-02-09T00:00:00Z", + "2023-02-09T00:00:00Z" + ] + ] + } + }, + "license": "CC-BY-4.0", + "keywords": [ + "Coastal analytics", + "Cloud technology", + "Coastal change", + "Coastal monitoring", + "Satellite-derived shorelines", + "Coastal zone", + "Deltares", + "CoCliCo", + "GeoParquet" + ], + "providers": [ + { + "name": "Deltares", + "roles": [ + "producer", + "processor", + "host", + "licensor" + ], + "url": "https://deltares.nl" + } + ], + "assets": { + "thumbnail": { + "href": "https://coclico.blob.core.windows.net/assets/thumbnails/coastal-zone-thumbnail.jpeg", + "type": "image/jpeg", + "title": "Thumbnail", + "roles": [ + "thumbnail" + ] + }, + "geoparquet-stac-items": { + "href": "az://items/coastal-zone.parquet", + "type": "application/vnd.apache.parquet", + "title": "GeoParquet STAC items", + "description": "Snapshot of the collection's STAC items exported to GeoParquet format.", + "created": "2023-02-09T00:00:00Z", + "roles": [ + "metadata" + ] + } + } +} \ No newline at end of file diff --git a/current/coastal-zone/items/coastal_zone_10000m.json b/current/coastal-zone/items/coastal_zone_10000m.json new file mode 100644 index 0000000000..281470c659 --- /dev/null +++ b/current/coastal-zone/items/coastal_zone_10000m.json @@ -0,0 +1,113 @@ +{ + "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_zone_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-09T23:51:14.395393Z", + "table:columns": [ + { + "name": "geometry", + "type": "WKB", + "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." + }, + { + "name": "__index_level_0__", + "type": "int64" + } + ], + "proj:bbox": [ + -180.0, + -78.8280252306732, + 180.0, + 83.75446098665334 + ], + "proj:epsg": 4326, + "table:row_count": 1309, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-zone/release/2024-12-08/coastal_zone_10000m.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "Coastal Zone" + }, + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "Coastal Zone" + } + ], + "assets": { + "data": { + "href": "az://coastal-zone/release/2024-12-08/coastal_zone_10000m.parquet", + "type": "application/vnd.apache.parquet", + "title": "Coastal Zone", + "description": "Parquet dataset with coastal zone geometries for multiple buffer distances.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "geometry", + "type": "byte_array", + "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "coastal-zone" +} \ No newline at end of file diff --git a/current/coastal-zone/items/coastal_zone_1000m.json b/current/coastal-zone/items/coastal_zone_1000m.json new file mode 100644 index 0000000000..194ac050ef --- /dev/null +++ b/current/coastal-zone/items/coastal_zone_1000m.json @@ -0,0 +1,113 @@ +{ + "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_zone_1000m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.7474859668643 + ], + [ + 180.0, + 83.67390089882974 + ], + [ + -180.0, + 83.67390089882974 + ], + [ + -180.0, + -78.7474859668643 + ], + [ + 180.0, + -78.7474859668643 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.7474859668643, + 180.0, + 83.67390089882974 + ], + "properties": { + "created": "2024-12-09T23:51:14.395393Z", + "table:columns": [ + { + "name": "geometry", + "type": "WKB", + "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." + }, + { + "name": "__index_level_0__", + "type": "int64" + } + ], + "proj:bbox": [ + -180.0, + -78.7474859668643, + 180.0, + 83.67390089882974 + ], + "proj:epsg": 4326, + "table:row_count": 10104, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-zone/release/2024-12-08/coastal_zone_1000m.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "Coastal Zone" + }, + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "Coastal Zone" + } + ], + "assets": { + "data": { + "href": "az://coastal-zone/release/2024-12-08/coastal_zone_1000m.parquet", + "type": "application/vnd.apache.parquet", + "title": "Coastal Zone", + "description": "Parquet dataset with coastal zone geometries for multiple buffer distances.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "geometry", + "type": "byte_array", + "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "coastal-zone" +} \ No newline at end of file diff --git a/current/coastal-zone/items/coastal_zone_15000m.json b/current/coastal-zone/items/coastal_zone_15000m.json new file mode 100644 index 0000000000..14b1b19a7d --- /dev/null +++ b/current/coastal-zone/items/coastal_zone_15000m.json @@ -0,0 +1,113 @@ +{ + "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_zone_15000m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.87279612057878 + ], + [ + 180.0, + 83.79921585603272 + ], + [ + -180.0, + 83.79921585603272 + ], + [ + -180.0, + -78.87279612057878 + ], + [ + 180.0, + -78.87279612057878 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.87279612057878, + 180.0, + 83.79921585603272 + ], + "properties": { + "created": "2024-12-09T23:51:14.395393Z", + "table:columns": [ + { + "name": "geometry", + "type": "WKB", + "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." + }, + { + "name": "__index_level_0__", + "type": "int64" + } + ], + "proj:bbox": [ + -180.0, + -78.87279612057878, + 180.0, + 83.79921585603272 + ], + "proj:epsg": 4326, + "table:row_count": 929, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-zone/release/2024-12-08/coastal_zone_15000m.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "Coastal Zone" + }, + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "Coastal Zone" + } + ], + "assets": { + "data": { + "href": "az://coastal-zone/release/2024-12-08/coastal_zone_15000m.parquet", + "type": "application/vnd.apache.parquet", + "title": "Coastal Zone", + "description": "Parquet dataset with coastal zone geometries for multiple buffer distances.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "geometry", + "type": "byte_array", + "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "coastal-zone" +} \ No newline at end of file diff --git a/current/coastal-zone/items/coastal_zone_2000m.json b/current/coastal-zone/items/coastal_zone_2000m.json new file mode 100644 index 0000000000..be2ee03f94 --- /dev/null +++ b/current/coastal-zone/items/coastal_zone_2000m.json @@ -0,0 +1,113 @@ +{ + "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_zone_2000m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.7564334234242 + ], + [ + 180.0, + 83.6828521023775 + ], + [ + -180.0, + 83.6828521023775 + ], + [ + -180.0, + -78.7564334234242 + ], + [ + 180.0, + -78.7564334234242 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.7564334234242, + 180.0, + 83.6828521023775 + ], + "properties": { + "created": "2024-12-09T23:51:14.395393Z", + "table:columns": [ + { + "name": "geometry", + "type": "WKB", + "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." + }, + { + "name": "__index_level_0__", + "type": "int64" + } + ], + "proj:bbox": [ + -180.0, + -78.7564334234242, + 180.0, + 83.6828521023775 + ], + "proj:epsg": 4326, + "table:row_count": 5337, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-zone/release/2024-12-08/coastal_zone_2000m.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "Coastal Zone" + }, + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "Coastal Zone" + } + ], + "assets": { + "data": { + "href": "az://coastal-zone/release/2024-12-08/coastal_zone_2000m.parquet", + "type": "application/vnd.apache.parquet", + "title": "Coastal Zone", + "description": "Parquet dataset with coastal zone geometries for multiple buffer distances.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "geometry", + "type": "byte_array", + "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "coastal-zone" +} \ No newline at end of file diff --git a/current/coastal-zone/items/coastal_zone_5000m.json b/current/coastal-zone/items/coastal_zone_5000m.json new file mode 100644 index 0000000000..052965f895 --- /dev/null +++ b/current/coastal-zone/items/coastal_zone_5000m.json @@ -0,0 +1,113 @@ +{ + "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_zone_5000m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.78331033620991 + ], + [ + 180.0, + 83.70970558975208 + ], + [ + -180.0, + 83.70970558975208 + ], + [ + -180.0, + -78.78331033620991 + ], + [ + 180.0, + -78.78331033620991 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.78331033620991, + 180.0, + 83.70970558975208 + ], + "properties": { + "created": "2024-12-09T23:51:14.395393Z", + "table:columns": [ + { + "name": "geometry", + "type": "WKB", + "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." + }, + { + "name": "__index_level_0__", + "type": "int64" + } + ], + "proj:bbox": [ + -180.0, + -78.78331033620991, + 180.0, + 83.70970558975208 + ], + "proj:epsg": 4326, + "table:row_count": 2384, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-zone/release/2024-12-08/coastal_zone_5000m.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "Coastal Zone" + }, + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "Coastal Zone" + } + ], + "assets": { + "data": { + "href": "az://coastal-zone/release/2024-12-08/coastal_zone_5000m.parquet", + "type": "application/vnd.apache.parquet", + "title": "Coastal Zone", + "description": "Parquet dataset with coastal zone geometries for multiple buffer distances.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "geometry", + "type": "byte_array", + "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "coastal-zone" +} \ No newline at end of file diff --git a/current/coastal-zone/items/coastal_zone_500m.json b/current/coastal-zone/items/coastal_zone_500m.json new file mode 100644 index 0000000000..135608efeb --- /dev/null +++ b/current/coastal-zone/items/coastal_zone_500m.json @@ -0,0 +1,113 @@ +{ + "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_zone_500m", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 180.0, + -78.7429595274173 + ], + [ + 180.0, + 83.66942528939313 + ], + [ + -180.0, + 83.66942528939313 + ], + [ + -180.0, + -78.7429595274173 + ], + [ + 180.0, + -78.7429595274173 + ] + ] + ] + }, + "bbox": [ + -180.0, + -78.7429595274173, + 180.0, + 83.66942528939313 + ], + "properties": { + "created": "2024-12-09T23:51:14.395393Z", + "table:columns": [ + { + "name": "geometry", + "type": "WKB", + "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." + }, + { + "name": "__index_level_0__", + "type": "int64" + } + ], + "proj:bbox": [ + -180.0, + -78.7429595274173, + 180.0, + 83.66942528939313 + ], + "proj:epsg": 4326, + "table:row_count": 18349, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/coastal-zone/release/2024-12-08/coastal_zone_500m.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "Coastal Zone" + }, + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "Coastal Zone" + } + ], + "assets": { + "data": { + "href": "az://coastal-zone/release/2024-12-08/coastal_zone_500m.parquet", + "type": "application/vnd.apache.parquet", + "title": "Coastal Zone", + "description": "Parquet dataset with coastal zone geometries for multiple buffer distances.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "geometry", + "type": "byte_array", + "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "coastal-zone" +} \ No newline at end of file diff --git a/current/deltares-delta-dtm/collection.json b/current/deltares-delta-dtm/collection.json index 1b7115f361..ecd920c785 100644 --- a/current/deltares-delta-dtm/collection.json +++ b/current/deltares-delta-dtm/collection.json @@ -36580,6 +36580,12 @@ "href": "./items/DeltaDTM_v1_1_S69W091.json", "type": "application/json" }, + { + "rel": "service", + "href": "https://coclico.avi.deltares.nl/geoserver/cfhp/wms?bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&srs=EPSG:3857&transparent=true&width=256&height=256&layers=cfhp:HIGH_DEFENDED_MAPS_Mean_spring_tide", + "type": "application/vnd.ogc.wms_xml", + "title": "Geoserver WMS Link" + }, { "rel": "root", "href": "../catalog.json", @@ -36662,21 +36668,20 @@ "thumbnail": { "href": "https://coclico.blob.core.windows.net/assets/thumbnails/deltares-delta-dtm-thumbnail.jpeg", "type": "image/jpeg", - "title": "Thumbnail" + "title": "Thumbnail", + "roles": [ + "thumbnail" + ] }, "geoparquet-stac-items": { "href": "az://items/deltares-delta-dtm.parquet", "type": "application/vnd.apache.parquet", "title": "GeoParquet STAC items", "description": "Snapshot of the collection's STAC items exported to GeoParquet format.", + "created": "2023-10-30T00:00:00Z", "roles": [ - "data" + "metadata" ] - }, - "geoserver_link": { - "href": "https://coclico.avi.deltares.nl/geoserver/cfhp/wms?bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&srs=EPSG:3857&transparent=true&width=256&height=256&layers=cfhp:HIGH_DEFENDED_MAPS_Mean_spring_tide", - "type": "image/tiff; application=geotiff; profile=cloud-optimized", - "title": "Geoserver Mosaic link" } } } \ No newline at end of file diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E006.json index fd11856612..5d66abf18b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E006.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:39:59.660749Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 5.9998611111111115, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E009.json index c6b33f43e5..955f60be56 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E009.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:00.908439Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.99986111111111, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E010.json index 37390b0c9a..d972e75af4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E010.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:01.297422Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.99986111111111, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E041.json index 0a41f92870..57b90ac526 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E041.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:01.948014Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 40.99986111111111, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E042.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E042.json index 203df09804..d974afcbd8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E042.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E042.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:04.014199Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 41.99986111111111, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E042.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E042.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E043.json index 0be4f21684..9dc6352476 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E043.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:04.512129Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 42.99986111111111, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E072.json index 657cc593b6..2241344dd4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E072.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:04.550182Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 71.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E073.json index 69528acc77..316f0a38d1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E073.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:04.595063Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E097.json index 6d50286639..40305728a3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E097.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:04.912035Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 96.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E098.json index 40a8767ea4..6d101fc97a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E098.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:05.068107Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 97.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E099.json index 64455a6b23..3f7c6904a0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E099.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:05.671265Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 98.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E101.json index b0edcc19ec..c8ae9c43e2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E101.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:07.614751Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 100.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E102.json index 96afa37ac1..eee2e3be5e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E102.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:10.609516Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 101.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E103.json index 2060e622e1..c03c79ea91 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E103.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:11.901519Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 102.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E104.json index 10b74bf21f..d48d6df9c6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E104.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:12.344461Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 103.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E106.json index 15b85f8758..2eec8b47ba 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E106.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:12.401781Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 105.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E107.json index 0c3373c45b..eaf4b1102d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E107.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:12.470543Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 106.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E108.json index fa26bf1ab9..2e473a1875 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E108.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:12.709143Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 107.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E109.json index 680ba5fc88..efb2c4bf42 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E109.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:13.998583Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 108.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E110.json index 7719e4062e..b41fd02892 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E110.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:14.727769Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 109.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E111.json index efc6d3548d..51d9174c9f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E111.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:16.067772Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 110.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E112.json index 2c7606319a..478653ff8c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E112.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:17.012396Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 111.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E115.json index 6e07841662..c5545e8c97 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E115.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:17.238091Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E116.json index 210fa2b840..42605f6b68 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E116.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:18.468106Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E117.json index 615b1b8bda..1c013c8fcf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E117.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:19.108426Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E118.json index bab570664a..36b54f1b83 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E118.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:19.437474Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E119.json index ab3f535846..a63ab5cffe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E119.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:19.558876Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E120.json index 2d4b1f4859..41a3c3c097 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E120.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:19.977119Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E121.json index ac0ceb322a..5ddf49d7e2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E121.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:20.248035Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E122.json index c8be636243..afac24f8fd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E122.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:20.506058Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E123.json index 6d86411a20..5d8d3befaf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E123.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:20.799889Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E124.json index 8741848fa0..85bb92e4ac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E124.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:21.004021Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E126.json index b0f6347cab..b0ef76b8bf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E126.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:21.051059Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E127.json index 156b629b1d..9bc0881de3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E127.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:21.344154Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E128.json index 8f6507857c..049ef1d761 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E128.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:21.543117Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 127.99986111111112, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E129.json index 1df7e7148a..ee737d5efb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E129.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:21.588748Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.9998611111111, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E130.json index bcedf598af..1796fe77aa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E130.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:21.625392Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 129.9998611111111, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E131.json index 5c6547c49e..3ba76609bb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E131.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:21.679416Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.9998611111111, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E134.json index 3f504baa50..8cb068714f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E134.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:21.729049Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 133.9998611111111, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E172.json index 6ff6c71b90..d094e47e10 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E172.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:21.767501Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 171.9998611111111, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E173.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E173.json index 12d1737a1f..d655c4972f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E173.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00E173.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:21.872270Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 172.9998611111111, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E173.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00E173.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W050.json index af63079b3a..6314c5142a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W050.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:22.380188Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -50.00013888888889, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00W050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00W050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W051.json index b7b4e20050..8dd02928a6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W051.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:24.372101Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -51.00013888888889, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00W051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00W051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W052.json index 730c350531..c15a6dc566 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W052.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:25.394281Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -52.00013888888889, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00W052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00W052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W080.json index 4f4cfbe84c..91a1ec128d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W080.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:25.778918Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00013888888888, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W081.json index 73d62ca46e..2c7add5a4e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W081.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:25.908734Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00013888888888, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W090.json index d2187a4ea5..ed0df52b25 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W090.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:25.956241Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00013888888888, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W091.json index 905dcb217a..8e9029df62 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W091.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:26.058678Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00013888888888, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W092.json index 33403b1452..17e874a2d6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W092.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:26.165939Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00013888888888, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W177.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W177.json index 4fec439051..7904b7cede 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W177.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N00W177.json @@ -41,7 +41,7 @@ 1.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:26.210405Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -177.0001388888889, 0.0001388888888889323, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00W177.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N00W177.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E007.json index 2dd4af38b2..17e3ef1d56 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E007.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:26.265500Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 6.9998611111111115, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E009.json index dd006dca4e..1b35be284f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E009.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:27.027094Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.99986111111111, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E010.json index 98dcfec4f6..ae8eeca508 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E010.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:27.073679Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.99986111111111, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E043.json index 026b03cd2b..d4600ac947 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E043.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:27.117504Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 42.99986111111111, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E044.json index c7881cf881..88a805b0de 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E044.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:27.217887Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 43.99986111111111, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E045.json index 7160941331..df51e2794e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E045.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:27.270297Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 44.99986111111111, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E073.json index 2fcac8b20c..5664972db0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E073.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:27.332111Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99986111111112, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E097.json index 5ad8e82f99..3c727bfbdb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E097.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:27.707171Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 96.99986111111112, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E098.json index bd6af89dbc..1a31717274 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E098.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:28.112546Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 97.99986111111112, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E099.json index 9fd83dbe05..d015a55d62 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E099.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:28.278796Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 98.99986111111112, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E100.json index aa19f8692f..bc72418a08 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E100.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:29.969322Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 99.99986111111112, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E101.json index 97530afde6..d9e3a94215 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E101.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:32.767550Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 100.99986111111112, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E102.json index e86151c6a4..a98eb1095f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E102.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:34.029606Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 101.99986111111112, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E103.json index faa6e0cda8..479b66e29c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E103.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:35.508513Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 102.99986111111112, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E104.json index 26ac2422e7..782a95b34f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E104.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:36.301209Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 103.99986111111112, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E106.json index 8c9c9b7999..dc895f4f2a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E106.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:36.347533Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 105.99986111111112, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E107.json index dcc8fa0bd8..5cf52b9b63 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E107.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:36.404254Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 106.99986111111112, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E108.json index 453c61fff1..ee6d70dc1f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E108.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:36.582205Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 107.99986111111112, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E109.json index b0d68dbce8..569e381559 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E109.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:38.669384Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 108.99986111111112, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E110.json index 99a4ae5ef5..5b6db9c523 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E110.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:39.936058Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 109.99986111111112, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E111.json index caebff735f..c27b7886ae 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E111.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:41.251434Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 110.99986111111112, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E112.json index 0c0ddcca5c..ee42786955 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E112.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:41.433295Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 111.99986111111112, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E117.json index 20c45d2030..bc73fc7098 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E117.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:41.906860Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E118.json index 39c473a598..179134760f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E118.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:42.185104Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E119.json index 98f6bc99c9..785c7a4d74 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E119.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:42.234772Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E120.json index 6bdfd12b19..83d5016725 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E120.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:42.330747Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E121.json index 7cf96eb7bb..f1b9afef76 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E121.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:42.518665Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E122.json index cf55a589b6..5026c323eb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E122.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:42.623316Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E124.json index 9de93f15d4..50c64f9d8e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E124.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:42.771097Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E125.json index ae9f063f5a..e70667c534 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E125.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:42.942283Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E126.json index 87c2f45e99..15eb4ae286 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E126.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:42.984983Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99986111111112, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E127.json index a01c7fa687..5725b4214e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E127.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:43.273357Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99986111111112, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E128.json index 1bf3684418..641511ee94 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E128.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:43.543476Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 127.99986111111112, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E131.json index 42b3234b3a..5ce73c9a71 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E131.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:43.583939Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.9998611111111, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E154.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E154.json index a141e9eaaa..41e0846e23 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E154.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E154.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:43.621103Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 153.9998611111111, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E154.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E154.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E172.json index c1fd04dbd8..3fa3f3ca63 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E172.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:43.662639Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 171.9998611111111, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E173.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E173.json index c337fbbbf2..e928e94d93 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E173.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01E173.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:43.721719Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 172.9998611111111, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E173.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01E173.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01W050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01W050.json index afe90ba385..becb9a99d7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01W050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01W050.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:44.055297Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -50.00013888888889, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01W050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01W050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01W051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01W051.json index 856574d5b1..25829b2eaa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01W051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01W051.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:46.614708Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -51.00013888888889, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01W051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01W051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01W052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01W052.json index e006b404d6..8a70d8c7e0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01W052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01W052.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:46.814897Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -52.00013888888889, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01W052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01W052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01W079.json index f63d0b29f9..217d9ca398 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01W079.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:47.868009Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00013888888888, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01W080.json index efaa6376f2..cc03baf7dd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01W080.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:48.058159Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00013888888888, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01W092.json index 2c65f949fe..60a962dd8f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01W092.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:48.114142Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00013888888888, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01W158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01W158.json index 93639b5419..b5d8e3b075 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01W158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N01W158.json @@ -41,7 +41,7 @@ 2.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:48.263542Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -158.0001388888889, 1.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01W158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N01W158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E009.json index 180c33e23f..e4923c0ed5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E009.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:48.522237Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.99986111111111, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E010.json index 0da39b225e..b77eea0976 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E010.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:48.634967Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.99986111111111, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E045.json index 21d4642d41..5ed8f5fb0f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E045.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:48.869044Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 44.99986111111111, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E046.json index b0341322d6..09e8dfbca2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E046.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:49.224809Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 45.99986111111111, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E072.json index 06498b7318..ae7b28e56d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E072.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:49.265590Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 71.99986111111112, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E073.json index 6888d74a72..e06655b7a7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E073.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:49.351122Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99986111111112, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E095.json index f933d2485c..7e51334ce3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E095.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:49.591206Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 94.99986111111112, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E096.json index f9c6224040..d81b6b7326 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E096.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:49.852491Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 95.99986111111112, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E097.json index a226845bee..baf5d8aa43 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E097.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:50.500747Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 96.99986111111112, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E098.json index d9b8e6f98a..52eee48a6a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E098.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:50.762605Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 97.99986111111112, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E099.json index 46a681f0a9..66b8abfd55 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E099.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:51.619096Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 98.99986111111112, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E100.json index b49a0ca682..3d3e841428 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E100.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:52.658788Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 99.99986111111112, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E101.json index e4ff1f3822..d58069447c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E101.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:53.394724Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 100.99986111111112, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E102.json index 6a8e4aa2c4..bee0c3cd0a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E102.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:54.424694Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 101.99986111111112, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E103.json index d55c8ad4e1..5579bb3310 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E103.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:55.555505Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 102.99986111111112, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E104.json index fbc77ca6b4..3854f29768 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E104.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:55.641153Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 103.99986111111112, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E105.json index da6ca3ca4b..e16c471ffc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E105.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:55.724693Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 104.99986111111112, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E106.json index 74da3a499c..1cadc09116 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E106.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:55.775952Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 105.99986111111112, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E107.json index 078e0f7450..546b01cae1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E107.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:55.821295Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 106.99986111111112, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E108.json index fa67909635..b0da6e6d33 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E108.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:55.938687Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 107.99986111111112, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E109.json index 0f86d80414..51412b7b8f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E109.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:56.024553Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 108.99986111111112, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E111.json index 94d3a0940d..b7364cc869 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E111.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:57.591910Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 110.99986111111112, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E112.json index 1676ded09f..782891c617 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E112.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:58.938034Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 111.99986111111112, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E113.json index 3ebb7a4729..50628335fa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E113.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:59.433538Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 112.99986111111112, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E116.json index f610ab74c1..8e32e85275 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E116.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:40:59.709171Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E117.json index a6baf3edc3..4bc54230bc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E117.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:41:00.908805Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E118.json index b9b3934b4e..72f6f32d3b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E118.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:41:01.025494Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E125.json index 2a284614e3..ef4a02e5bc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E125.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:41:01.109010Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E127.json index ac8c48ade4..4ed2681558 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E127.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:41:01.198048Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99986111111112, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E128.json index 6f3b60fadd..9c3cded5f1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E128.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:41:01.354942Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 127.99986111111112, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E131.json index b4f92f16e6..ffde3de765 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E131.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:41:01.402133Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.9998611111111, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E173.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E173.json index 383b17aa7d..d4e155edb6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E173.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02E173.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:41:01.446473Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 172.9998611111111, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E173.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02E173.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02W051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02W051.json index 63a45cbde5..3afff0ebb1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02W051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02W051.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:41:02.089480Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -51.00013888888889, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02W051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02W051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02W052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02W052.json index 54356af5cb..b9f52fd0bf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02W052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02W052.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:41:02.731321Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -52.00013888888889, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02W052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02W052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02W078.json index 028d5161fa..af15702bb9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02W078.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:41:03.346816Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00013888888888, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02W079.json index 5b88e1e289..ad07797b68 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02W079.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:41:04.443871Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00013888888888, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02W158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02W158.json index 8e8d6ae212..374b1c61d7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02W158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N02W158.json @@ -41,7 +41,7 @@ 3.000138888888889 ], "properties": { - "created": "2024-11-22T14:41:04.495607Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -158.0001388888889, 2.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02W158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N02W158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E008.json index 5c0f86bd68..e39b53b3d9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E008.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:04.594867Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 7.9998611111111115, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E009.json index d361175e5b..c41acd8cfd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E009.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:05.422233Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.99986111111111, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E010.json index 3d138393a7..0aceb6b380 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E010.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:05.719276Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.99986111111111, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E046.json index 20f1f671a4..4250c9162e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E046.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:06.199568Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 45.99986111111111, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E047.json index f7474afa72..7945f97d49 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E047.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:06.562153Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99986111111111, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E072.json index 72b597097a..16a250c1f8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E072.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:06.608099Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 71.99986111111112, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E073.json index f537b1d4d9..cecb15a207 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E073.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:06.648565Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99986111111112, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E095.json index e155a59e35..b5280f17b0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E095.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:06.690559Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 94.99986111111112, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E096.json index e8eded7060..513b5b4ada 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E096.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:07.093113Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 95.99986111111112, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E097.json index 81720712e6..bbab5d21d6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E097.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:07.243150Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 96.99986111111112, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E098.json index 5cf6a92b76..e0d097456c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E098.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:07.976709Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 97.99986111111112, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E099.json index 7bca88d16b..b2c5ec882f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E099.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:08.582250Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 98.99986111111112, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E100.json index 40b5c28482..f0d35eb6c2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E100.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:08.870691Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 99.99986111111112, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E101.json index 79b2e40584..743089d0e4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E101.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:09.869663Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 100.99986111111112, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E102.json index e3d56cb524..3ab9adb3bf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E102.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:10.189920Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 101.99986111111112, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E103.json index 5a82de4e83..c962fe26ff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E103.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:11.030375Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 102.99986111111112, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E105.json index ea37b85877..9bca9d7a25 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E105.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:11.084735Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 104.99986111111112, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E106.json index 4e5fe497f3..1e3a3bfe2c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E106.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:11.210275Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 105.99986111111112, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E107.json index 207f9c861d..42b1ec07aa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E107.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:11.254736Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 106.99986111111112, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E108.json index 5c3a6abda7..bc1b435b3c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E108.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:11.573235Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 107.99986111111112, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E112.json index 499aa36ec1..52b71964ec 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E112.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:11.720473Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 111.99986111111112, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E113.json index a1f8daad7e..3634e85037 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E113.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:12.897692Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 112.99986111111112, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E114.json index 31d4bba729..73f91632ae 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E114.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:13.573328Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E116.json index fff98b75cc..d7c7426e3f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E116.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:14.184770Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E117.json index 1889acfea4..4a95257ef8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E117.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:15.629046Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E125.json index a10c6c5cfe..c88ef32306 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E125.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:15.778296Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E126.json index aaa02e830a..1c7541d620 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E126.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:15.880510Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99986111111112, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E131.json index c4a0e9325c..2b989500a8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E131.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:15.929186Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.9998611111111, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E154.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E154.json index d67362792a..e1f63603fd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E154.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E154.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:15.971044Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 153.9998611111111, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E154.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E154.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E172.json index 521a201685..6cb63355f0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E172.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:16.029039Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 171.9998611111111, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E173.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E173.json index 09f30ac3da..1274f91bda 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E173.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03E173.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:16.071527Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 172.9998611111111, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E173.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03E173.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03W051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03W051.json index 9eb39e2b2e..5cf3f7cb96 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03W051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03W051.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:16.122675Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -51.00013888888889, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03W051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03W051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03W052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03W052.json index 7e29268756..6d62f39a7f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03W052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03W052.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:17.644517Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -52.00013888888889, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03W052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03W052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03W077.json index fd184e99f7..db5753a26a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03W077.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:17.782883Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00013888888888, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03W078.json index da08886c9c..b781e0312f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03W078.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:18.384925Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00013888888888, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03W079.json index 2da99df51f..ad82775fa7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03W079.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:18.431124Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00013888888888, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03W160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03W160.json index bcae4ad7e1..3e1304a153 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03W160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N03W160.json @@ -41,7 +41,7 @@ 4.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:18.488257Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -160.0001388888889, 3.0001388888888885, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03W160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N03W160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E005.json index a6ec88db92..fd7f2989eb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E005.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:19.224843Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 4.9998611111111115, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E006.json index 398e64377a..58b36c6293 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E006.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:20.941158Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 5.9998611111111115, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E007.json index 5519d5473b..677e7fc2de 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E007.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:22.086164Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 6.9998611111111115, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E008.json index 5fdb2d6692..2b7c21d64b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E008.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:23.050432Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 7.9998611111111115, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E009.json index f655905b23..83d01465c7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E009.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:23.753877Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.99986111111111, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E010.json index 6058ed51f4..7e62e69374 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E010.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:23.846985Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.99986111111111, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E047.json index 80f2ddfd7e..61b11d101f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E047.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:24.062603Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99986111111111, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E048.json index 4c4bcdf60b..e1dcb46290 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E048.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:24.228846Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.99986111111111, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E072.json index 04f93cfae3..57dc19e5ff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E072.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:24.278616Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 71.99986111111112, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E073.json index 13a812c0d5..2fc0f9f51c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E073.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:24.322365Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99986111111112, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E095.json index c56ca884dd..596d6eb2e9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E095.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:24.630184Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 94.99986111111112, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E096.json index 44bba6d972..6df01338fc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E096.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:25.002268Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 95.99986111111112, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E097.json index a30657dcf7..693a56181a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E097.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:25.476068Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 96.99986111111112, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E098.json index 41c5e07d6a..ea7316942e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E098.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:25.933185Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 97.99986111111112, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E100.json index b4b967ab10..7296786544 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E100.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:26.822205Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 99.99986111111112, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E101.json index d593ae6fe5..1298111e96 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E101.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:27.189971Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 100.99986111111112, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E103.json index 66f14053e3..f867c3ac24 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E103.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:27.933592Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 102.99986111111112, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E107.json index fa27f3b488..41a124098c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E107.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:28.023075Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 106.99986111111112, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E108.json index bb5b247248..9a9336a3fa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E108.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:28.227097Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 107.99986111111112, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E113.json index db40619c7d..9cbc5ffb2d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E113.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:28.441541Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 112.99986111111112, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E114.json index 82ae957832..52277e807a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E114.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:29.967004Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E115.json index 2cac68dd43..59d0fd8491 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E115.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:30.336237Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E116.json index ef5a6ea54c..65aa24855e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E116.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:30.458117Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E117.json index 20d5cf2197..eafb107dcb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E117.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:31.154119Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E118.json index 9068d46f5b..725cb9de0d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E118.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:31.598848Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E119.json index b11c62c4b4..9f46ea62aa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E119.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:31.725331Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E120.json index 8634865738..571a511409 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E120.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:31.768870Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E125.json index d1adfdba54..b3769947ee 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E125.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:31.810970Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E126.json index b853bc8f92..056a18879c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E126.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:31.978603Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99986111111112, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E127.json index d967b7c1af..660f235b91 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E127.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:32.025569Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99986111111112, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E131.json index 4d681c8471..7eaa9534fa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E131.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:32.069840Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.9998611111111, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E132.json index bb2159f374..e1b1cf2c9c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E132.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:32.124557Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 131.9998611111111, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E168.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E168.json index dfc9152ef9..b8db8b01f8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E168.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04E168.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:32.168935Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 167.9998611111111, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E168.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04E168.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W002.json index 16d3f26523..7305f8f70b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W002.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:32.321747Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -2.000138888888889, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W003.json index 380f6bf664..833fda1b0a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W003.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:32.555325Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -3.000138888888889, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W006.json index ae7640e6a1..aac1138760 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W006.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:32.594733Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -6.0001388888888885, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W007.json index 4619cacb92..8549713ad2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W007.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:32.984116Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -7.0001388888888885, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W008.json index 8afe4a1041..a586865ab2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W008.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:33.671399Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -8.00013888888889, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W009.json index b5bba1ab82..4c402dbd5d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W009.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:34.158676Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -9.00013888888889, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W010.json index 9acb599ea5..d91ae5aeb2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W010.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:34.203447Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -10.00013888888889, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W052.json index c0ad7f093b..51596107f9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W052.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:35.000462Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -52.00013888888889, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W053.json index d965db6751..c2e392edd9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W053.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:36.004922Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -53.00013888888889, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W055.json index fabde63094..353dbb1981 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W055.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:36.142735Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -55.00013888888889, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W057.json index 1414853e62..4bc1e3a09b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W057.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:36.402342Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -57.00013888888889, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W058.json index 290d2b016b..e8717e95f1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W058.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:36.718943Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -58.00013888888889, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W059.json index 98b02767b6..be2c0f44c1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W059.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:36.860157Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -59.00013888888889, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W077.json index 5b0da4e988..1e9c7b18d6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W077.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:37.316969Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00013888888888, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W078.json index 41e824556e..0d14a11508 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W078.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:38.080948Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00013888888888, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W161.json index 700e06b560..894fa99d75 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N04W161.json @@ -41,7 +41,7 @@ 5.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:38.129201Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -161.0001388888889, 4.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N04W161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E000.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E000.json index 15ac8dee4d..67332e9e00 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E000.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E000.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:38.637073Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -0.0001388888888888889, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E000.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E000.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E001.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E001.json index 46f83d2d66..0ed08acb27 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E001.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E001.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:38.682047Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 0.9998611111111111, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E001.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E001.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E004.json index 6524ce704b..afcfb2b78a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E004.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:38.768123Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 3.999861111111111, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E005.json index 2d6cc9395a..9f6842b7da 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E005.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:41.165439Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 4.9998611111111115, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E006.json index 1095092484..3d4f7bc4da 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E006.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:43.382385Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 5.9998611111111115, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E007.json index f892f9c83c..7835f01112 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E007.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:43.870317Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 6.9998611111111115, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E008.json index 1cd351e9f3..832164458f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E008.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:44.425523Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 7.9998611111111115, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E048.json index 7252dfe5d1..8dd2a31145 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E048.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:44.656055Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.99986111111111, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E072.json index 5b6067a957..aaddfdfa62 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E072.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:44.706952Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 71.99986111111112, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E073.json index 324c8cf4e1..c4388d4083 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E073.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:44.779072Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99986111111112, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E080.json index 11320fffc4..a013ec0891 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E080.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:44.913504Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 79.99986111111112, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E095.json index 247b9163f3..884fe181f1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E095.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:45.255405Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 94.99986111111112, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E096.json index b4b2893fa5..b83dd27e48 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E096.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:45.542031Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 95.99986111111112, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E097.json index 7fe599e175..766460044f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E097.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:45.941723Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 96.99986111111112, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E100.json index 7ae96d0402..bf3257c0c2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E100.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:47.006363Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 99.99986111111112, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E101.json index 9cecc81b62..97c3d9f145 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E101.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:47.179455Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 100.99986111111112, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E102.json index 27b46cd238..58c6a8da66 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E102.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:48.087635Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 101.99986111111112, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E103.json index e1798fb02c..0bbdbc70e1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E103.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:48.407265Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 102.99986111111112, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E114.json index 02997d7e96..4acfe6ee95 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E114.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:48.453064Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E115.json index 04a8c8214e..4b1b4946d7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E115.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:49.082783Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E116.json index 62df4e5d9b..b2964a5dec 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E116.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:49.257525Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E117.json index a8ab9f10fd..dfc51eba59 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E117.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:50.418222Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E118.json index 5eac3c3590..4029cc3848 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E118.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:51.894039Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E119.json index 3c5fc0240d..78044ec1a2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E119.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:52.247265Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E120.json index bcac69688c..77d1682087 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E120.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:52.565098Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E121.json index 0b530b7dff..2a8033db9c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E121.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:52.702727Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E124.json index 66ce092cae..7321888a9a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E124.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:52.795045Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E125.json index 0ba84b5b66..0f634cb09e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E125.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:52.969635Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E132.json index 483074da02..e1ef404e93 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E132.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:53.036890Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 131.9998611111111, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E153.json index c753333910..3b48f2e305 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E153.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:53.085336Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 152.9998611111111, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E157.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E157.json index b5124849b1..b66424e4d0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E157.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E157.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:53.131329Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 156.9998611111111, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E157.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E157.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E162.json index 3c44fb1bbc..12b7b7f15b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E162.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:53.181642Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 161.9998611111111, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E163.json index ae1f99aaa7..008a890915 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E163.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:53.228623Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 162.9998611111111, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E168.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E168.json index 20f5e4e7f7..b102b93f7b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E168.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E168.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:53.265304Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 167.9998611111111, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E168.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E168.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E169.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E169.json index 0d9dcd358a..b7822889d3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E169.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E169.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:53.304513Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 168.9998611111111, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E169.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E169.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E172.json index ad83597c39..f45ebf2692 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05E172.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:53.341398Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 171.9998611111111, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05E172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W001.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W001.json index 32222088b3..1e20316f79 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W001.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W001.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:53.687989Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -1.000138888888889, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W001.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W001.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W002.json index edddaaee3e..91b8cd7259 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W002.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:53.943541Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -2.000138888888889, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W003.json index 0121c02b2f..cda1dcc7d1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W003.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:54.496819Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -3.000138888888889, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W004.json index 9c4949633f..a82e2e7c2a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W004.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:55.233853Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -4.0001388888888885, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W005.json index 5e4978a57e..387c803a0d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W005.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:56.225860Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -5.0001388888888885, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W006.json index 3f202528c1..bc410d34bc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W006.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:56.920729Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -6.0001388888888885, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W007.json index 0a5430120e..5f3e299571 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W007.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:57.112572Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -7.0001388888888885, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W009.json index a9cc949e79..b8fcadad56 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W009.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:57.271895Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -9.00013888888889, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W010.json index 49f146052a..0cdf077567 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W010.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:57.883802Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -10.00013888888889, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W011.json index 7e7ce6c259..3727baecf2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W011.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:58.035049Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -11.00013888888889, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W053.json index a953e539a9..4c92382bd8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W053.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:58.453913Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -53.00013888888889, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W054.json index 27c8a569b5..4c15121075 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W054.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:41:59.535336Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -54.00013888888889, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W055.json index 38ec1d6b47..a80cdfe40f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W055.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:01.984807Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -55.00013888888889, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W056.json index 9441654f75..bd5f823d92 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W056.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:05.197834Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -56.00013888888889, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W057.json index 65985bae10..1b996f593f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W057.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:08.127403Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -57.00013888888889, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W058.json index 5dd9073984..7a3c9641df 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W058.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:10.519096Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -58.00013888888889, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W059.json index b18229cb72..30e09bb7af 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W059.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:11.230844Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -59.00013888888889, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W077.json index a86b48a792..954b1f6ed6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W077.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:11.648495Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00013888888888, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W078.json index 7c25af8762..6272bf2ef9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W078.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:12.030838Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00013888888888, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W088.json index 2a951db754..e67aa94bd0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W088.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:12.076397Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00013888888888, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W163.json index 030a5bc2c3..8597e5bd76 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N05W163.json @@ -41,7 +41,7 @@ 6.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:12.117417Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -163.0001388888889, 5.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N05W163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E000.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E000.json index 0d07ff0f6e..5023582423 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E000.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E000.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:12.736934Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -0.0001388888888888889, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E000.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E000.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E001.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E001.json index a9a1fe930a..1135021724 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E001.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E001.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:13.637491Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 0.9998611111111111, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E001.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E001.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E002.json index b8bf2ae8e3..3dd2aaec4c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E002.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:14.734032Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 1.999861111111111, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E003.json index 9909ddb42a..37c177fac8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E003.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:15.775449Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 2.999861111111111, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E004.json index d5c31d0eee..3e5bcd61ce 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E004.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:17.023283Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 3.999861111111111, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E005.json index df0a265705..6cfe4d74bf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E005.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:18.022047Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 4.9998611111111115, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E006.json index 912a2888c6..ad3378a4be 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E006.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:18.905588Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 5.9998611111111115, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E007.json index 6510838773..68d3df5267 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E007.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:19.357070Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 6.9998611111111115, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E008.json index 75d4dfa9b6..752e898479 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E008.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:19.907670Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 7.9998611111111115, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E048.json index 2be1568a96..540b784e01 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E048.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:20.065626Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.99986111111111, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E049.json index c6431c305e..3ab3f82a4f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E049.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:20.377431Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99986111111111, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E072.json index f1a58251df..8a26171e93 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E072.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:20.425823Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 71.99986111111112, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E073.json index fcd78df1d9..800bf7b667 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E073.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:20.516920Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99986111111112, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E079.json index 4ebb1ec8bf..cf360dab11 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E079.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:20.755513Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 78.99986111111112, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E080.json index 51ef98a4c2..68f5be3fa5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E080.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:21.691826Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 79.99986111111112, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E081.json index 229dbad2cd..07d1b3571d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E081.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:22.104711Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 80.99986111111112, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E093.json index 18e9a92bb9..e1751c7589 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E093.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:22.258206Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 92.99986111111112, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E095.json index 0f213f34fb..5ad1f11b16 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E095.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:22.303313Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 94.99986111111112, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E099.json index 8e5831410c..6a95c47c7b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E099.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:22.825122Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 98.99986111111112, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E100.json index 8df1482240..73b5131265 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E100.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:23.898856Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 99.99986111111112, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E101.json index aac11e0ca2..4a8d950659 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E101.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:24.926233Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 100.99986111111112, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E102.json index 9d02d68328..6ffc9dd567 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E102.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:25.257940Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 101.99986111111112, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E115.json index e63aa700a7..bcda2a2d60 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E115.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:25.304984Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E116.json index 3a5dac6e82..7919726c44 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E116.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:25.760605Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E117.json index ab3e19b3db..fff22c8209 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E117.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:26.756146Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E118.json index b07cbc26cd..65dc4141ef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E118.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:26.851587Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E120.json index b76b579679..8d386fdb93 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E120.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:26.964623Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E121.json index 744626747a..9ee0664b6c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E121.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:27.221292Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E122.json index 6c6b368a8a..6c9c63fc5c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E122.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:27.381085Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E123.json index c8a23e45cd..d5baa550a5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E123.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:27.450543Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E124.json index c15c00cddd..ca310c4f2e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E124.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:28.120706Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E125.json index 2513091f8d..073221dbb0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E125.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:28.349393Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E126.json index 6cbf74d3f1..91a8399dd2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E126.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:28.526409Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99986111111112, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E134.json index b26fca27f9..65a5ca41c5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E134.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:28.578715Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 133.9998611111111, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E142.json index fa6efeec7b..e145c05ace 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E142.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:28.634709Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.9998611111111, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E143.json index 79209664ce..2603e80f57 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E143.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:28.673609Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.9998611111111, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E149.json index e817ae8bf1..c227c0c51b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E149.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:28.713986Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 148.9998611111111, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E151.json index dad1521903..0c169be046 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E151.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:28.752060Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 150.9998611111111, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E152.json index 1d226fe6dd..f0579301f0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E152.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:28.790334Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.9998611111111, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E157.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E157.json index 245356949b..1e51fe66d5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E157.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E157.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:28.827892Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 156.9998611111111, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E157.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E157.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E158.json index c7bcec7405..27cac32aeb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E158.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:29.003398Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 157.9998611111111, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E159.json index 01ee881c3e..9bea6f53a0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E159.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:29.050340Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 158.9998611111111, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E160.json index e18a2c10a3..8067837bba 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E160.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:29.094342Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 159.9998611111111, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E169.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E169.json index e2783bef40..ee97928632 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E169.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E169.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:29.140824Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 168.9998611111111, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E169.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E169.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E171.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E171.json index d896293715..2c0c52f90c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E171.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E171.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:29.188621Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 170.9998611111111, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E171.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E171.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E172.json index 6c4e0737e9..431c4e172a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06E172.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:29.231483Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 171.9998611111111, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06E172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W010.json index b9a5ee8608..05ccb765e2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W010.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:29.282986Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -10.00013888888889, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06W010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06W010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W011.json index 46833756ad..f9310db160 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W011.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:29.922713Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -11.00013888888889, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06W011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06W011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W012.json index 3a72aaa9ad..5b26d2c10a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W012.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:30.349932Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -12.00013888888889, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06W012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06W012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W056.json index 0d9429fd43..806331383c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W056.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:30.390855Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -56.00013888888889, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06W056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06W056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W057.json index c21123908b..a07104d04a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W057.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:30.428173Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -57.00013888888889, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06W057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06W057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W058.json index 60b2f198e3..eecf3896a2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W058.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:31.402369Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -58.00013888888889, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06W058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06W058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W059.json index 09f39aae0b..a4b3a16391 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W059.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:32.682582Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -59.00013888888889, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06W059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06W059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W077.json index d5e808ee28..ebcbd40e43 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W077.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:33.447814Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00013888888888, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W078.json index 478c82f0a7..f5a318d704 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W078.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:33.777814Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00013888888888, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W163.json index d1d9c57c5e..0a2d8abda9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N06W163.json @@ -41,7 +41,7 @@ 7.0001388888888885 ], "properties": { - "created": "2024-11-22T14:42:33.829593Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -163.0001388888889, 6.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06W163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N06W163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E002.json index 23156e1caf..08f188fc38 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E002.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:34.103956Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 1.999861111111111, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E049.json index 061affebbb..57bf635fe3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E049.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:34.205113Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99986111111111, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E072.json index c4ac7c6183..b062f64472 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E072.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:34.254387Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 71.99986111111112, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E073.json index c731a5a8b6..e1239a3358 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E073.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:34.295328Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99986111111112, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E079.json index d5fae9bef6..b4d8aa4324 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E079.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:34.813213Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 78.99986111111112, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E081.json index 235e183648..c90838815f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E081.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:35.384775Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 80.99986111111112, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E093.json index c096c22bf8..f61b9e3f0c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E093.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:35.557587Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 92.99986111111112, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E098.json index db53c60dc3..8f19e59a29 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E098.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:35.692998Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 97.99986111111112, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E099.json index 2faa644c2f..e32d8d36fb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E099.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:36.766818Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 98.99986111111112, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E100.json index 805eef3689..11784b5ef2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E100.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:37.688298Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 99.99986111111112, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E116.json index 4aef31cc21..ae53c85ad6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E116.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:37.814143Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E117.json index f4f6ac9406..8597938dda 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E117.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:38.037327Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E118.json index d81a0b3d39..2dbb10b152 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E118.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:38.089220Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E121.json index b6a9ce0797..06d3728075 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E121.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:38.136474Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E122.json index e07295da62..d8ad3c3fcb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E122.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:38.552405Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E123.json index fda94ceefd..7f5f920806 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E123.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:38.829167Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E124.json index b003a72d3e..95b658e926 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E124.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:39.473079Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E125.json index e5581b0e8a..efb80cadc3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E125.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:39.902717Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E126.json index f93bfb6c71..78bc37ee57 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E126.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:40.066283Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99986111111112, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E134.json index 38a0ef876f..a64d672d0b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E134.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:40.215714Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 133.9998611111111, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E143.json index 60ea0b900c..93721c59ab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E143.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:40.269673Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.9998611111111, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E144.json index 82ca2bfbc4..4d473e98e7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E144.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:40.314243Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 143.9998611111111, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E146.json index 3e4395a325..0b9246842f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E146.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:40.367105Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.9998611111111, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E147.json index 400f1d6a7b..f1472b3907 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E147.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:40.409578Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 146.9998611111111, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E149.json index 7ff4612260..cee5409861 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E149.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:40.453214Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 148.9998611111111, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E151.json index d48ed0c2b7..ce6330bdf8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E151.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:40.552696Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 150.9998611111111, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E152.json index 10ef25521c..6a7a8efcd7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E152.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:40.595779Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.9998611111111, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E157.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E157.json index 9a7d760e94..4dfd6b8c5b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E157.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E157.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:40.636734Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 156.9998611111111, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E157.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E157.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E158.json index f361ac3d68..711d1780d5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E158.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:40.679194Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 157.9998611111111, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E168.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E168.json index c46064efb9..0b1404ddea 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E168.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E168.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:40.724344Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 167.9998611111111, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E168.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E168.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E171.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E171.json index ff3c27435f..8a25e65395 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E171.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07E171.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:40.771944Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 170.9998611111111, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E171.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07E171.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W012.json index 125642d539..ab66742372 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W012.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:41.585787Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -12.00013888888889, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W013.json index 19b3f65207..545a3c0013 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W013.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:42.787560Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -13.00013888888889, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W014.json index a9098f218d..59c9f353b4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W014.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:42.832034Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -14.00013888888889, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W059.json index 0a0778dd97..3b29a566e4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W059.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:43.740829Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -59.00013888888889, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W060.json index fa511da36f..adb31f9522 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W060.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:45.665737Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.00013888888889, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W061.json index ba86fde365..e5eb587e56 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W061.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:45.818470Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00013888888889, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W065.json index c331b9cab6..abd9d7b801 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W065.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:46.200070Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00013888888888, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W066.json index 68e2acb152..c5589d450b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W066.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:46.706994Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00013888888888, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W067.json index 1310df5ade..c63cbb3f12 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W067.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:46.919049Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00013888888888, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W077.json index 4307dc8dcd..524a89176f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W077.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:47.797495Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00013888888888, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W078.json index 3b7bfb2d96..16e984eb41 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W078.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:48.720849Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00013888888888, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W079.json index 006e90bbdb..e79e306c9f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W079.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:48.879415Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00013888888888, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W080.json index e14c2c5293..cf0691a709 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W080.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:48.926267Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00013888888888, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W081.json index 4e4dd82db3..097ab07968 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W081.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:49.340773Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00013888888888, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W082.json index 68751e4167..6e4d0da6ff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W082.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:49.679142Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00013888888888, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W083.json index 09c36d661d..ecfb0e4e6d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N07W083.json @@ -41,7 +41,7 @@ 8.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:49.730684Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00013888888888, 7.000138888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N07W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E049.json index 95ae5b2d70..071b25414d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E049.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:49.777039Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99986111111111, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E050.json index c6391e0da8..eff6460c3a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E050.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:49.827150Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99986111111111, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E073.json index b6b9cf6762..13f4d882cc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E073.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:49.870653Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99986111111112, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E076.json index 72354655af..d343d055ba 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E076.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:50.174558Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 75.99986111111112, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E077.json index 3eff28ea49..b30308f56c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E077.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:50.611458Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 76.99986111111112, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E078.json index dcbdaa804e..f48f339fab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E078.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:50.931017Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 77.99986111111112, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E079.json index 4cb28f2389..55814d4a30 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E079.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:51.302717Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 78.99986111111112, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E080.json index c1d6982b84..96ea80a603 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E080.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:51.660918Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 79.99986111111112, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E081.json index cc325dd2af..531971c474 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E081.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:52.313679Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 80.99986111111112, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E092.json index 5c692b8532..a07c39a9cd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E092.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:52.360047Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 91.99986111111112, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E093.json index 744e9e7bea..730dc40cb6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E093.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:52.519480Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 92.99986111111112, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E097.json index 7daf4c8453..6c5406c2bc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E097.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:52.569326Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 96.99986111111112, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E098.json index 0b9554b5ab..8401abc6b4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E098.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:53.247805Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 97.99986111111112, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E099.json index 0e615ba34d..7f2df64dd6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E099.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:54.198001Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 98.99986111111112, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E100.json index c92e00dbb2..bbb0d2a7ed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E100.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:54.698395Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 99.99986111111112, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E104.json index b4fc88eea3..a216f25d34 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E104.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:55.035753Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 103.99986111111112, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E105.json index d3c18cde1b..0e9b36fe60 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E105.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:55.370564Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 104.99986111111112, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E106.json index 7f9fee31da..c38a9e356b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E106.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:55.424107Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 105.99986111111112, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E116.json index c249368fa3..63019f84dc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E116.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:55.466553Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E117.json index cd3b91ca8e..e1fa1a72ae 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E117.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:55.829311Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E118.json index 1240ec1fb5..1b94b95c27 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E118.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:55.900232Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E122.json index 2e7621efa5..1ca9809b18 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E122.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:56.000082Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E123.json index 96f297454c..bcb7ef39ea 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E123.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:56.367687Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E124.json index 5a5150db85..d07ba5cda3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E124.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:56.542561Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E125.json index 327362cdaa..5370e13549 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E125.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:57.081593Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E126.json index 78ac0f591f..b0aec3cb59 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E126.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:57.406892Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99986111111112, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E134.json index c331861d9d..572c853f13 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E134.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:57.455487Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 133.9998611111111, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E137.json index 1cb6c21afb..e062d04931 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E137.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:57.498960Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.9998611111111, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E144.json index c20d213ccb..0bc484c67b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E144.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:57.543111Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 143.9998611111111, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E149.json index 53d68e8f66..731843c766 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E149.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:57.583186Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 148.9998611111111, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E150.json index 0b1cd0228d..2a31fca4ee 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E150.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:57.619141Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.9998611111111, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E151.json index 025686a4dc..0507f1b245 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E151.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:57.665377Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 150.9998611111111, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E152.json index 6a8d0f7e1b..012a41c2f3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E152.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:57.702352Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.9998611111111, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E154.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E154.json index 35583bd8f3..d583d31058 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E154.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E154.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:57.739639Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 153.9998611111111, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E154.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E154.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E165.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E165.json index 691e119627..4ed1f83abe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E165.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E165.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:57.778309Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 164.9998611111111, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E165.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E165.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E166.json index becfbaf34a..29f0804e6d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E166.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:57.817007Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 165.9998611111111, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E167.json index 30823ea721..165abd9677 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E167.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:57.858347Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 166.9998611111111, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E168.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E168.json index 721b8993ee..f1b6a5c314 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E168.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E168.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:57.897082Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 167.9998611111111, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E168.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E168.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E170.json index 9b1311126f..2514ca79a3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E170.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:57.934874Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 169.9998611111111, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E171.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E171.json index 4e9f0c44b9..30315f97d2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E171.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08E171.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:58.002472Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 170.9998611111111, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E171.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08E171.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W013.json index 9ebffd8bc5..f990cc56c8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W013.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:58.832991Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -13.00013888888889, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W014.json index 5f36e8a872..dbb9f440b1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W014.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:42:59.283159Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -14.00013888888889, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W060.json index d9f7f691c7..9c2854aae6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W060.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:00.037682Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.00013888888889, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W061.json index 8e7fce6dac..d008bdb1b5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W061.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:01.764042Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00013888888889, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W062.json index 89195ce7c0..8393fd68f6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W062.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:03.461344Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00013888888889, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W063.json index b9b94f6e8e..f1adcf49b3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W063.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:04.216055Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.00013888888889, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W064.json index ddc0984106..b5332909f3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W064.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:04.536548Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00013888888888, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W065.json index 1d5bda74ab..644c12a004 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W065.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:04.699498Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00013888888888, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W072.json index c619899b0e..b818e826f6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W072.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:05.134931Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00013888888888, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W073.json index d03c57effe..d6b22ecc61 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W073.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:05.880115Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00013888888888, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W074.json index b77cc7b0e7..fe2788bb1e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W074.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:06.256318Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W075.json index c65e067607..05d22d0662 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W075.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:08.530094Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00013888888888, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W076.json index 827d8a5426..9f6b0c62a0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W076.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:09.408355Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00013888888888, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W077.json index bc46e8c1fb..c4c05f529b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W077.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:09.817795Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00013888888888, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W078.json index 0ba0a84dd4..68318613f7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W078.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:10.480356Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00013888888888, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W079.json index a098630ed4..326ae7ec4a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W079.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:11.046416Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00013888888888, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W080.json index 37fbb51a02..4bca73e738 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W080.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:11.237938Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00013888888888, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W081.json index 04b789a79f..731a74734c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W081.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:11.725747Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00013888888888, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W082.json index c551cadaf6..96b7d8d1df 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W082.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:12.094806Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00013888888888, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W083.json index 92590c0f60..0e0d209c9e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W083.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:12.624183Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00013888888888, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W084.json index 7c8e8e7778..1c5b7accdf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N08W084.json @@ -41,7 +41,7 @@ 9.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:12.979736Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00013888888888, 8.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N08W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E050.json index 4287f0a583..8b1187875b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E050.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:13.050985Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99986111111111, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E076.json index 5ce045e910..0bf1abd9d9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E076.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:14.055146Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 75.99986111111112, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E078.json index 3467961714..5365201527 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E078.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:14.909442Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 77.99986111111112, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E079.json index 386b7350da..4bc9463ca3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E079.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:15.221374Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 78.99986111111112, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E080.json index 5a6e6c6ede..0af312632b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E080.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:16.013066Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 79.99986111111112, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E092.json index 99214b0ac0..90a0627be7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E092.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:16.116908Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 91.99986111111112, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E097.json index 770ef4b158..316ac48020 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E097.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:16.165568Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 96.99986111111112, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E098.json index b99de9f66d..7de895aeb9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E098.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:16.573104Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 97.99986111111112, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E099.json index 1c81b12aa4..1158c20042 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E099.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:17.314784Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 98.99986111111112, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E100.json index 88b0d770c1..eace1e5a29 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E100.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:17.408208Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 99.99986111111112, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E102.json index 570cc9ac84..7d39bf3698 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E102.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:17.453296Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 101.99986111111112, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E103.json index 795ffb2b47..c6bae17637 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E103.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:17.496996Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 102.99986111111112, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E104.json index f2aeda52ff..497872a07a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E104.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:17.940013Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 103.99986111111112, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E105.json index 255a6d8937..c2e30551b6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E105.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:20.229910Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 104.99986111111112, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E106.json index 1781dc12e4..5308133afc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E106.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:21.021803Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 105.99986111111112, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E117.json index d82356fb0c..41e4336ea6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E117.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:21.157675Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E118.json index 86e1316665..eac660827f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E118.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:21.476144Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E119.json index 1dc678dbb4..8f01d7612d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E119.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:21.532340Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E120.json index 5d9ae87a40..5da322215d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E120.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:21.570124Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E121.json index 5dcfba9300..0079efd032 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E121.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:21.610132Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E122.json index 3a1d55b148..ce1ae4385a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E122.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:21.824291Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E123.json index de3dc2cf26..d99d0b180d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E123.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:22.091678Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E124.json index 859cb4b584..907c83afd7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E124.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:22.257867Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E125.json index c3708b582c..f2454b3581 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E125.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:22.579652Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E126.json index f77c86659b..c6510d1995 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E126.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:22.758742Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99986111111112, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E138.json index 110f7dbf85..4af8ad22c8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E138.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:22.856983Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.9998611111111, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E139.json index 5f26ffc26b..73cc1d72f5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E139.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:22.903458Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.9998611111111, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E140.json index 624b0605cb..fb11765b98 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E140.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:22.963770Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.9998611111111, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E145.json index 35bfb71dd6..f845d096ad 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E145.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:23.004276Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.9998611111111, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E160.json index 4f8f73b91f..8eaaf1a528 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E160.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:23.047546Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 159.9998611111111, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E165.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E165.json index 09bc47cd6f..66553f5494 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E165.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E165.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:23.092086Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 164.9998611111111, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E165.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E165.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E166.json index dc8209fd40..e0e70a44e7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E166.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:23.135787Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 165.9998611111111, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E167.json index 2e75c490c7..3d24465a60 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E167.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:23.197196Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 166.9998611111111, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E169.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E169.json index a4a2e087e2..1a02b1ae9d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E169.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E169.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:23.241010Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 168.9998611111111, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E169.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E169.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E170.json index bf9b3a94d7..5f3cab78dd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09E170.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:23.296834Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 169.9998611111111, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09E170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W013.json index 41467a69d2..170ab930cb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W013.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:23.490183Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -13.00013888888889, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W014.json index 14cd322fb8..aab9a830e8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W014.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:24.503063Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -14.00013888888889, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W015.json index 16730c5101..5d63f86c91 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W015.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:24.543446Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -15.00013888888889, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W061.json index 0393dd460f..eea4a15117 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W061.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:24.937496Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00013888888889, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W062.json index dece8ef3b9..861bdb91f9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W062.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:26.959791Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00013888888889, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W063.json index 6ff7eb7947..8c4340b8ff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W063.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:29.521273Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.00013888888889, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W064.json index cb91c66806..76e15653d5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W064.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:29.706132Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00013888888888, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W066.json index 052b4a8821..c0c603743b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W066.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:30.002744Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00013888888888, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W071.json index 287108a16f..3d6ca3eaa3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W071.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:30.296770Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00013888888888, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W072.json index dba6380150..4a6b07dff1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W072.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:30.997802Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00013888888888, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W073.json index f9fdb5dca0..a477822b87 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W073.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:32.366080Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00013888888888, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W074.json index 02ca306ca1..cf0b420a35 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W074.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:32.715245Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W075.json index ccb4dc5e85..4df5effaf3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W075.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:33.630159Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00013888888888, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W076.json index 9961615efd..66d73bc6b4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W076.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:34.211173Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00013888888888, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W077.json index 699c295276..0758891c0d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W077.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:34.352042Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00013888888888, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W078.json index 08f48fdb45..eb0487738d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W078.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:34.437054Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00013888888888, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W079.json index d84c9c2288..c48c6743bd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W079.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:34.646068Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00013888888888, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W080.json index 966891730c..219312e6f1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W080.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:35.080296Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00013888888888, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W081.json index bc743fc7cf..476d26169f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W081.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:35.288589Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00013888888888, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W082.json index 37a17502ce..8a25224c21 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W082.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:35.397307Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00013888888888, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W083.json index e4a52125b3..b667565f20 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W083.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:35.788023Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00013888888888, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W084.json index 00ccb3aecc..2f2d5dd133 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W084.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:35.955606Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00013888888888, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W085.json index c2c0d0a224..f3d98949bc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W085.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:36.241516Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00013888888888, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W086.json index d73585b3c9..47eddd7289 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N09W086.json @@ -41,7 +41,7 @@ 10.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:36.383833Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -86.00013888888888, 9.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N09W086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E043.json index 5af3d7d3d0..6086fe7097 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E043.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:36.588532Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 42.99986111111111, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E044.json index 3f7cd7a88b..17aea50f74 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E044.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:36.790185Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 43.99986111111111, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E045.json index f0b86c1280..769c9bb70a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E045.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:36.973741Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 44.99986111111111, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E046.json index 8809afbf71..86c82e48d1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E046.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:37.179666Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 45.99986111111111, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E047.json index 8327f1aa18..aa3ed90cfb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E047.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:37.234959Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99986111111111, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E050.json index dc5ae39d8c..85f10151f0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E050.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:37.340179Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99986111111111, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E051.json index 551ccade84..02884a8e30 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E051.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:37.497251Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.99986111111111, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E072.json index 150d620757..96efd5c2d4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E072.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:37.537668Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 71.99986111111112, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E073.json index a5becd3fdf..f0dac4b931 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E073.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:37.583308Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99986111111112, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E075.json index 1892d5cbe7..4c128b664f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E075.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:37.743280Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 74.99986111111112, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E076.json index 8dcf081c5b..e1fd5d4be9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E076.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:38.490803Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 75.99986111111112, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E079.json index 5f05ac98c5..82d9283828 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E079.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:39.868680Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 78.99986111111112, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E092.json index 47814d4b12..7bc05fff45 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E092.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:40.048358Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 91.99986111111112, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E097.json index bf16ef6c30..bcc5bca4db 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E097.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:40.120511Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 96.99986111111112, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E098.json index 1d2ebeb5c9..4b1019231b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E098.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:40.731037Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 97.99986111111112, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E099.json index 37fedcc2d6..13e1f37312 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E099.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:41.170558Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 98.99986111111112, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E102.json index ba9b7c6851..14923ad80f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E102.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:41.217085Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 101.99986111111112, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E103.json index 3baf082fae..ff25432a42 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E103.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:41.773583Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 102.99986111111112, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E104.json index cdd9e7a4aa..8376437598 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E104.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:43.317283Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 103.99986111111112, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E105.json index 4ac04914c6..38c02527e1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E105.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:46.484677Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 104.99986111111112, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E106.json index 5bce1e75fc..c624a47787 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E106.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:49.258311Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 105.99986111111112, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E107.json index fd0565243f..db81686dd4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E107.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:49.676794Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 106.99986111111112, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E108.json index 054bfba550..52c6906a85 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E108.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:49.801481Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 107.99986111111112, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E114.json index 470de2082b..06ad744574 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E114.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:49.845072Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E115.json index 706de8ec04..91f9a17138 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E115.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:49.883382Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E118.json index f8f5663ea6..a887f9ae12 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E118.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:50.007640Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E119.json index 2c83878ad7..8c6e39bd08 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E119.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:50.535618Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E120.json index 9abe331252..772e7e0628 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E120.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:50.584608Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E121.json index 16aa7c7d40..7a4605d5ca 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E121.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:50.691313Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E122.json index cc016df1d2..72987c8ca9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E122.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:51.219844Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E123.json index 81ff959648..455dc82aae 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E123.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:51.621076Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E124.json index c08ac6da83..1aec9137aa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E124.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:52.093338Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E125.json index d7ef48f03b..bdd5fb5da1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E125.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:52.300985Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E126.json index 6ab8a60239..a92fd2ca3a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E126.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:52.346323Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99986111111112, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E139.json index 8be9311de9..17b91dd877 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E139.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:52.385119Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.9998611111111, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E165.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E165.json index bcc96ea6ad..d4375e3ba2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E165.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E165.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:52.429652Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 164.9998611111111, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E165.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E165.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E166.json index be7071182c..3bd6dd764d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E166.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:52.469506Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 165.9998611111111, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E168.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E168.json index 179c410bd7..74e8edb10e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E168.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E168.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:52.507134Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 167.9998611111111, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E168.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E168.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E169.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E169.json index 4767b8254e..3b54b82ae9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E169.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E169.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:52.550848Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 168.9998611111111, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E169.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E169.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E170.json index 03eed3fab0..5671457c33 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10E170.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:52.590707Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 169.9998611111111, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10E170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W014.json index 2d3aa4985d..0ef5b6a8a3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W014.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:52.894394Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -14.00013888888889, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W015.json index e7c4ed53ec..eca46ea8dc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W015.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:53.879110Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -15.00013888888889, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W016.json index fe45eb149e..ff5cd79ad5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W016.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:53.994690Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -16.000138888888888, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W061.json index 157a9c17f3..271bf9d244 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W061.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:54.048968Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00013888888889, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W062.json index 975a8cfdae..65335b0985 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W062.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:54.773046Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00013888888889, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W063.json index 9e5f8ffefa..75f9b8502a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W063.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:55.539411Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.00013888888889, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W064.json index 959fcfafdb..d53373b796 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W064.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:56.079892Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00013888888888, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W065.json index 8e322fb7cc..b7871c4ccf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W065.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:56.402991Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00013888888888, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W066.json index 67b2515571..6c2989d468 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W066.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:56.695531Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00013888888888, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W067.json index 7d61b34f22..a9ba4faf0e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W067.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:56.966006Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00013888888888, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W068.json index 2aa0608470..9b17fc1915 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W068.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:57.078943Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00013888888888, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W069.json index fa1b46d511..b8d16cbb32 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W069.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:57.584900Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00013888888888, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W071.json index 3cdb188a13..456ad109b5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W071.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:57.633518Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00013888888888, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W072.json index 6217f3829c..9e099adef5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W072.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:58.522327Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00013888888888, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W073.json index 8efb87f91c..91f6fbc37a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W073.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:43:58.828766Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00013888888888, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W075.json index 22d2663c2e..b42af45f46 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W075.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:00.041239Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00013888888888, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W076.json index 39fcc422ea..758b6e2641 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W076.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:00.623322Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00013888888888, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W084.json index caf5224b34..924f0a2505 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W084.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:01.533893Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00013888888888, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W085.json index 2f53ba731f..88a4844ab8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W085.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:01.788905Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00013888888888, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W086.json index 10edb0cd44..bd518d33e0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N10W086.json @@ -41,7 +41,7 @@ 11.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:02.392275Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -86.00013888888888, 10.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N10W086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E042.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E042.json index cff2edffde..aeb3419efc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E042.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E042.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:02.562092Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 41.99986111111111, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E042.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E042.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E043.json index 8fd15aff21..157cee046f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E043.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:02.862951Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 42.99986111111111, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E047.json index 4868122bc0..50e9050342 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E047.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:03.075158Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99986111111111, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E048.json index f8353eb19f..52142922a2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E048.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:03.311253Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.99986111111111, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E049.json index 04f597e848..b2f9de4061 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E049.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:03.438682Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99986111111111, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E050.json index 1d1b161193..a6b6fdca0b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E050.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:03.612701Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99986111111111, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E051.json index c0cdd37f38..82a3403ca1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E051.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:03.762384Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.99986111111111, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E072.json index 169692e7e5..26cff6e946 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E072.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:03.811904Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 71.99986111111112, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E073.json index b48f7fba06..954c6eef57 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E073.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:03.850987Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99986111111112, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E075.json index da6bc05d0d..4a7ff87fb8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E075.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:04.473667Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 74.99986111111112, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E076.json index 56aec3b310..c2c4bb7a19 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E076.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:04.680466Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 75.99986111111112, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E079.json index 1ec7e1ce3c..0789aa52f4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E079.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:05.684254Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 78.99986111111112, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E092.json index 04713a719e..5c21982c85 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E092.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:05.981309Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 91.99986111111112, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E093.json index e65ebc9639..be00c1ecf1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E093.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:06.071968Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 92.99986111111112, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E097.json index b1b536a370..bcc1157f38 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E097.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:06.144665Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 96.99986111111112, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E098.json index 3375f29412..8357b55c89 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E098.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:06.963066Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 97.99986111111112, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E099.json index ec0edf7a3d..b597d2c358 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E099.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:07.462142Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 98.99986111111112, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E102.json index 81a50a9f2e..52229300c0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E102.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:07.633482Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 101.99986111111112, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E103.json index ccf4c5d1dd..d8811f3fd1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E103.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:08.552851Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 102.99986111111112, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E104.json index 3955f0dfc0..fbfb293113 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E104.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:09.732636Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 103.99986111111112, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E105.json index 8264f08015..e1fd617b24 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E105.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:12.568146Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 104.99986111111112, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E106.json index c56b528dec..a47fc7ac58 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E106.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:13.581642Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 105.99986111111112, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E108.json index f997b0b88e..d4640b199a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E108.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:13.853834Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 107.99986111111112, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E109.json index 237f6ad414..953135c4c3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E109.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:14.026887Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 108.99986111111112, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E114.json index 4e3332985b..2705006840 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E114.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:14.074035Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E115.json index 19e72ea76f..0f26c927e9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E115.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:14.115681Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E119.json index 16682b9cc2..cd474ffb54 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E119.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:14.357096Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E120.json index cc0bcaa915..9e8ea86e32 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E120.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:14.487392Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E121.json index b3dd7b94d9..23f391ad69 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E121.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:14.575905Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E122.json index 1fa2f103b4..114af70915 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E122.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:15.095686Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E123.json index 2b75031274..ff24b67de9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E123.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:15.538498Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E124.json index b0596ee31f..d70679b253 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E124.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:16.162234Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E125.json index b8db5b0b9c..92105eda05 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E125.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:16.663418Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E162.json index d71844abbf..4831a9d1dd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E162.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:16.714602Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 161.9998611111111, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E165.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E165.json index c8010cc6df..3c6f0cc651 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E165.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E165.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:16.761888Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 164.9998611111111, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E165.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E165.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E166.json index aea4f1e78d..e03dec7ad8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E166.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:16.809129Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 165.9998611111111, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E167.json index 8fce7046bb..7ff4e99793 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E167.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:16.851599Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 166.9998611111111, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E169.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E169.json index bd65e4ad96..194e3973cc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E169.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11E169.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:16.892969Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 168.9998611111111, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E169.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11E169.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W015.json index f2734179ca..555b43bdd2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W015.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:17.865301Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -15.00013888888889, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W016.json index 502ed015b1..530b743ae2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W016.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:19.542511Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -16.000138888888888, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W017.json index 9aaae8877a..fecadf2c8d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W017.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:20.013068Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -17.000138888888888, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W061.json index c3d8058ee7..429febbe2a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W061.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:20.103575Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00013888888889, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W062.json index 67a70d3080..0e2e1370a6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W062.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:20.150891Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00013888888889, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W064.json index e8418accf8..58632380d2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W064.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:20.260422Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00013888888888, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W065.json index 5413ffde0a..32f4ebac4a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W065.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:20.385887Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00013888888888, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W067.json index 11878c7e00..704fa11480 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W067.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:20.517056Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00013888888888, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W068.json index 044c19501a..d593626a15 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W068.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:20.558235Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00013888888888, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W069.json index 0c87026cdf..1b559049b7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W069.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:20.919958Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00013888888888, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W070.json index 86c3a518a8..4a79c09bee 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W070.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:21.356871Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00013888888888, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W071.json index 8051c8b902..ac92c316f2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W071.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:21.865744Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00013888888888, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W072.json index 0fd1a2683f..d6a59e90e2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W072.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:22.407428Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00013888888888, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W073.json index f6331a1af4..5df74f43d2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W073.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:23.377459Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00013888888888, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W074.json index 7846bf5a26..fb5ca8204c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W074.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:23.620208Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W075.json index 4846386828..93ca535aab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W075.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:23.766454Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00013888888888, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W084.json index 3044e4a497..0e072fb4e7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W084.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:24.380389Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00013888888888, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W085.json index 76cda475ee..b82586c42c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W085.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:24.677652Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00013888888888, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W086.json index e814cb8d9d..a78d6b67fc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W086.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:24.793738Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -86.00013888888888, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W087.json index b10e4dc773..974b70f3f6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N11W087.json @@ -41,7 +41,7 @@ 12.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:24.957952Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00013888888888, 11.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N11W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E040.json index 87f0c1aed0..a6d7a1e34e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E040.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:25.061524Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.99986111111111, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E041.json index c305ea480d..979aa2f0cd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E041.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:25.459995Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 40.99986111111111, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E042.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E042.json index 0bc14b53f6..785598c3b8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E042.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E042.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:25.671908Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 41.99986111111111, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E042.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E042.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E043.json index 948b2f9f27..2b9f830154 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E043.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:26.167776Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 42.99986111111111, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E044.json index 4fd02ae746..226a9e160a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E044.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:26.421866Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 43.99986111111111, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E045.json index 79b59d0376..da2239d51e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E045.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:26.545138Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 44.99986111111111, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E052.json index 1807a9daa0..c087c2c13b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E052.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:26.664282Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.99986111111111, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E053.json index 218562c3ec..ae162ce8ef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E053.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:26.830825Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 52.99986111111111, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E054.json index ff924ab106..69a66fd102 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E054.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:26.958799Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 53.99986111111111, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E074.json index 76f8c1417f..87c5de3487 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E074.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:27.165768Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 73.99986111111112, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E075.json index 3702875b26..1fb1b740f0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E075.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:27.520604Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 74.99986111111112, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E079.json index 80257febe1..6caf743db7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E079.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:27.913638Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 78.99986111111112, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E080.json index 12dd75f197..4c68e59482 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E080.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:28.284856Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 79.99986111111112, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E092.json index d327b76348..4d56bffae5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E092.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:28.799289Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 91.99986111111112, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E093.json index c49af8b9cd..86af572543 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E093.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:28.886136Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 92.99986111111112, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E097.json index edc08af839..f419758920 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E097.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:29.007133Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 96.99986111111112, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E098.json index c0f634a1f6..87dd8184ed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E098.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:29.751027Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 97.99986111111112, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E099.json index e0588e54fb..412ea24706 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E099.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:30.361058Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 98.99986111111112, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E100.json index f389099749..5114f3de1b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E100.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:30.529732Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 99.99986111111112, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E101.json index c3410a20f2..228c8d7420 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E101.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:31.108927Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 100.99986111111112, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E102.json index e6c7a43cf3..c149355e81 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E102.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:31.768998Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 101.99986111111112, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E103.json index 6d144df2e5..89d87fff89 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E103.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:32.783430Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 102.99986111111112, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E104.json index 0cd06dbd3e..0ee5e52dfc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E104.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:34.538872Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 103.99986111111112, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E105.json index 17ebbef1a0..2a07d986f5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E105.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:35.601255Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 104.99986111111112, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E106.json index 49d9e559b4..091ba54a2a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E106.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:35.881432Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 105.99986111111112, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E108.json index 9718890322..60d413d11b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E108.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:35.976143Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 107.99986111111112, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E109.json index a834c55975..9cc3f14a09 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E109.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:36.379770Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 108.99986111111112, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E119.json index 4520d92e95..f4d8c4d7fa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E119.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:36.475678Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E120.json index e191ce81e7..02db371fa1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E120.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:36.721945Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E121.json index 748ed8d856..453c3ede99 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E121.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:37.020168Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E122.json index 4b79ec1a9f..76e416f420 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E122.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:37.197080Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E123.json index 5997409335..edfca80ec4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E123.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:37.705484Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E124.json index 3ed604e09d..cc16f3faf8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E124.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:38.187230Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E125.json index 9578feade5..725d6eb34e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E125.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:38.570861Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E170.json index d1077ee1f3..2aaf7d31df 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12E170.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:38.627085Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 169.9998611111111, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12E170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W015.json index d9f99845c3..3c43c94ef8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W015.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:39.452561Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -15.00013888888889, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W016.json index a92cd67fa4..317e889612 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W016.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:41.541151Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -16.000138888888888, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W017.json index 93e4b5efbb..a6ff482ab9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W017.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:43.376942Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -17.000138888888888, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W062.json index 14b8d253c7..ede0681a35 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W062.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:43.468889Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00013888888889, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W068.json index a4f9b19b96..7b12c3af97 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W068.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:43.502922Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00013888888888, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W069.json index 8536be350b..dec19ad099 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W069.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:43.667438Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00013888888888, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W070.json index 1bbdc7b605..939202f294 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W070.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:43.843745Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00013888888888, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W071.json index 567668a220..914c231a40 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W071.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:43.970135Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00013888888888, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W072.json index 952f82aee4..4cd483344b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W072.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:44.299793Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00013888888888, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W073.json index f148f85bfb..eab0f18770 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W073.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:44.462458Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00013888888888, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W082.json index 4bf6446c84..35283c6df3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W082.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:44.518710Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00013888888888, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W083.json index f6eba137e8..774a928b7f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W083.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:44.561366Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00013888888888, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W084.json index 9f861cf118..5e964ba986 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W084.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:45.605797Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00013888888888, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W085.json index 05713ac398..592bc446cd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W085.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:46.100934Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00013888888888, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W087.json index 35fca4f983..da159e1963 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W087.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:46.385169Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00013888888888, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W088.json index 4910165766..6958d4a7b6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N12W088.json @@ -41,7 +41,7 @@ 13.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:46.871273Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00013888888888, 12.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N12W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E040.json index 212678fb18..3186167ed2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E040.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:48.043389Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.99986111111111, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E041.json index 90e373e819..bce940e294 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E041.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:48.458413Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 40.99986111111111, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E042.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E042.json index ef6a34c719..9cd475e2b1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E042.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E042.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:48.800135Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 41.99986111111111, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E042.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E042.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E043.json index e7659e91fc..0a192c877f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E043.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:49.044595Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 42.99986111111111, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E045.json index e2b694adaf..917343c279 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E045.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:49.292162Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 44.99986111111111, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E046.json index c6e4ef2833..cc44b080bb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E046.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:49.512686Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 45.99986111111111, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E047.json index de683f66db..f8a3cfd7b2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E047.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:49.676295Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99986111111111, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E048.json index 37c128c407..8846a80fdd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E048.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:49.729245Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.99986111111111, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E074.json index 0e2d6f0ad2..287c176c4b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E074.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:50.178522Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 73.99986111111112, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E079.json index 09fea98a04..b0a8b888c8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E079.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:50.409782Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 78.99986111111112, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E080.json index 3df517bbfa..f104183143 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E080.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:51.181165Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 79.99986111111112, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E092.json index d85a24ef72..0d805f5bcb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E092.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:51.444123Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 91.99986111111112, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E093.json index 64dc7c0289..1b5f0d58b1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E093.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:51.667885Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 92.99986111111112, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E094.json index 67edb50323..f67c39dedd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E094.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:51.768464Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 93.99986111111112, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E097.json index 3692ad84b6..cc0f0d5f7c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E097.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:51.823053Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 96.99986111111112, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E098.json index d295cfc490..112ba517aa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E098.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:52.283282Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 97.99986111111112, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E099.json index cab1682773..05a4757bbc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E099.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:53.070847Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 98.99986111111112, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E100.json index a17571403d..886ecdda9f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E100.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:54.559892Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 99.99986111111112, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E101.json index be007bf472..70bb7894d1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E101.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:55.608971Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 100.99986111111112, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E102.json index dfdf49437b..220cd8bf99 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E102.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:56.306302Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 101.99986111111112, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E103.json index 23ddb4507c..aeb1f21d9b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E103.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:58.186887Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 102.99986111111112, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E104.json index fe2af04abf..f48df802d5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E104.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:58.704174Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 103.99986111111112, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E105.json index 76b6d0b07a..99e7a5481e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E105.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:58.838011Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 104.99986111111112, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E108.json index a741ed6dbd..9ab58d4e7a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E108.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:58.966037Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 107.99986111111112, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E109.json index 9635d991e8..9f03356c99 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E109.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:59.341629Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 108.99986111111112, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E120.json index 4657ed8b41..6f433bde06 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E120.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:44:59.569772Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E121.json index 1a03805278..8dbb32b754 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E121.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:00.010218Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E122.json index 5b432a84da..4da66037a0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E122.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:00.420631Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E123.json index 5369562ffa..0dd0a24720 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E123.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:00.975759Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E124.json index 8fd2005fc8..bd43a6d988 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E124.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:01.146524Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E144.json index 51c337fe4a..294438b5c9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13E144.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:01.259557Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 143.9998611111111, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13E144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W014.json index 34387bc7c1..290239ad86 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W014.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:01.934400Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -14.00013888888889, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W015.json index e95aec92a2..dcfc7645b4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W015.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:02.763450Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -15.00013888888889, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W016.json index 1f669fe686..e37d1bee25 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W016.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:04.173588Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -16.000138888888888, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W017.json index d45b1965d9..d4ee610386 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W017.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:06.010790Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -17.000138888888888, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W060.json index 69f5ec185f..58249503ff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W060.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:06.165612Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.00013888888889, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W061.json index c9af15e6cf..6f3eafc4c2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W061.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:06.249074Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00013888888889, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W062.json index 0ad8f8af57..02dc58b718 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W062.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:06.357831Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00013888888889, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W082.json index ffc7b3ef71..7c04ccc1ed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W082.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:06.401909Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00013888888888, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W084.json index ec415d60db..730866a705 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W084.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:07.624024Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00013888888888, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W085.json index 3ec5fb79ce..a924795baf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W085.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:08.438232Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00013888888888, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W088.json index 96ce0715bc..b20bfe1d29 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W088.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:09.053351Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00013888888888, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W089.json index 85b51bde7e..ad9fb69abf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W089.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:09.469475Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00013888888888, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W090.json index 5ee7b3ae10..c20242d214 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W090.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:09.645307Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00013888888888, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W091.json index 1915357484..85d9d894ea 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W091.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:10.000594Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00013888888888, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W092.json index 0d426a6de0..65623a46b7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N13W092.json @@ -41,7 +41,7 @@ 14.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:10.141334Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00013888888888, 13.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N13W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E039.json index dffce505e5..bbd8bbd9b2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E039.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:10.420230Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.99986111111111, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E040.json index bdb8cfc5a5..018baf0dbb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E040.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:11.527114Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.99986111111111, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E041.json index 53fb6a1a0c..21d355cf06 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E041.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:11.718006Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 40.99986111111111, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E042.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E042.json index 9fd13d1366..55b8bbfb61 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E042.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E042.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:11.861902Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 41.99986111111111, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E042.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E042.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E043.json index 9b26ffb7bb..5850c3490f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E043.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:12.127436Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 42.99986111111111, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E047.json index 17ee1bd310..3068b02390 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E047.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:12.184327Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99986111111111, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E048.json index 7dd550b69f..983ead7ba2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E048.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:12.334213Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.99986111111111, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E049.json index f36eb02551..c0365cfe7d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E049.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:12.518907Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99986111111111, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E050.json index ddf00dc3fd..e4546560ab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E050.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:12.651202Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99986111111111, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E074.json index 01833976fd..868c342743 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E074.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:13.031944Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 73.99986111111112, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E079.json index cd600f4af7..90c3e6913c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E079.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:13.641864Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 78.99986111111112, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E080.json index 04a76256d0..eabd469cd5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E080.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:14.250422Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 79.99986111111112, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E093.json index e1ef9596f5..9c3df1da69 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E093.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:14.351293Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 92.99986111111112, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E097.json index a0382df51b..777038221e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E097.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:14.621532Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 96.99986111111112, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E098.json index a6637bb51a..ecf82c6a6b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E098.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:15.036449Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 97.99986111111112, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E099.json index 552550e1d2..99d858bac5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E099.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:15.899225Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 98.99986111111112, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E100.json index 7e79226c02..cb91cb0ac8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E100.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:19.475369Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 99.99986111111112, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E101.json index 977e1e8426..31a8a06c39 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E101.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:20.380291Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 100.99986111111112, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E103.json index 28cd286047..e26e4afdc1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E103.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:20.561107Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 102.99986111111112, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E108.json index 4b559e7c21..17d7c7789b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E108.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:20.827446Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 107.99986111111112, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E109.json index ed68893de3..6caee6cacd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E109.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:21.257778Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 108.99986111111112, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E120.json index b605557625..e5ed8cec4b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E120.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:22.071501Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E121.json index e1db527ddd..897ca216ef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E121.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:22.680505Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E122.json index d80ddc025e..14d73e9ce8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E122.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:23.182488Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E123.json index 9c3aae5721..e6b9e4a02c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E123.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:23.277232Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E124.json index 43052329ed..21b950637b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E124.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:23.330169Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E145.json index 0c5eec7471..f295fe9bad 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E145.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:23.387744Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.9998611111111, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E168.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E168.json index 52038b9233..e3f4166942 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E168.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E168.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:23.434803Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 167.9998611111111, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E168.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E168.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E169.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E169.json index bef8bbdbf1..4b60f14b10 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E169.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14E169.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:23.490476Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 168.9998611111111, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E169.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14E169.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W013.json index 6c97f01300..0f02e234b3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W013.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:23.953403Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -13.00013888888889, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W015.json index 6f8f8f5f87..07c3450bac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W015.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:24.364402Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -15.00013888888889, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W016.json index 3749a0b531..a93fb31b1b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W016.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:25.660415Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -16.000138888888888, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W017.json index 32e8c7e6ce..66e9abd854 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W017.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:28.969101Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -17.000138888888888, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W018.json index 5046e1b875..30af2a2bc8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W018.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:29.444886Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -18.000138888888888, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W024.json index 2b897174ec..4c1561d4f2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W024.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:29.519603Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -24.000138888888888, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W025.json index 226e7e3e79..e23d86d067 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W025.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:29.584753Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -25.000138888888888, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W061.json index 5683c37615..4a1b510dd6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W061.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:29.763037Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00013888888889, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W062.json index d2fdf2ab31..a6e157f5c6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W062.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:29.969971Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00013888888889, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W081.json index 14ddc59129..0e74c7c15e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W081.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:30.039502Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00013888888888, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W083.json index b1cf0d5d1d..46b9fe8497 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W083.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:30.109344Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00013888888888, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W084.json index 724536bf70..ee89a53e60 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W084.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:31.878963Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00013888888888, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W091.json index 214bb9dd41..abd5e66846 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W091.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:32.112705Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00013888888888, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W092.json index a98c1df9c1..f4019dbacf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W092.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:32.781217Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00013888888888, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W093.json index 9965b3a4a9..b991c04166 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N14W093.json @@ -41,7 +41,7 @@ 15.00013888888889 ], "properties": { - "created": "2024-11-22T14:45:33.425901Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -93.00013888888888, 14.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N14W093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E039.json index c67dfff767..9fa04412fd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E039.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:33.897625Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.99986111111111, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E040.json index eb9681247e..70cf343f44 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E040.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:34.418121Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.99986111111111, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E041.json index b91ab35707..fc37c1cfc3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E041.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:34.480382Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 40.99986111111111, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E042.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E042.json index fed01e9964..f71c1c2834 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E042.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E042.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:35.290386Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 41.99986111111111, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E042.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E042.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E050.json index 420873f5b0..e9df35d647 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E050.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:35.476141Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99986111111111, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E051.json index 03142b7e95..f4d34d85d8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E051.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:35.738139Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.99986111111111, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E052.json index 949903f044..864c0f84af 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E052.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:35.910843Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.99986111111111, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E073.json index c62da1621f..d672c36215 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E073.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:36.661657Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99986111111112, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E074.json index c6e2c29dae..ad5500fc48 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E074.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:36.931166Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 73.99986111111112, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E079.json index 50df23ead5..0f24ce30a6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E079.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:37.480236Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 78.99986111111112, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E080.json index 0df61a386f..c406f7e788 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E080.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:38.766519Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 79.99986111111112, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E081.json index d3774ce4a9..f55bf3c9fd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E081.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:38.887672Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 80.99986111111112, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E094.json index a346dc5f6a..d8d5420967 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E094.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:39.310026Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 93.99986111111112, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E095.json index f886c52bae..bb5730f371 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E095.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:39.880707Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 94.99986111111112, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E097.json index 78720b7ee7..df704ec734 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E097.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:40.642785Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 96.99986111111112, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E098.json index e8fbd452a0..29f35044b9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E098.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:40.938173Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 97.99986111111112, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E099.json index 9c99fe7ea8..48b48610fd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E099.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:41.283850Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 98.99986111111112, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E100.json index 6ecce4d12c..c7231ba292 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E100.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:42.697748Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 99.99986111111112, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E107.json index e815a458f0..fcf39deedd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E107.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:42.865984Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 106.99986111111112, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E108.json index b1fb340c99..4fb339135f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E108.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:43.793798Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 107.99986111111112, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E109.json index 1dbb76e8a8..7bc064217f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E109.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:43.845239Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 108.99986111111112, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E111.json index 11b57f5ced..b313feb5aa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E111.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:43.902315Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 110.99986111111112, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E119.json index 57049bde43..7f2a97b0e5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E119.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:44.189923Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E120.json index c49af2fde4..36e57ce9e5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E120.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:45.526190Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E121.json index 7a858a8c16..0879f24505 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E121.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:45.797517Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E122.json index aa5e3a123d..6096e7faf0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E122.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:45.854618Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E145.json index e1c0fd18e0..6cf058bef1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15E145.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:45.968020Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.9998611111111, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W013.json index 51106c5b01..d3b804ae68 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W013.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:46.764757Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -13.00013888888889, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W014.json index 47eaca508c..68ade09748 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W014.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:47.462005Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -14.00013888888889, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W015.json index 6850d6f887..e85e3c3da1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W015.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:48.219187Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -15.00013888888889, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W016.json index 2762a242bb..1ec61df0eb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W016.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:48.946265Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -16.000138888888888, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W017.json index 2bf5ebc6ee..eca66ff17f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W017.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:50.120006Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -17.000138888888888, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W018.json index c98b440c9a..0a7326191f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W018.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:50.178641Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -18.000138888888888, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W023.json index 51a05a1ac4..c510ed7dce 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W023.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:50.242039Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -23.000138888888888, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W024.json index 7eaecbe4b0..6bf7e15c28 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W024.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:50.377758Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -24.000138888888888, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W025.json index 71a9839e61..e8f7d02345 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W025.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:50.437515Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -25.000138888888888, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W062.json index ccb54e3c6a..ab13a023ca 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W062.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:50.547129Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00013888888889, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W079.json index 9543bbe67b..9b8eb0107b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W079.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:50.595822Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00013888888888, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W080.json index e64088af74..796da19f91 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W080.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:50.646763Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00013888888888, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W083.json index 897b3d0656..95da5c2185 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W083.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:50.706887Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00013888888888, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W084.json index 5ada8291c0..d4e7f34005 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W084.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:51.486237Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00013888888888, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W085.json index 36f6f92689..1fb3ad46f1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W085.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:53.144747Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00013888888888, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W086.json index 0190eb6d85..d5be3185ea 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W086.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:53.712111Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -86.00013888888888, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W087.json index 55659b1b82..80055d66cd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W087.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:53.925839Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00013888888888, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W088.json index c8813575c3..6dba4bedc2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W088.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:54.758183Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00013888888888, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W089.json index 8cb2f1a113..815550e5a6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W089.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:55.524977Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00013888888888, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W090.json index e9f9b34eb3..1a4a77043c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W090.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:56.216851Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00013888888888, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W093.json index 96313462e4..a5d4dc114b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W093.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:56.857137Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -93.00013888888888, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W094.json index 522053a861..068d6bd332 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W094.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:57.476341Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -94.00013888888888, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W096.json index 05003ac760..d20f2c236a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W096.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:57.630232Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -96.00013888888888, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W097.json index 0e6e9e75a3..4d1f2b5931 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W097.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:57.786952Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -97.00013888888888, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W098.json index 70b5549549..5e385eded7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N15W098.json @@ -41,7 +41,7 @@ 16.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:57.956034Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -98.00013888888888, 15.000138888888886, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N15W098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E038.json index 5be078c79c..e7894ae8a3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E038.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:58.006532Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 37.99986111111111, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E039.json index 7f3d8e7979..74b9aa0bc5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E039.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:58.285934Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.99986111111111, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E040.json index acbe8cf125..d9b777484c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E040.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:58.469111Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.99986111111111, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E041.json index 19533e49a9..0fedd51789 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E041.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:58.700481Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 40.99986111111111, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E042.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E042.json index 47afde77fc..7fc7c8f87f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E042.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E042.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:59.377731Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 41.99986111111111, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E042.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E042.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E052.json index 21c7ca9de1..7577fb3b15 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E052.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:59.661818Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.99986111111111, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E053.json index 6aecdb820d..192437b9e2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E053.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:59.785761Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 52.99986111111111, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E054.json index bed172a2bf..da12b0b262 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E054.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:45:59.918992Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 53.99986111111111, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E073.json index cf9156224a..afe569e6c7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E073.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:00.307648Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99986111111112, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E080.json index c7e955d40c..e8a27f632e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E080.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:01.756830Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 79.99986111111112, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E081.json index 0493b96495..57c09106b2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E081.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:03.869980Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 80.99986111111112, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E082.json index 8ea847b4b5..ed7f48ce20 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E082.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:04.512941Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 81.99986111111112, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E094.json index b7607c525a..b282ee5fe7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E094.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:06.592680Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 93.99986111111112, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E095.json index 622e43315e..c7cc02b6e3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E095.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:10.263135Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 94.99986111111112, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E096.json index 39dda79221..889174e003 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E096.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:11.929558Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 95.99986111111112, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E097.json index 11a78c5e91..db203657cf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E097.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:14.034931Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 96.99986111111112, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E098.json index d625d5707e..a6a6b80f29 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E098.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:14.762752Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 97.99986111111112, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E100.json index a6d6c4dd76..7ee3c1bea3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E100.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:15.053273Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 99.99986111111112, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E106.json index 400b0fad4c..9a2862e96c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E106.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:15.232228Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 105.99986111111112, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E107.json index 425ed0e527..93bd33c350 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E107.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:16.270263Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 106.99986111111112, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E108.json index 8bfd973077..5a584e0c55 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E108.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:16.456364Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 107.99986111111112, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E111.json index ba14972856..8b0b5f2891 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E111.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:16.504003Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 110.99986111111112, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E112.json index 7701a61e9a..6985bbcf8d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E112.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:16.544511Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 111.99986111111112, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E119.json index fba42c64ca..1b2e804744 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E119.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:16.814214Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E120.json index 00b84af4ca..b6da5a7557 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E120.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:17.293832Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E121.json index 77d7e63cd2..9a0eaab02f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E121.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:17.399944Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E122.json index d5df9c650b..9427fa3fbd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E122.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:17.631728Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E145.json index c278449a5a..09564aae5d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E145.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:17.693813Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.9998611111111, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E146.json index 5bea01a648..00936ed59d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16E146.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:17.766829Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.9998611111111, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W013.json index 8a3abb30f4..22c6553f06 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W013.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:18.227304Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -13.00013888888889, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W014.json index 317904b02a..68a603b599 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W014.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:19.264228Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -14.00013888888889, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W015.json index 3c897a1fef..e1d0121d02 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W015.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:21.341379Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -15.00013888888889, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W016.json index d56e6db130..bf09e658ac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W016.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:24.367026Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -16.000138888888888, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W017.json index 22873395b9..edd82ad812 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W017.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:26.145893Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -17.000138888888888, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W023.json index e4df991497..d320b5b10b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W023.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:26.361781Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -23.000138888888888, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W025.json index 5b07e44d90..3c3745b72f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W025.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:26.507421Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -25.000138888888888, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W026.json index 2522e77591..718fec0531 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W026.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:26.558141Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -26.000138888888888, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W062.json index 5abff23c46..065e0669a9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W062.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:26.847482Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00013888888889, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W063.json index 71cfbd5943..9b5d03f963 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W063.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:26.920370Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.00013888888889, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W084.json index f475b2d33e..70434dee53 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W084.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:26.964533Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00013888888888, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W086.json index 68e06c00b3..bf1f2642f2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W086.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:27.050504Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -86.00013888888888, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W087.json index 61631c7c48..9e5849b512 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W087.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:27.224162Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00013888888888, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W088.json index cd8a513755..d12798d879 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W088.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:27.273745Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00013888888888, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W089.json index 5674f5b3a8..3cfedea5ea 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W089.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:28.209208Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00013888888888, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W090.json index 4ed14ae556..3d7eb2a25c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W090.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:28.407142Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00013888888888, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W094.json index 88052bae3d..d1158956a6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W094.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:28.655855Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -94.00013888888888, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W095.json index cc5fd7e305..6a844dbf4e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W095.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:29.519810Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -95.00013888888888, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W096.json index 9c33894b98..bf6aec5085 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W096.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:29.903252Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -96.00013888888888, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W098.json index 95891697b9..9c9faafa17 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W098.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:30.254497Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -98.00013888888888, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W099.json index d57969459b..293d8ae768 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W099.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:30.887324Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -99.00013888888888, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W100.json index 085f411652..5f19dbf821 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W100.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:31.265572Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -100.00013888888888, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W101.json index 55dd835857..76390e45fd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W101.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:31.417036Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -101.00013888888888, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W170.json index 53567330ce..ee8a8f49b5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N16W170.json @@ -41,7 +41,7 @@ 17.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:31.479901Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -170.0001388888889, 16.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N16W170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E038.json index 2256401a9d..ad80fd3826 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E038.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:31.948032Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 37.99986111111111, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E039.json index 2530638ae6..67d98b9663 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E039.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:32.012713Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.99986111111111, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E041.json index d93b2cbdca..f076530b56 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E041.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:32.225701Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 40.99986111111111, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E042.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E042.json index b758655f2d..4c01da5615 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E042.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E042.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:32.686518Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 41.99986111111111, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E042.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E042.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E053.json index 42695ae46e..2f97fc90ed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E053.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:32.748619Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 52.99986111111111, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E054.json index 08b30683df..ac8f5f7cae 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E054.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:32.896883Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 53.99986111111111, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E055.json index 38f28feeaa..d64975794b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E055.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:33.060531Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 54.99986111111111, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E056.json index feaa4c98a5..026bb9f9de 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E056.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:33.162934Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 55.99986111111111, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E073.json index 43e1f6ec32..cc4fe63659 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E073.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:33.508869Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99986111111112, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E081.json index 0ebff34ae3..6f10483984 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E081.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:33.811805Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 80.99986111111112, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E082.json index 35892e315c..07edc478cb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E082.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:34.481403Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 81.99986111111112, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E083.json index 25446707ea..ea25813579 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E083.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:34.820408Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 82.99986111111112, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E094.json index a4915a647c..1cc198327a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E094.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:35.574478Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 93.99986111111112, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E095.json index c5dbb21c97..23838f6dbd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E095.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:38.875320Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 94.99986111111112, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E096.json index c0a791cd65..533291acdd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E096.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:41.195658Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 95.99986111111112, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E097.json index fb0ba0a1a0..18a66591fd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E097.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:42.365452Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 96.99986111111112, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E098.json index 1acdda611f..c2c2aef790 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E098.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:42.478272Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 97.99986111111112, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E106.json index e1e053e47a..af37a41a0d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E106.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:43.260174Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 105.99986111111112, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E107.json index 9a5cab0976..6f507cccb3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E107.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:43.401526Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 106.99986111111112, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E120.json index 6de6175a43..4b9c601f9f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E120.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:43.785894Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E121.json index f3a857ca1f..1008a86bda 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E121.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:44.342114Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E122.json index 06bfec0757..26fb8e96fe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E122.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:44.557183Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E145.json index a9e9c5afdb..ed8b241b8b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17E145.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:44.626905Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.9998611111111, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W015.json index bcc6f1c21f..bd079ee40e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W015.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:45.162337Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -15.00013888888889, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W016.json index d1a3b38860..653d92d3f6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W016.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:46.932243Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -16.000138888888888, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W017.json index 6e8a2fb322..5b354017a2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W017.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:47.600655Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -17.000138888888888, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W025.json index 0e2cf4c008..2cb2bee09a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W025.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:47.665098Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -25.000138888888888, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W026.json index c009159aad..f79ff42656 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W026.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:47.724411Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -26.000138888888888, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W062.json index 97e933b0cb..2461d8d46a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W062.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:47.971965Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00013888888889, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W063.json index 87fb398612..e698d10c8a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W063.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:48.198869Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.00013888888889, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W064.json index a752c00639..8d6249c7dc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W064.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:48.256214Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00013888888888, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W065.json index 84a3ce2e0a..c6a51eb436 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W065.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:48.376566Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00013888888888, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W066.json index c36ed554d3..b1c54dede7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W066.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:48.448141Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00013888888888, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W067.json index 390f59821c..1b75e4de80 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W067.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:48.693270Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00013888888888, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W068.json index a4cf361d2d..46c8c62683 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W068.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:48.825333Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00013888888888, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W072.json index 1dc94dc4d7..cba7d152a0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W072.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:49.064963Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00013888888888, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W076.json index 3632ae67c0..b6559c8941 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W076.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:49.140030Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00013888888888, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W077.json index 523cabb262..bf359f3e2f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W077.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:49.338236Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00013888888888, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W078.json index f1efaf028b..2e6db57499 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W078.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:49.646447Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00013888888888, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W084.json index 19977c326d..de05d0a0c6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W084.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:49.728039Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00013888888888, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W088.json index 8e2323c980..80ec648a8e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W088.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:49.875988Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00013888888888, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W089.json index 8e67d37695..14a574a958 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W089.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:52.180473Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00013888888888, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W092.json index 8dcada2cd3..7a816242df 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W092.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:53.216587Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00013888888888, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W093.json index e43fd6d566..dce59c652d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W093.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:55.059991Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -93.00013888888888, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W094.json index 021008bffb..ba279017e3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W094.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:56.385483Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -94.00013888888888, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W095.json index caef2d6d54..a20b9c2b5b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W095.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:58.113924Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -95.00013888888888, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W096.json index 185745b709..67dbb70c73 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W096.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:58.569178Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -96.00013888888888, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W100.json index 10e35854ce..bb3820cc26 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W100.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:58.629540Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -100.00013888888888, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W101.json index 057a88567b..f02c06696e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W101.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:58.983502Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -101.00013888888888, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W102.json index 8e38ec8262..d2416c860d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W102.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:59.331153Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -102.00013888888888, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W103.json index e9a8f73f20..93e26652eb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N17W103.json @@ -41,7 +41,7 @@ 18.000138888888888 ], "properties": { - "created": "2024-11-22T14:46:59.479733Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -103.00013888888888, 17.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N17W103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E037.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E037.json index 09f6e42043..2f2ac71d3e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E037.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E037.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:00.318822Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 36.99986111111111, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E037.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E037.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E038.json index b00a8fc14a..af631aa315 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E038.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:00.721295Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 37.99986111111111, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E041.json index b119fb2711..1f994263df 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E041.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:01.212180Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 40.99986111111111, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E056.json index 598731725a..e553533096 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E056.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:01.618294Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 55.99986111111111, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E057.json index ae1bab267b..f551d62126 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E057.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:01.863419Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 56.99986111111111, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E072.json index bfbae45957..f45ca092cb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E072.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:02.286923Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 71.99986111111112, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E073.json index cbffecf2fb..5ea284f6ea 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E073.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:02.833117Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99986111111112, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E083.json index a2b630a486..48ac16c8cd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E083.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:03.265259Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 82.99986111111112, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E084.json index 1b1454b1d8..a8e93763be 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E084.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:03.710592Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 83.99986111111112, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E093.json index 14dd56fafb..2a9886f573 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E093.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:03.976786Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 92.99986111111112, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E094.json index f2395e3d6f..117928d788 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E094.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:04.642673Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 93.99986111111112, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E095.json index 3969e7d94a..fe6e90ebf6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E095.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:05.687307Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 94.99986111111112, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E096.json index 9aa568882e..e513ee910a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E096.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:06.357180Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 95.99986111111112, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E105.json index a2f89799c1..ca371a9d6b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E105.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:07.615950Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 104.99986111111112, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E106.json index a2b20c90a0..25d3ce58e4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E106.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:07.903420Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 105.99986111111112, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E108.json index 0fabc06cc7..f159fa7a77 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E108.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:08.248543Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 107.99986111111112, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E109.json index 39839e79e7..7ce62595d0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E109.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:08.607168Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 108.99986111111112, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E110.json index b472cfb5a2..2b3bff36b1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E110.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:08.944102Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 109.99986111111112, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E120.json index 34012ca502..495d2b53d7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E120.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:09.257879Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E121.json index a73b6deff1..1d6a8a5f71 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E121.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:09.949697Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E122.json index 07347768d3..911384c2ff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E122.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:10.115330Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E145.json index 7fa0e93350..a83ac5bf2b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18E145.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:10.176654Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.9998611111111, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W015.json index 8e8dfd8073..3e71ba7f81 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W015.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:11.177340Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -15.00013888888889, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W016.json index 8aa64d5eb8..a8fb1bf148 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W016.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:15.107171Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -16.000138888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W017.json index dbf290b225..96ed6117ac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W017.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:15.610014Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -17.000138888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W063.json index ef6d655161..5c0dff320f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W063.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:15.665678Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.00013888888889, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W064.json index b1bf8dc61a..d3aff1d5de 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W064.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:15.757313Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W065.json index b511b222ac..b70db8849e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W065.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:15.911899Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W066.json index bf10cdf4df..f17d6f2a35 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W066.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:16.221190Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W067.json index b7072c70b5..159579810e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W067.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:16.516538Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W068.json index af33c5a470..56775c5096 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W068.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:16.731049Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W069.json index a8205e075b..dfc932a08a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W069.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:17.181393Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W070.json index 88b17d99d5..9e21b1d66f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W070.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:17.885915Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W071.json index 49b189c69d..bf885d60b3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W071.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:18.168433Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W072.json index bbc741eecb..8f2fd00439 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W072.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:18.760718Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W073.json index 5fe24f95c8..78a1801cfe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W073.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:19.054748Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W074.json index 3866e6da15..27fcc04fda 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W074.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:19.482644Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W075.json index 6012922fe6..6cd892d369 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W075.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:19.627065Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W076.json index edbdba2b89..8f11ea2b67 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W076.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:19.700984Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W077.json index b85caa8cbc..59e44203cb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W077.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:19.849264Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W078.json index d2a4ab2400..9755527b2d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W078.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:20.067451Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W079.json index 236cffaa98..95abe2b18c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W079.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:20.279848Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W088.json index 098beb21e9..e09e522626 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W088.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:21.232001Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W089.json index cff7f586c7..b536c5b636 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W089.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:23.035516Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W091.json index addfdf084f..0a041ef63e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W091.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:23.364513Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W092.json index bdfa0c62ba..1772906e7f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W092.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:25.501909Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W093.json index de684edd58..2d017747c5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W093.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:27.808442Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -93.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W094.json index 2498c763c0..5baa9f9a52 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W094.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:29.472924Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -94.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W095.json index bddd1b60fa..c0301c2294 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W095.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:30.047808Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -95.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W096.json index ed8934f10b..31012a3e74 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W096.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:31.753497Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -96.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W097.json index c718bb0d58..208149d0b3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W097.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:32.700083Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -97.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W102.json index c89e237c32..133c646999 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W102.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:32.767518Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -102.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W103.json index adbbe13532..d727c314af 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W103.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:32.920605Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -103.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W104.json index 884c212f9b..3f3c642f33 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W104.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:33.214724Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -104.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W105.json index 5fcd69ca97..fd1e89a349 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W105.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:33.324902Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -105.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W111.json index 6cc34f9cc7..a1eacbe8e3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W111.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:33.382762Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -111.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W112.json index 7aab49b146..b443ff749b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W112.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:33.440716Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -112.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W115.json index a434a6ed93..aa4958180e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W115.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:33.492108Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -115.00013888888888, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W156.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W156.json index de6ab3c446..1233131c84 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W156.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N18W156.json @@ -41,7 +41,7 @@ 19.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:33.570975Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -156.0001388888889, 18.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W156.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N18W156.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E037.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E037.json index 61e60d0e63..ca21aff5ed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E037.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E037.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:33.997898Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 36.99986111111111, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E037.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E037.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E040.json index d36a9df5a9..153dc2806d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E040.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:34.374529Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.99986111111111, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E041.json index 6e46cb8d3d..5287b2450f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E041.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:34.692042Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 40.99986111111111, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E057.json index 6df9bd5d14..241acb062b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E057.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:34.930165Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 56.99986111111111, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E072.json index e0f4854b8d..1182f68aee 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E072.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:35.727356Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 71.99986111111112, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E073.json index 61df7aff1c..0b3e6d7182 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E073.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:36.248648Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99986111111112, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E084.json index 8cf9232a0a..a0e091dbfd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E084.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:36.816618Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 83.99986111111112, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E085.json index 031c86c177..15bda211a6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E085.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:37.693487Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 84.99986111111112, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E086.json index 10b5f07055..e4313c784f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E086.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:37.938773Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 85.99986111111112, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E092.json index 3d87eb4db0..8b458eb481 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E092.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:38.002910Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 91.99986111111112, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E093.json index 8c2c2a7ef3..174bbba711 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E093.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:39.181829Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 92.99986111111112, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E094.json index 6c5a7f1009..0bb8c59c64 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E094.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:39.617478Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 93.99986111111112, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E095.json index bdb4ccaeae..39180fd7a3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E095.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:39.740233Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 94.99986111111112, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E105.json index 43491f5dde..539e687dad 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E105.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:40.846636Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 104.99986111111112, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E106.json index e7f2720b34..cca36533ce 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E106.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:40.962885Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 105.99986111111112, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E108.json index 58c8644c7f..04ffbcb8a0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E108.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:41.287750Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 107.99986111111112, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E109.json index 0082732f83..3df1d83969 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E109.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:41.891656Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 108.99986111111112, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E110.json index 1b8f30d613..9ec64c7384 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E110.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:43.100183Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 109.99986111111112, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E111.json index 45c977e25c..cb8bc90b0b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E111.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:43.147990Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 110.99986111111112, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E121.json index 454928def7..23761052ca 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E121.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:43.300372Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E122.json index 8c1d5e875c..f3be55decb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E122.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:43.345492Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E145.json index d2d434bc6c..3f26105316 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E145.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:43.418932Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.9998611111111, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E166.json index c8576a0b11..9df0f9c743 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19E166.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:43.484508Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 165.9998611111111, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19E166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W015.json index 23330d203a..22693e3ca7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W015.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:43.655556Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -15.00013888888889, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W016.json index c5af027ea5..a6f6e9e52b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W016.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:45.362853Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -16.000138888888888, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W017.json index 1f66d6f819..ca1ff1cfd8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W017.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:46.846794Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -17.000138888888888, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W069.json index 1931657a4d..065045c4e1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W069.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:46.900729Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00013888888888, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W070.json index bd5894f4c6..dd38088908 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W070.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:47.443177Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00013888888888, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W071.json index b892a41fbe..6c839478fc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W071.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:47.701703Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00013888888888, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W072.json index 742c5ff8bd..53fe750994 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W072.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:48.173546Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00013888888888, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W073.json index 7f384934a3..ff96de29e5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W073.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:48.721524Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00013888888888, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W074.json index 1989e7af0f..5e316df182 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W074.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:48.836585Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W075.json index f9cbb34aa9..1cb120f01b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W075.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:48.894006Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00013888888888, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W076.json index c7ccf0617b..606705f169 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W076.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:49.079187Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00013888888888, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W077.json index 807156ad86..843d54ddb9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W077.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:49.197202Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00013888888888, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W078.json index 2cd365d956..d24a6607a5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W078.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:49.337217Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00013888888888, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W080.json index a7325ce237..cc56c933a1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W080.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:49.403735Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00013888888888, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W081.json index ac3f36d589..53ab89f8fd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W081.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:49.460754Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00013888888888, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W082.json index 98a343030a..338835ce34 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W082.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:49.611552Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00013888888888, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W088.json index 45b9f6a0be..16ca68a4a0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W088.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:51.268107Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00013888888888, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W089.json index c2e37340ce..53bf501794 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W089.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:54.063668Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00013888888888, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W091.json index e83ea074ba..56ceee7574 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W091.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:55.422294Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00013888888888, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W092.json index 6ac908b24a..bbb32a1dfd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W092.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:55.545118Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00013888888888, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W096.json index b444739f30..b635dba0fe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W096.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:55.603043Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -96.00013888888888, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W097.json index 410c89cca1..fff4cb18c4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W097.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:56.108914Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -97.00013888888888, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W105.json index 56ed18774b..0404cc0fc6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W105.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:56.384205Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -105.00013888888888, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W106.json index fd13f45bea..a95a8d71e1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W106.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:56.675171Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -106.00013888888888, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W111.json index 0e7763904d..e5b4551d03 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W111.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:56.731454Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -111.00013888888888, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W155.json index 4ae12e95f8..02f20dcb10 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W155.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:56.873994Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -155.0001388888889, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W156.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W156.json index b957509ef0..cb0d456a5a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W156.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W156.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:57.044287Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -156.0001388888889, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W156.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W156.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W157.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W157.json index b4ea43a0aa..75289675b3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W157.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N19W157.json @@ -41,7 +41,7 @@ 20.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:57.103034Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -157.0001388888889, 19.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W157.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N19W157.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E037.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E037.json index a33f04efd5..50425adfde 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E037.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E037.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:57.351536Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 36.99986111111111, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E037.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E037.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E039.json index 3cfc3a55f6..32c5d4b5af 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E039.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:58.021071Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.99986111111111, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E040.json index a61f743286..df81140550 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E040.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:58.425272Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.99986111111111, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E057.json index 18d402dceb..8582c779ea 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E057.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:58.727432Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 56.99986111111111, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E058.json index 9a57259495..a46ad16590 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E058.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:47:59.885814Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 57.99986111111111, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E070.json index 7517f00e47..c12465bb9b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E070.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:00.360393Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 69.99986111111112, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E071.json index 9c1ff9a21a..67cf9cf246 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E071.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:00.681073Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 70.99986111111112, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E072.json index 833b66ffbb..2703dd8d00 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E072.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:01.363146Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 71.99986111111112, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E073.json index 44e2c8a2e7..ba2c507f20 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E073.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:01.639419Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99986111111112, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E085.json index b12ff40136..6e428d586a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E085.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:02.353896Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 84.99986111111112, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E086.json index 3fdcd0ff4c..da857ad636 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E086.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:05.204956Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 85.99986111111112, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E087.json index bc00b46a5b..df75bdad28 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E087.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:05.263511Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 86.99986111111112, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E092.json index e33cebbe37..3b9f6b5119 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E092.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:06.430496Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 91.99986111111112, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E093.json index b740647c57..cc1604837f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E093.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:07.636949Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 92.99986111111112, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E105.json index 9d4ccfea8a..28466707fc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E105.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:08.842280Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 104.99986111111112, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E106.json index f5bc6e40b7..9b32c33430 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E106.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:11.005115Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 105.99986111111112, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E107.json index 63509f1d87..2617ee54f1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E107.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:11.240818Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 106.99986111111112, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E109.json index 6a96a680d4..520a5f54e2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E109.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:11.803490Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 108.99986111111112, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E110.json index cd80c192bc..557fea71a5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E110.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:12.646477Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 109.99986111111112, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E116.json index 28a1ee0a04..9304b18dad 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E116.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:12.700713Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E121.json index d901d139b9..5b67c0aee8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E121.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:12.755622Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E122.json index 3a76c39cbf..44c301f350 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E122.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:12.826754Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E144.json index 55e37417e6..4b4b7e8f67 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E144.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:12.909433Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 143.9998611111111, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E145.json index 2f90656ae7..ff1b7a19d3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20E145.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:12.960361Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.9998611111111, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W017.json index 422759bfc3..112dd81f63 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W017.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:14.261802Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -17.000138888888888, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W018.json index 3fad582b14..16b28777ab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W018.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:14.378435Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -18.000138888888888, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W073.json index 298197ed8d..10b81f86af 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W073.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:14.440606Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00013888888888, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W074.json index 76d1dcec01..3f26af1aa7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W074.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:14.589446Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W075.json index 3d0caecc80..a6749750c1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W075.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:14.834395Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00013888888888, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W076.json index 7946e2b82c..63f8bf34af 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W076.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:15.361185Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00013888888888, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W077.json index d124b226f2..ae637bee25 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W077.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:15.855232Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00013888888888, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W078.json index fb7bcffc60..14e4f5084f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W078.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:16.748897Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00013888888888, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W079.json index 4187dbec67..df60385ef8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W079.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:17.079746Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00013888888888, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W080.json index 1398f6c623..71c1d66448 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W080.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:17.138007Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00013888888888, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W087.json index 1468acf0a3..770c60326a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W087.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:17.505121Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00013888888888, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W088.json index 6b3e4b03f6..d3fd885c26 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W088.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:20.332050Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00013888888888, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W089.json index b96265de86..29e5441769 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W089.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:23.814640Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00013888888888, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W090.json index fefe573616..3c445adeca 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W090.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:25.880500Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00013888888888, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W091.json index bf3f92fb35..1b267fd48e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W091.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:27.373979Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00013888888888, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W093.json index 07d91c0c44..2ad717b86e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W093.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:27.421738Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -93.00013888888888, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W097.json index df5cedd18e..848bf3115d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W097.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:27.753140Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -97.00013888888888, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W098.json index d028b6cd53..bb13e75e00 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W098.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:28.419945Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -98.00013888888888, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W106.json index 15e5346377..5962da0960 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W106.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:28.679527Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -106.00013888888888, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W156.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W156.json index db3c244fab..b6f324d404 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W156.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W156.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:28.790079Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -156.0001388888889, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W156.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W156.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W157.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W157.json index 480dbebf46..a4b911cd31 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W157.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W157.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:28.963705Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -157.0001388888889, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W157.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W157.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W158.json index c59ec319a7..d4509940e6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N20W158.json @@ -41,7 +41,7 @@ 21.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:29.047725Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -158.0001388888889, 20.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N20W158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E036.json index e2c94b7b16..7dd05fbd66 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E036.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:29.250446Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 35.99986111111111, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E037.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E037.json index 095d71a477..51d1714248 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E037.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E037.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:29.552132Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 36.99986111111111, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E037.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E037.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E038.json index e6693ea1be..8ae69d780e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E038.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:29.678729Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 37.99986111111111, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E039.json index 202b016ff1..72dff86d16 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E039.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:30.403030Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.99986111111111, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E058.json index ed60adeb5d..04566cb7ec 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E058.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:30.534049Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 57.99986111111111, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E059.json index 3b3acb81b5..5dca391758 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E059.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:30.907969Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 58.99986111111111, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E069.json index bcf2d295ff..8dd0cde952 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E069.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:31.804678Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 68.99986111111112, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E070.json index bdabd21d43..147f84d95c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E070.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:32.335460Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 69.99986111111112, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E071.json index 8e137e5fec..12b367add8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E071.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:32.770889Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 70.99986111111112, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E072.json index 32880611e1..079b5e553b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E072.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:34.242043Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 71.99986111111112, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E073.json index 4f8ee4f6d8..f621c651a0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E073.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:34.801707Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99986111111112, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E086.json index 004efd3551..dfa4cfe97a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E086.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:35.785022Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 85.99986111111112, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E087.json index b55b9bde15..be4e2856a3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E087.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:37.134767Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 86.99986111111112, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E088.json index 177f43d345..b928bff7bd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E088.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:38.187773Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 87.99986111111112, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E089.json index 3921c6d16a..fdf3bd9330 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E089.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:38.863527Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 88.99986111111112, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E090.json index a9a95f0750..9d1f88b7da 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E090.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:39.272295Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 89.99986111111112, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E091.json index 01b120614a..154875d684 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E091.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:39.646526Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 90.99986111111112, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E092.json index fe9c3e4146..59e1a85b24 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E092.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:40.754796Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 91.99986111111112, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E104.json index 3d6c8154aa..c02a2e565a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E104.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:41.144552Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 103.99986111111112, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E105.json index af3fe7165b..653d21c886 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E105.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:42.603463Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 104.99986111111112, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E106.json index 478bf80ea7..12c080d18e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E106.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:43.782442Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 105.99986111111112, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E107.json index 9d23483791..eee9c6ad06 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E107.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:44.407197Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 106.99986111111112, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E108.json index 514e0236fa..ad9adcb84d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E108.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:45.551672Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 107.99986111111112, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E109.json index 4de237fd48..84fd71db58 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E109.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:47.141051Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 108.99986111111112, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E110.json index c880423244..89bfaa228a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E110.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:48.991841Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 109.99986111111112, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E111.json index 23529cae5d..f4d2beab02 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E111.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:49.903357Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 110.99986111111112, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E112.json index 6c42c423dd..fc92ce8311 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E112.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:50.258944Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 111.99986111111112, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E113.json index 05fb345a73..aec24c52fa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E113.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:50.383094Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 112.99986111111112, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E114.json index 4093e019c7..5dd3ce516b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E114.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:50.430552Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E120.json index f76d75e5bc..91d4307ae8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E120.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:50.479132Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E121.json index a5e71af285..01476710e0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21E121.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:50.514655Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W017.json index 7c5e60bf2e..b91fe73c08 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W017.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:51.551330Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -17.000138888888888, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W018.json index 3b7767111b..f5e5073b39 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W018.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:51.703834Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -18.000138888888888, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W072.json index 6e80c3a1a7..3578e9fb6d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W072.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:51.966931Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00013888888888, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W073.json index 0af7abcdcf..93bf956f44 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W073.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:52.103737Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00013888888888, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W074.json index 682c15e923..526705cc8f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W074.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:52.455389Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W076.json index 0885aa5898..c1796a83f2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W076.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:52.583062Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00013888888888, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W077.json index 7c8dc77a7a..f045c16a8a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W077.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:53.078589Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00013888888888, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W078.json index 77c7092762..002006e2cf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W078.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:53.883535Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00013888888888, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W079.json index a9b50ca053..98f3cc1700 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W079.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:54.864731Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00013888888888, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W080.json index 64807aa387..ae172d2e58 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W080.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:55.336479Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00013888888888, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W081.json index 249c229602..5c86e0c882 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W081.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:55.434142Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00013888888888, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W082.json index 046768d4f4..eb36bd56c3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W082.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:55.538975Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00013888888888, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W083.json index 204f64a8eb..8cc774508a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W083.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:56.066859Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00013888888888, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W084.json index ff34f8e63e..dff9939588 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W084.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:56.225736Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00013888888888, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W085.json index a388fc81d6..b78c097b0b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W085.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:56.578168Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00013888888888, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W087.json index fde0026f53..e374679e63 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W087.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:56.926019Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00013888888888, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W088.json index e4c614129c..bb4d967490 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W088.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:48:58.533256Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00013888888888, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W089.json index ae5ed89716..00abdad849 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W089.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:00.245991Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00013888888888, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W090.json index 5c9ccfa579..db7503b3a9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W090.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:01.259801Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00013888888888, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W091.json index 4a71927246..200522b15b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W091.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:01.505633Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00013888888888, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W098.json index 03baeb6e85..75ece0b704 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W098.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:02.260613Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -98.00013888888888, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W099.json index b298b3bdfe..519b110df3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W099.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:02.807873Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -99.00013888888888, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W106.json index 66f1187546..994e08c686 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W106.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:03.413649Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -106.00013888888888, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W107.json index 90542a7bbd..b9a7766d7e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W107.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:03.487330Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -107.00013888888888, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W157.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W157.json index 67494fccce..f09eb09c8f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W157.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W157.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:03.538780Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -157.0001388888889, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W157.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W157.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W158.json index 248ea89c5a..ea82daeb7d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W158.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:03.746052Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -158.0001388888889, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W159.json index 29182a8c33..875b56dd4a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W159.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:03.868365Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -159.0001388888889, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W160.json index 58e30b3518..d3db2eec71 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W160.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:04.016142Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -160.0001388888889, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W161.json index d1f1a58eff..8c31b4f56c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N21W161.json @@ -41,7 +41,7 @@ 22.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:04.121521Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -161.0001388888889, 21.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N21W161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E035.json index 7ce1488947..49ab49c90f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E035.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:04.367524Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.99986111111111, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E036.json index 3f71edbced..c0048fbca2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E036.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:04.685773Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 35.99986111111111, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E038.json index fd11113df3..374916c237 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E038.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:04.823047Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 37.99986111111111, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E039.json index b51dc9258a..2b47b84a54 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E039.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:05.369120Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.99986111111111, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E059.json index 958e4a614b..79de31cac3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E059.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:05.728883Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 58.99986111111111, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E068.json index de74a91962..1188a4e17f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E068.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:05.834319Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 67.99986111111112, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E069.json index 9b0baeb89e..a026af31d1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E069.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:06.733803Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 68.99986111111112, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E070.json index 3f9438c05b..5428993cf8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E070.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:07.444679Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 69.99986111111112, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E071.json index d4373b85ba..9f25aea6a1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E071.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:07.920213Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 70.99986111111112, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E072.json index fd92868de4..4c2d40d107 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E072.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:10.356182Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 71.99986111111112, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E073.json index b1d66504c6..cb14250f01 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E073.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:10.777801Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99986111111112, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E087.json index 92a00b33b9..a85c93d4e3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E087.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:12.603131Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 86.99986111111112, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E088.json index 9fd41964f0..c8dd68673d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E088.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:15.779396Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 87.99986111111112, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E089.json index 8d9d31c518..4e9d22a1c4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E089.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:18.646477Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 88.99986111111112, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E090.json index ef6449eca6..02ff74b3e6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E090.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:21.205477Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 89.99986111111112, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E091.json index a6e75f608a..d84e025bb4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E091.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:22.751452Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 90.99986111111112, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E092.json index cd33b87b4f..ac667a59e0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E092.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:23.157831Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 91.99986111111112, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E108.json index 99e0941bfe..fc46c885db 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E108.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:23.645580Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 107.99986111111112, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E111.json index 4474d02f72..30f11e3a5d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E111.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:23.938105Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 110.99986111111112, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E112.json index ca7aba2518..920484f1b6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E112.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:25.292977Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 111.99986111111112, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E113.json index 19ab9f146b..5d6c59885b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E113.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:27.248061Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 112.99986111111112, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E114.json index c8828345c1..08f2c82b8d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E114.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:27.827793Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E115.json index b91193a9da..e74c361efb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E115.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:28.432879Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E116.json index aeab6fdb88..63684d49bc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E116.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:28.651641Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E120.json index c9869e075d..8f3c37580f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E120.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:29.095282Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E121.json index a92f9cbda4..c1050e9df1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22E121.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:29.206275Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W017.json index 3056e226b1..3aca3d1363 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W017.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:29.781538Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -17.000138888888888, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W073.json index bd7d0048e0..effc55c3b7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W073.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:29.906865Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00013888888888, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W074.json index 0c154891db..308f830c11 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W074.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:30.113630Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W075.json index 7668baf2e7..194d9d0948 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W075.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:30.381684Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00013888888888, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W076.json index 39e26e866a..85a85c2c29 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W076.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:30.450802Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00013888888888, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W078.json index 2eabc27304..28e2bb7d79 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W078.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:30.665066Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00013888888888, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W079.json index 223c22a2ae..1d31c9a8d6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W079.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:31.731750Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00013888888888, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W080.json index cca7ae883a..2fc1fd1e68 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W080.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:32.366816Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00013888888888, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W081.json index 96956f201b..efa6dd414b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W081.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:33.405232Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00013888888888, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W082.json index 5023d2eb2c..21894fe14f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W082.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:35.519447Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00013888888888, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W083.json index b77cb61264..47d9209f4b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W083.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:36.206871Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00013888888888, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W084.json index e3a40fd135..6d2327f015 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W084.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:37.177370Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00013888888888, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W085.json index 790a653096..982c8eec42 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W085.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:37.703531Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00013888888888, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W090.json index 48409c7647..a827b7ecf3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W090.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:37.766223Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00013888888888, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W098.json index 9bce1754d6..1541e5aa5e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W098.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:38.384885Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -98.00013888888888, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W099.json index 2dcefde9eb..67bdf6394e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W099.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:39.336357Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -99.00013888888888, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W106.json index 2a4fa911bc..0a006af305 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W106.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:40.259940Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -106.00013888888888, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W107.json index e1538be3b7..2c96b68634 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W107.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:40.399149Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -107.00013888888888, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W110.json index 8ca2f2300e..546f404ceb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W110.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:40.455944Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -110.00013888888888, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W111.json index 8d0d74b57c..9d5169d377 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W111.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:40.511902Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -111.00013888888888, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W160.json index b5f7d4586e..2de65d8665 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W160.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:40.632130Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -160.0001388888889, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W161.json index f463f80e1e..d64ec022b5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N22W161.json @@ -41,7 +41,7 @@ 23.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:40.687524Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -161.0001388888889, 22.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N22W161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E035.json index b1e541aad0..1cbe031ccb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E035.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:41.024288Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.99986111111111, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E036.json index 661ac7228e..1bd72a9a4a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E036.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:41.073174Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 35.99986111111111, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E038.json index 90802ac0e7..4df28d57d9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E038.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:41.641145Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 37.99986111111111, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E051.json index 87012f7d9b..141c0046b4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E051.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:42.409564Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.99986111111111, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E052.json index feb5cd4057..3b74c075b9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E052.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:42.900411Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.99986111111111, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E053.json index d51f774643..29d1bf79fa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E053.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:43.156224Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 52.99986111111111, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E054.json index 34925bd2ba..b7c812c806 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E054.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:43.298430Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 53.99986111111111, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E056.json index e55ef3590e..3cb7c6e5f4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E056.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:43.343370Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 55.99986111111111, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E057.json index 65df526f5f..83740e8134 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E057.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:43.678226Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 56.99986111111111, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E058.json index 0128fb1b5b..726bdafe8f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E058.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:43.919833Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 57.99986111111111, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E059.json index b26c1173ee..147021ae67 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E059.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:43.977050Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 58.99986111111111, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E067.json index 829d06fb22..a7a342232b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E067.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:44.329494Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 66.99986111111112, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E068.json index df7d4db2a6..62dae92b15 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E068.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:45.666577Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 67.99986111111112, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E069.json index 575125a07d..fd84e41f1f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E069.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:47.224917Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 68.99986111111112, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E070.json index 23e4db7d39..13e95000cf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E070.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:48.540525Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 69.99986111111112, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E071.json index b0fe69107a..3c61d3d7f7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E071.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:50.209110Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 70.99986111111112, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E072.json index 6181cc242b..e56f50d8b0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E072.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:50.422523Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 71.99986111111112, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E087.json index 3054892935..a30de7bf8a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E087.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:51.068785Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 86.99986111111112, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E088.json index 76164972cd..53cd647efc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E088.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:54.282682Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 87.99986111111112, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E089.json index ef1de91f8c..3c060a9aa8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E089.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:49:57.815429Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 88.99986111111112, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E090.json index 21edfd5119..77b413435f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E090.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:01.598146Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 89.99986111111112, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E091.json index e46e46bf0f..1e4b817d5e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E091.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:03.075505Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 90.99986111111112, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E111.json index e8691bbbef..1947f91ed6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E111.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:03.409744Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 110.99986111111112, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E112.json index 4380113260..34ef1cd59b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E112.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:04.338224Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 111.99986111111112, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E113.json index e0a2e3ef50..56d83a0fb5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E113.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:05.904947Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 112.99986111111112, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E114.json index ba7c8eac35..0a9285a952 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E114.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:06.624240Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E115.json index 0b828cf997..a6b0ca4263 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E115.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:06.907061Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E116.json index 8960b8c1d8..0d5b0f8ab0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E116.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:08.203392Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E117.json index 84df440d33..d0c531fbf5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E117.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:08.644174Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E119.json index 78a582a9e8..e09694db7d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E119.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:08.764617Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E120.json index 34a5a1b60a..f40e25b048 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E120.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:09.656980Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E121.json index 07724c73fa..90d65651cc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23E121.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:09.773689Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W016.json index e97951e0c9..08eb2bd4f4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W016.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:09.945859Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -16.000138888888888, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W017.json index 1f76cd9a91..29ed56ed04 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W017.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:10.094855Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -17.000138888888888, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W074.json index 2a4b898688..379c17653f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W074.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:10.157948Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W075.json index 23a1a6145e..00f864fd78 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W075.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:10.282016Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00013888888888, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W076.json index b419df3ed1..069aed5df1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W076.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:10.533737Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00013888888888, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W077.json index 675ea8c2da..d819ad9cea 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W077.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:10.637681Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00013888888888, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W078.json index 33a3a8f5df..b02488c87a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W078.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:11.012771Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00013888888888, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W080.json index 1f67f66def..8abe5a5767 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W080.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:11.062333Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00013888888888, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W081.json index 879961467c..11f2d2afbb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W081.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:11.364054Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00013888888888, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W082.json index c999016ce0..08b76d3281 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W082.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:11.614660Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00013888888888, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W083.json index 2484d30cb1..924f0fe22a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W083.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:11.829177Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00013888888888, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W084.json index cac68cae27..cea0f01c44 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W084.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:11.890763Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00013888888888, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W098.json index 5c425b84e6..8e65f38b53 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W098.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:12.205623Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -98.00013888888888, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W099.json index e5af268138..c3906166ce 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W099.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:12.389297Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -99.00013888888888, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W106.json index bb73d65e2f..a5fa3b8a91 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W106.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:12.447570Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -106.00013888888888, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W107.json index 6e97d33dfb..b7fdd86e5a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W107.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:12.880885Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -107.00013888888888, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W108.json index 90d3afccc0..5e4c59cf69 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W108.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:12.934301Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -108.00013888888888, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W110.json index 14fb276bdb..e9435c2914 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W110.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:13.104477Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -110.00013888888888, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W111.json index ddfd960481..0687debf5c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W111.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:13.335295Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -111.00013888888888, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W162.json index 15dd5c5f0b..8eac06f519 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N23W162.json @@ -41,7 +41,7 @@ 24.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:13.394453Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -162.0001388888889, 23.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N23W162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E034.json index 72f0252077..f1cd87c50b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E034.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:13.451088Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 33.99986111111111, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E035.json index bd99e71cf3..aeb29b3f6c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E035.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:13.634227Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.99986111111111, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E037.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E037.json index f50d16367d..cf535849a3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E037.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E037.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:14.043380Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 36.99986111111111, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E037.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E037.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E038.json index dd1d7ce6ef..0417e37ccb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E038.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:14.332694Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 37.99986111111111, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E050.json index 98f1b4e732..9635669cc5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E050.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:14.932978Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99986111111111, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E051.json index 67daffc343..0d93c7ffd7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E051.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:15.990744Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.99986111111111, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E052.json index f45b912eab..9b42e65a10 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E052.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:16.368533Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.99986111111111, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E053.json index ace0e4571c..89008eb586 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E053.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:16.883543Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 52.99986111111111, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E054.json index 10b35d18e5..3eb2ee8e70 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E054.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:17.874964Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 53.99986111111111, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E055.json index 35a07d770e..b5b7b37754 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E055.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:18.005510Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 54.99986111111111, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E056.json index cdee93a1e2..46cf799231 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E056.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:18.325606Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 55.99986111111111, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E057.json index f4924ecf2c..fbe2dce00d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E057.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:18.383545Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 56.99986111111111, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E066.json index 60085c2040..d37bdf34fc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E066.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:18.555885Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 65.99986111111112, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E067.json index cffdc453d4..7726ef070c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E067.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:20.544622Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 66.99986111111112, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E068.json index 429b9bc127..83b14631cc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E068.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:23.530781Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 67.99986111111112, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E069.json index 244cdb68ab..66b97db447 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E069.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:25.843314Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 68.99986111111112, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E070.json index e1e039d5b2..279e04ee37 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E070.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:26.469264Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 69.99986111111112, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E071.json index cd4778d1a4..337ca30161 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E071.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:27.423607Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 70.99986111111112, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E087.json index eb5580cbae..282843bafa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E087.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:27.935515Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 86.99986111111112, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E088.json index ce037d5dc5..6a4d1ae514 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E088.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:30.520466Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 87.99986111111112, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E089.json index 6d6cc63e36..7aa734ab79 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E089.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:33.606122Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 88.99986111111112, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E090.json index fc4bb1315e..ddba676068 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E090.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:37.303585Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 89.99986111111112, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E091.json index 550c9f2531..dddff709d6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E091.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:40.018137Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 90.99986111111112, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E092.json index 7ba04e5e41..dd121d6b6b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E092.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:41.396725Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 91.99986111111112, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E117.json index ccaa6399d1..219e4c72a6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E117.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:42.055034Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E118.json index 8504719fd7..4d4955fdd6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E118.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:42.790006Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E119.json index 97661c8621..c1b186c0ef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E119.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:42.839395Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E120.json index c054480362..0a9fe2db6a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E120.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:43.148920Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E121.json index aa514aaf0e..51dbfe15c4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E121.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:43.360664Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E122.json index fe638f6ee3..fef703d86e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E122.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:43.409231Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E123.json index 8f1230c7ce..d37e7ddb00 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E123.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:43.514132Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E124.json index 3db4538e62..66b5b66d83 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E124.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:43.644081Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E125.json index a19307bd0a..9582d640da 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E125.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:43.750876Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E141.json index 0ff846eea5..4ec646cc29 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24E141.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:43.805315Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W015.json index 020817ae83..985bd6c3a5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W015.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:43.861300Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -15.00013888888889, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W016.json index 96aee5fa32..932edc7512 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W016.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:43.968853Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -16.000138888888888, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W075.json index e6713c8c94..7e6584f53e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W075.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:44.093571Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00013888888888, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W076.json index fa5b213e3c..c21168b7a5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W076.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:44.264776Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00013888888888, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W077.json index e55397baae..1cbf00e498 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W077.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:44.426283Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00013888888888, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W078.json index e9712b4a94..636d9ca353 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W078.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:45.201255Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00013888888888, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W079.json index 947a22ba2c..2036eaf756 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W079.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:45.917351Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00013888888888, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W080.json index 3902f36d5d..74f318c3c2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W080.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:45.969677Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00013888888888, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W081.json index 4f1b6b6cc3..adb0f3978d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W081.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:46.134388Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00013888888888, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W082.json index dbba558193..6d5da9c043 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W082.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:46.313558Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00013888888888, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W083.json index d0736bb79a..3863039c72 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W083.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:46.366141Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00013888888888, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W098.json index 637d78b492..507be08c3f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W098.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:47.103496Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -98.00013888888888, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W099.json index b800f32d9c..bee8148be7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W099.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:47.268429Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -99.00013888888888, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W107.json index f2e3fe4b72..f8e5405de9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W107.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:47.357993Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -107.00013888888888, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W108.json index 6fac9781ba..8179da6988 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W108.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:48.460304Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -108.00013888888888, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W109.json index 61602da1f4..e60fae4496 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W109.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:48.604589Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -109.00013888888888, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W110.json index aa5cc15820..1eb6c7d1c1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W110.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:48.717587Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -110.00013888888888, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W111.json index c1661c5461..f5ea6334f5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W111.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:48.949216Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -111.00013888888888, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W112.json index 85849cc920..e1fd876912 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W112.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:49.544805Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -112.00013888888888, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W113.json index eeaae340a1..f3db7c7014 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N24W113.json @@ -41,7 +41,7 @@ 25.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:49.782644Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -113.00013888888888, 24.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N24W113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E034.json index 045325398d..c24d9f6f04 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E034.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:49.970108Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 33.99986111111111, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E036.json index df3d8bb6b6..888464fd4f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E036.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:50.233676Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 35.99986111111111, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E037.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E037.json index 3dd9ec8a7c..c6b674587e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E037.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E037.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:50.467186Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 36.99986111111111, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E037.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E037.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E049.json index 5d3da89f03..39893a25e1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E049.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:50.642978Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99986111111111, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E050.json index 1a9c02c1ed..e116182fdb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E050.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:51.413548Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99986111111111, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E051.json index 98e44ec1ab..2d813f8411 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E051.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:52.497099Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.99986111111111, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E052.json index b86eb5bc97..5198a7ba71 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E052.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:52.549654Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.99986111111111, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E054.json index 501d4d182c..7423b9b249 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E054.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:52.596666Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 53.99986111111111, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E055.json index 541bb523ba..65900c9773 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E055.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:53.229152Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 54.99986111111111, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E056.json index 52db0942c5..72e0b57c01 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E056.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:53.420470Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 55.99986111111111, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E057.json index 4666d013a2..ab8cd687d9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E057.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:53.764062Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 56.99986111111111, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E058.json index 19202f6b1b..ab4c83e139 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E058.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:54.500243Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 57.99986111111111, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E059.json index 69b7fb26a6..55cfc6724b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E059.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:55.140367Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 58.99986111111111, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E060.json index 499ca32424..79689f2662 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E060.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:55.815585Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 59.99986111111111, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E061.json index aaf8e9b990..0e8ea4f922 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E061.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:57.222164Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 60.99986111111111, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E062.json index 1688a3b982..7cadeeba07 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E062.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:57.874932Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 61.99986111111111, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E063.json index 0ef7c9c4b5..a0279abcbc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E063.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:58.330973Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 62.99986111111111, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E064.json index acbd7110db..4838ae4d98 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E064.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:58.966783Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 63.99986111111111, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E065.json index 20efbb451b..8c37dfb631 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E065.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:50:59.310938Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 64.99986111111112, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E066.json index 16a748ef93..66382e9588 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E066.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:00.141655Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 65.99986111111112, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E068.json index 7cb601a237..06b59b8430 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E068.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:02.169292Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 67.99986111111112, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E069.json index 5d271c8d97..f3858b73dd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E069.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:04.502423Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 68.99986111111112, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E086.json index c375d3faaa..0f48d7c7e4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E086.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:04.779436Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 85.99986111111112, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E087.json index cf18ff1519..40718ab0a2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E087.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:05.822739Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 86.99986111111112, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E088.json index fa6f38d011..3d0bd76404 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E088.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:07.262438Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 87.99986111111112, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E089.json index d43eaabbe5..8f7a0577be 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E089.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:09.359531Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 88.99986111111112, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E090.json index 78583a5997..bd969c1624 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E090.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:10.075206Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 89.99986111111112, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E091.json index 50591a3378..8e13e9677e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E091.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:10.738124Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 90.99986111111112, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E092.json index 1512ff4a12..2342ffa290 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E092.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:11.003036Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 91.99986111111112, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E118.json index 5762b78296..0d62e358d7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E118.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:11.270273Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E119.json index a840273034..338be9286b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E119.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:12.157727Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E121.json index ba97900dc7..a8fc47e244 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E121.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:12.357051Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E122.json index 938c0373c0..1c87ea73e4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E122.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:12.403363Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E123.json index 7a2bc245d8..bba872130b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E123.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:12.447340Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E131.json index fc63f54fda..7b898c0622 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E131.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:12.501862Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.9998611111111, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E141.json index 688f1828d2..3c549cc675 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25E141.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:12.542223Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W015.json index 1c487a49d0..f5db916c1c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W015.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:12.704478Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -15.00013888888889, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W077.json index 6e7b5a5642..b0b7295a35 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W077.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:12.892855Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00013888888888, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W078.json index 73ed63e865..b2cf7942bb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W078.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:13.125781Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00013888888888, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W079.json index 587e96d218..ff61246e44 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W079.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:13.378901Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00013888888888, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W080.json index ff6bd4ab4e..f49a8b2441 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W080.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:13.441278Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00013888888888, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W081.json index 5a6e19decd..1f5f084cd3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W081.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:15.527006Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00013888888888, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W082.json index e10bccf7f6..2f07004cd4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W082.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:16.402686Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00013888888888, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W098.json index f9c56793ef..37a95f526e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W098.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:18.242146Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -98.00013888888888, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W099.json index 61d4d26e8f..71f08a3b4b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W099.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:18.610891Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -99.00013888888888, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W108.json index c1225c44e9..63ed5daf38 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W108.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:18.746433Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -108.00013888888888, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W109.json index 7cbffa45ca..dfd8cbf15e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W109.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:20.099644Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -109.00013888888888, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W110.json index f466fe3de3..f6cecdb733 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W110.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:20.655407Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -110.00013888888888, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W111.json index e4dee30dec..b087bd3316 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W111.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:20.757912Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -111.00013888888888, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W112.json index acc03b7f39..db774a3d66 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W112.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:21.241478Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -112.00013888888888, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W113.json index 7bd0e0a657..6c5e9a2284 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W113.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:21.821475Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -113.00013888888888, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W172.json index 6ec7d547f1..e23d413bfa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N25W172.json @@ -41,7 +41,7 @@ 26.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:21.866374Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -172.0001388888889, 25.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N25W172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E033.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E033.json index 725cb71aa0..d59a40f390 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E033.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E033.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:22.027822Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 32.99986111111111, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E033.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E033.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E034.json index 39c3ad8cfe..c5b5fb6b51 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E034.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:22.174941Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 33.99986111111111, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E035.json index 56e92e9a91..bc999c8041 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E035.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:22.225373Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.99986111111111, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E036.json index f31cfcb6d5..513c0f76ca 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E036.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:22.464546Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 35.99986111111111, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E049.json index 25a14f0a95..2c3fbdeb5e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E049.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:24.013992Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99986111111111, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E050.json index 5ef8f4d2ad..e48ead865b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E050.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:24.578317Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99986111111111, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E051.json index 86b77a1d7a..d23194243b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E051.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:24.787640Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.99986111111111, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E053.json index a77e50d1a5..1462422f33 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E053.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:25.025846Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 52.99986111111111, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E054.json index 469c6d42ab..41285165a7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E054.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:25.543287Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 53.99986111111111, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E055.json index c22f9a9014..79af27a8e7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E055.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:26.110381Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 54.99986111111111, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E056.json index 298f6910b2..3d518aeabe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E056.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:26.427885Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 55.99986111111111, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E057.json index 3ae327bcbe..08ec241ad5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E057.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:26.938722Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 56.99986111111111, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E068.json index 685d516919..6cbb32335d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E068.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:28.085080Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 67.99986111111112, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E069.json index 61d8070e24..b447de4419 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E069.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:28.574858Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 68.99986111111112, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E089.json index 4129c8841c..c46a83743e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E089.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:28.890062Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 88.99986111111112, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E090.json index ab6b4af621..543cd7f077 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E090.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:29.165361Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 89.99986111111112, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E118.json index 2fd5fa4e05..b40b2678ce 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E118.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:29.265992Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E119.json index 677ccca536..b93d5c847a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E119.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:29.885032Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E120.json index 4e4bbf24a5..ccfe2eab5c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E120.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:30.018179Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E126.json index 4dfd3ab9b2..169b40a573 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E126.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:30.069084Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99986111111112, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E127.json index 163e1cb6c6..0648ee20cf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E127.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:30.321412Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99986111111112, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E128.json index dd270d1ecb..4eb4ed71eb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E128.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:30.436595Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 127.99986111111112, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E131.json index bbe397892e..6c9362f2b6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E131.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:30.488884Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.9998611111111, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E142.json index 35fe26b108..98b0b072e8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26E142.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:30.543152Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.9998611111111, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W014.json index 1ce1396859..686a5264f5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W014.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:30.726313Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -14.00013888888889, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W015.json index b8d59d2c16..04d21929ee 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W015.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:30.961994Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -15.00013888888889, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W077.json index 8adc88dece..92f8624616 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W077.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:31.014854Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00013888888888, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W078.json index 792efc2138..9c854b852f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W078.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:31.643936Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00013888888888, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W079.json index 5fb2bee7c4..248787cc79 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W079.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:32.106271Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00013888888888, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W080.json index 8491d572bf..a89be5dcd4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W080.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:32.152632Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00013888888888, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W081.json index f3c3a9702e..bf71db271b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W081.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:35.443676Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00013888888888, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W082.json index 1e156fc0f5..4108e58d2d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W082.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:38.326607Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00013888888888, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W083.json index 2f75e74f32..0ca89558b9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W083.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:38.705720Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00013888888888, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W098.json index 8c98f44d46..c3766639b1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W098.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:40.877544Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -98.00013888888888, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W099.json index ab99d1d224..440aae696e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W099.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:41.493060Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -99.00013888888888, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W110.json index 3983b7228b..972f917361 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W110.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:42.395689Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -110.00013888888888, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W112.json index 91a785a82b..f40c645cab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W112.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:42.574271Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -112.00013888888888, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W113.json index ab40e20b80..c1036d4dac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W113.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:42.896789Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -113.00013888888888, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W114.json index 4dbe46fdb4..6c3737b10d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W114.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:43.536029Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -114.00013888888888, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W115.json index b5e7c9e3bc..f59520f2ab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W115.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:43.583457Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -115.00013888888888, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W174.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W174.json index 77a8317a97..599d27c8b7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W174.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N26W174.json @@ -41,7 +41,7 @@ 27.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:43.627257Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -174.0001388888889, 26.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W174.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N26W174.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E033.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E033.json index cf6ba5c1bf..410562bbea 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E033.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E033.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:43.982336Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 32.99986111111111, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E033.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E033.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E034.json index 335c59122d..ffd8661404 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E034.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:44.107422Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 33.99986111111111, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E035.json index 17730da30e..84be503e54 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E035.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:44.349839Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.99986111111111, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E048.json index 21173f0f86..622751203e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E048.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:45.271731Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.99986111111111, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E049.json index dc20cb205f..0e1c6bb23d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E049.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:46.020344Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99986111111111, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E051.json index 6705e04aaf..4d30d0af11 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E051.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:46.251856Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.99986111111111, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E052.json index aafc07faaa..1c3e2d08d3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E052.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:46.498572Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.99986111111111, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E053.json index 9e0a216b68..5769026b1f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E053.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:46.588421Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 52.99986111111111, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E055.json index 930b82e0af..24ec004aa7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E055.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:46.797929Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 54.99986111111111, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E056.json index 19d9ea01b6..6977e5effd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E056.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:47.525454Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 55.99986111111111, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E057.json index e9563a3a2e..333351bfbe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E057.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:47.683134Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 56.99986111111111, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E120.json index 4a02f69908..1225f5e3d6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E120.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:48.338401Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E121.json index c9d9f9ad36..b21791076b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E121.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:48.488898Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E127.json index 52be22815a..8ee7088d77 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E127.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:48.547996Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99986111111112, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E128.json index 8a328d1595..f2ee73c91d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E128.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:48.652633Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 127.99986111111112, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E129.json index e5b4b915f1..5efcdf850b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E129.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:48.716801Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.9998611111111, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E142.json index 7e0045629e..d7d5bec749 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27E142.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:48.771000Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.9998611111111, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W013.json index b8ad80c3d5..a7ce7e4bfe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W013.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:49.323651Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -13.00013888888889, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W014.json index 5fd7588ec2..ce60aa6938 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W014.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:49.722816Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -14.00013888888889, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W016.json index fd3d740853..06f373861d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W016.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:49.820185Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -16.000138888888888, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W017.json index bb161094b1..6d95b4d148 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W017.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:49.866446Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -17.000138888888888, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W018.json index 18897b5607..1565253f83 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W018.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:49.920652Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -18.000138888888888, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W019.json index d7ad061df9..62c1cd1522 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W019.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:49.966542Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -19.000138888888888, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W078.json index fd3e040e92..71cf8c3114 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W078.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:50.024641Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00013888888888, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W079.json index c31f90fd44..679ab415c2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W079.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:50.077332Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00013888888888, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W081.json index c44ab3b778..0927a03b48 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W081.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:52.277248Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00013888888888, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W082.json index 5378fe6b01..c1ae8d8942 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W082.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:54.566492Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00013888888888, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W083.json index d68e263828..fbc9e9f4b1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W083.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:56.351395Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00013888888888, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W097.json index c7ac585426..28a08706b0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W097.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:56.410061Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -97.00013888888888, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W098.json index b336fb8699..905ef6d45a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W098.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:58.481421Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -98.00013888888888, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W099.json index 0c3389c076..b75a8943d1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W099.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:58.716531Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -99.00013888888888, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W110.json index a76c8b0091..43a54e2d58 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W110.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:51:59.131728Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -110.00013888888888, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W111.json index baa7a87131..a391238989 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W111.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:00.463160Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -111.00013888888888, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W112.json index e2f9b7a5df..a82823ce74 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W112.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:00.550374Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -112.00013888888888, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W113.json index 119bd3d0cb..a74baec9eb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W113.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:00.690142Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -113.00013888888888, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W114.json index 3c0bb8c413..291caad979 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W114.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:01.416119Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -114.00013888888888, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W115.json index 99356b3c0d..3f2998ee8a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W115.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:01.953185Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -115.00013888888888, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W116.json index c76ca80ed5..5d510981f8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W116.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:02.012375Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -116.00013888888888, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W176.json index 45acf96bef..11755b6877 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N27W176.json @@ -41,7 +41,7 @@ 28.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:02.066670Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -176.0001388888889, 27.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N27W176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E032.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E032.json index fdfb436afe..8df05a7b98 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E032.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E032.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:02.219158Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 31.999861111111112, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E032.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E032.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E033.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E033.json index 419276dff2..f8371ac550 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E033.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E033.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:02.532212Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 32.99986111111111, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E033.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E033.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E034.json index 3bece48c2c..68bad56c58 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E034.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:02.790884Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 33.99986111111111, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E035.json index 10d577a4a3..4bd4d91a12 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E035.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:02.944606Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.99986111111111, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E048.json index f44aba9f8d..a26eac75b7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E048.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:03.539434Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.99986111111111, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E050.json index 5a3a70989c..2f99141e69 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E050.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:03.686346Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99986111111111, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E051.json index 884ef2705c..31723061b9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E051.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:04.297542Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.99986111111111, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E112.json index b8b3c5fe00..046c606b8e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E112.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:05.591193Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 111.99986111111112, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E115.json index 35a63bd55d..bb7c685bd2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E115.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:06.801988Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E116.json index feb0893d30..0eea082f6e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E116.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:08.516491Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E117.json index f1bf3cb71b..c4ff618898 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E117.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:09.201034Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E120.json index 2c72ba8b5d..0b1ab3b01f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E120.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:09.532042Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E121.json index 5f1167b3c8..32c4ebb7f8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E121.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:10.548394Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E122.json index 24d5630179..7104f11b07 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E122.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:10.594128Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E128.json index 320393a6f4..d538ea16c9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E128.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:10.639972Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 127.99986111111112, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E129.json index d923764c47..12aa5d575d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E129.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:10.822186Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.9998611111111, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E130.json index bd6a87df09..37148a6b62 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28E130.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:10.875800Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 129.9998611111111, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28E130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W011.json index 44c597cb0b..7a3f0d3870 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W011.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:10.992706Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -11.00013888888889, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W012.json index 5a0df8ed24..6512070891 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W012.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:11.159207Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -12.00013888888889, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W013.json index 19345ade6e..fe73a84ee4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W013.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:11.297438Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -13.00013888888889, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W014.json index 00bb89df65..4cef645f02 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W014.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:11.431808Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -14.00013888888889, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W015.json index d834461237..0a0449059a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W015.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:11.532111Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -15.00013888888889, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W016.json index 01178a15ff..7285c5d459 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W016.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:11.589908Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -16.000138888888888, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W017.json index 5647b75c34..1494f875b9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W017.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:11.699029Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -17.000138888888888, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W018.json index 5a9d8b718c..7d48cbac34 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W018.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:11.788094Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -18.000138888888888, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W019.json index e4c4f962b9..c927e2fba9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W019.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:11.838304Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -19.000138888888888, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W081.json index fe9099d773..fa28e34af9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W081.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:12.876518Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00013888888888, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W082.json index f6165c6e33..5b38a435c1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W082.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:15.014300Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00013888888888, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W083.json index cbb4a54700..944f235525 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W083.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:17.114475Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00013888888888, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W090.json index bea7ef00bd..e2671c98d8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W090.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:17.165487Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00013888888888, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W096.json index 2aabdb5f14..fbbfb79d56 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W096.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:17.790012Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -96.00013888888888, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W097.json index f6794aa9fb..f3ae1e4a25 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W097.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:19.556251Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -97.00013888888888, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W098.json index d376e703fa..50eda905fd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W098.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:20.594596Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -98.00013888888888, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W111.json index 3c4631c709..e06685a7c4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W111.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:20.699785Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -111.00013888888888, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W112.json index 9645482c4c..135da2a1db 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W112.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:21.462458Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -112.00013888888888, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W113.json index a2e297a5e7..9a91595ab6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W113.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:21.622475Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -113.00013888888888, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W114.json index 39928afe52..8081b3b470 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W114.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:21.796851Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -114.00013888888888, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W115.json index dc06dca652..0d5ab1413e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W115.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:22.077226Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -115.00013888888888, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W116.json index 39ecf520f4..7046610664 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W116.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:22.161725Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -116.00013888888888, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W119.json index 18c1b3ffbd..153db887a5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W119.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:22.218874Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -119.00013888888888, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W178.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W178.json index 643f265543..3080777a99 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W178.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N28W178.json @@ -41,7 +41,7 @@ 29.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:22.266541Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -178.0001388888889, 28.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W178.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N28W178.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E019.json index de07386bbb..ad9ef078e0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E019.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:23.275976Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 18.999861111111112, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E030.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E030.json index 2a33fa3708..620e06b292 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E030.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E030.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:24.508354Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 29.999861111111112, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E030.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E030.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E031.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E031.json index 14b75000ae..872a93864a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E031.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E031.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:25.111325Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 30.999861111111112, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E031.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E031.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E032.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E032.json index e269566ccb..c50aa8909f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E032.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E032.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:25.488653Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 31.999861111111112, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E032.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E032.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E033.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E033.json index 8720da72b9..d47e47d288 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E033.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E033.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:25.543254Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 32.99986111111111, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E033.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E033.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E034.json index dfc1a25621..57f92a040f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E034.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:25.686784Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 33.99986111111111, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E035.json index 90b0d10a8e..856923bcc4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E035.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:25.788755Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.99986111111111, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E047.json index 7fef596c2e..a78b1c5ed7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E047.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:26.240650Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99986111111111, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E048.json index 49b78f8922..da75b13d21 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E048.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:26.860740Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.99986111111111, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E049.json index 0f1fc06ee0..1b7a54845f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E049.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:26.910255Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99986111111111, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E050.json index 738ee0a13a..eba852dc86 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E050.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:27.891752Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99986111111111, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E051.json index d7ba227d15..4edb0ff95e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E051.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:28.199020Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.99986111111111, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E112.json index 3037fa3934..740335d502 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E112.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:29.900158Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 111.99986111111112, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E113.json index e42e6dffdf..3943bbc275 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E113.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:31.132915Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 112.99986111111112, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E115.json index 42551aeb9b..5df9b051d4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E115.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:32.222820Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E116.json index 4c73702ec7..e596a2fe3e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E116.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:33.435762Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E117.json index 14576aa38f..ca6816d414 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E117.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:33.884343Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E119.json index 486cf4f420..94c5adb153 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E119.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:34.178382Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E120.json index 12dd26dba5..cc7130dc02 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E120.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:34.730313Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E121.json index f18c117158..3537804c2f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E121.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:35.909523Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E122.json index a5e7ca123a..0b609fb916 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E122.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:36.151716Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E129.json index 948369dbe4..2960c4e644 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29E129.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:36.218615Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.9998611111111, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W010.json index 6763adc6e1..ae892c2b91 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W010.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:36.336217Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -10.00013888888889, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W011.json index 69508fbff7..d20be2984d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W011.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:36.394209Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -11.00013888888889, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W014.json index 901b9a8b0a..b4ed75b5aa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W014.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:36.503071Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -14.00013888888889, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W081.json index c14083949b..05edad8f1f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W081.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:36.606974Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00013888888888, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W082.json index 389b7598e8..691ca19f2c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W082.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:39.137155Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00013888888888, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W083.json index 074d81ccbe..ddaf0d28e5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W083.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:41.469996Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00013888888888, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W084.json index f02e105323..9db6957414 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W084.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:42.789895Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00013888888888, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W085.json index 362a7d0550..f51c9184aa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W085.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:43.311267Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00013888888888, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W086.json index 04096f2361..d746fab133 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W086.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:43.844170Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -86.00013888888888, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W089.json index bd889c9338..a818e05344 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W089.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:43.893390Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00013888888888, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W090.json index 11b210cf0e..71ba3596f9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W090.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:44.988505Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00013888888888, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W091.json index bfe7caac18..a6150b3ff5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W091.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:47.348712Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00013888888888, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W092.json index 54dac6d2e8..f1fc2620f2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W092.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:49.000454Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00013888888888, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W093.json index 723cad8994..b67c11e30e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W093.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:50.256051Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -93.00013888888888, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W094.json index ded451ecd0..48d433b72c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W094.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:51.004128Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -94.00013888888888, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W095.json index 77b5e2537c..80ec2ffd16 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W095.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:52.683813Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -95.00013888888888, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W096.json index 471fb44bab..f330e768a4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W096.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:55.688189Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -96.00013888888888, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W112.json index 45f7692271..3a9c47023c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W112.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:55.850643Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -112.00013888888888, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W113.json index ddcab5a1d2..88e6e90078 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W113.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:56.051902Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -113.00013888888888, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W114.json index ab4a1e4d9c..325616adc7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W114.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:56.225091Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -114.00013888888888, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W115.json index 3a64eeb7f7..ebecef9de6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W115.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:56.466164Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -115.00013888888888, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W116.json index 12d42c8084..bc9822ce03 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W116.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:56.577114Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -116.00013888888888, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W119.json index cfcaa08e02..f6f8d859fc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N29W119.json @@ -41,7 +41,7 @@ 30.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:56.628526Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -119.00013888888888, 29.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N29W119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E017.json index c258429d36..0abb56d8b9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E017.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:56.884509Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 16.999861111111112, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E018.json index 970d35b2ac..e87861d3fa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E018.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:57.452736Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 17.999861111111112, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E019.json index 6be323b666..c0593dcf7c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E019.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:52:58.769108Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 18.999861111111112, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E020.json index 8bbde54eb4..233c56b52a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E020.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:00.486865Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 19.999861111111112, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E028.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E028.json index fdcbb8cdcd..2a52318ee1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E028.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E028.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:01.973761Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 27.999861111111112, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E028.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E028.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E029.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E029.json index d7baf22fe5..3c1cabe4a4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E029.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E029.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:02.525215Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 28.999861111111112, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E029.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E029.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E030.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E030.json index 6931f92173..9850027c14 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E030.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E030.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:04.609834Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 29.999861111111112, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E030.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E030.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E031.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E031.json index 368e9f6bc8..97449efc92 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E031.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E031.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:07.352756Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 30.999861111111112, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E031.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E031.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E032.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E032.json index dfb2f0a9a2..e93a3cafa2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E032.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E032.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:08.676696Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 31.999861111111112, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E032.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E032.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E033.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E033.json index a766656874..4ad3026c09 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E033.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E033.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:08.799150Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 32.99986111111111, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E033.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E033.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E045.json index 1ff75fd3c8..9640bd394b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E045.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:09.398773Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 44.99986111111111, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E046.json index 34892c2e13..f48b80c446 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E046.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:11.089741Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 45.99986111111111, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E047.json index 3eefd87647..3c810519eb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E047.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:13.780232Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99986111111111, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E048.json index 7bfd3cc433..eb8de7708f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E048.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:17.184642Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.99986111111111, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E049.json index 6d85520590..9ab6fd9d5c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E049.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:19.294641Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99986111111111, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E050.json index bbca96ce25..eac09d639f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E050.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:19.522436Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99986111111111, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E112.json index e0510c6672..8c18ab6fa9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E112.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:21.019571Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 111.99986111111112, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E113.json index 6e988d286f..12f5ff98fb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E113.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:23.709934Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 112.99986111111112, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E114.json index 7e0ae5e594..795270fb99 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E114.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:26.138486Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E115.json index 0ccb64df3c..4d440567eb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E115.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:26.795069Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E116.json index 7aa17e44d6..8ac10a0329 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E116.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:28.116397Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E117.json index 8c6100e257..5c2803560f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E117.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:29.292166Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E118.json index 20803fe133..03f16ce3e0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E118.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:29.787810Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E119.json index f4b92e2583..1301aea6fb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E119.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:30.539536Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E120.json index bc1843a942..91660bf1e4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E120.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:33.893990Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E121.json index 65ebca8702..99e2053816 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E121.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:35.507920Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E122.json index b6eb94c3c2..6da70f3cd6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E122.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:35.797057Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E129.json index 9d484950aa..f200b0cfe2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E129.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:35.831483Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.9998611111111, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E130.json index 94c2023e07..4dd58b635d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E130.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:35.943051Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 129.9998611111111, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E131.json index 879214ea88..fbb3546611 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E131.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:36.014996Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.9998611111111, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E140.json index 4784bdb9da..fe55a0c455 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30E140.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:36.066242Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.9998611111111, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W010.json index 74babcfd9e..c8d0297c9e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W010.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:36.223595Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -10.00013888888889, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W016.json index c4d3c67feb..366b23900e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W016.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:36.283817Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -16.000138888888888, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W017.json index d7bb32c939..7a951e28e5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W017.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:36.339543Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -17.000138888888888, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W082.json index 8cc11bec7f..c59be4b6ab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W082.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:38.336452Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00013888888888, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W083.json index 8cdcaf740d..66328ba32b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W083.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:39.028608Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00013888888888, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W084.json index 4bff87e8a6..0b84b005ab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W084.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:40.952999Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00013888888888, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W085.json index c8503c6462..c3de42351c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W085.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:42.670730Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00013888888888, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W086.json index 33f0b4c71e..767b7ca1af 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W086.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:44.468700Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -86.00013888888888, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W087.json index 3253dff02a..5da1f913ca 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W087.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:45.185658Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00013888888888, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W088.json index 9a6034f54a..459d7dfa05 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W088.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:46.480678Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00013888888888, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W089.json index 1c9ddd125a..08cd4d4650 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W089.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:47.732605Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00013888888888, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W090.json index 9ed2e4973d..9dfcdf1315 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W090.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:48.921600Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00013888888888, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W091.json index e6101d8651..214f26a751 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W091.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:50.466131Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00013888888888, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W092.json index a851a72336..b2a0678593 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W092.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:53.327603Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00013888888888, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W093.json index 1607537673..5c98098412 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W093.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:56.117257Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -93.00013888888888, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W094.json index 44d315fff2..4e3c7f3652 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W094.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:58.284579Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -94.00013888888888, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W095.json index 216fd7b769..f98d95da4d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W095.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:53:59.947930Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -95.00013888888888, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W113.json index 6d14b2e91c..7027275e2a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W113.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:54:00.199402Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -113.00013888888888, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W114.json index 03a91cff10..a9327f652b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W114.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:54:00.410207Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -114.00013888888888, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W115.json index ef8e9a5104..0645099610 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W115.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:54:00.572320Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -115.00013888888888, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W116.json index 4e0f98acd2..e20643c66d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W116.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:54:00.759035Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -116.00013888888888, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W117.json index 68a23e077a..4fb021b9de 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N30W117.json @@ -41,7 +41,7 @@ 31.000138888888888 ], "properties": { - "created": "2024-11-22T14:54:00.918245Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -117.00013888888888, 30.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N30W117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E014.json index 9cc281e757..ee09764b7b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E014.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:01.087453Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.99986111111111, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E015.json index 9b73229fdd..484407ff45 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E015.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:02.300664Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 14.99986111111111, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E016.json index d8ea43fd03..6f53ed5131 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E016.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:02.731733Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 15.99986111111111, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E017.json index b98d8bc8a6..6917e75daa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E017.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:02.939562Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 16.999861111111112, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E019.json index 5e6980b326..15d2918c7a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E019.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:03.127092Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 18.999861111111112, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E020.json index 9236286562..344a41a99f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E020.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:03.668336Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 19.999861111111112, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E024.json index 509873fb9a..f50a2da19a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E024.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:03.842265Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 23.999861111111112, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E025.json index da90c9589e..96f284bfb6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E025.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:04.161377Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 24.999861111111112, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E026.json index a5218a8039..499315e951 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E026.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:04.321393Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 25.999861111111112, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E027.json index 61b478af09..a5a234be12 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E027.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:04.557134Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 26.999861111111112, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E028.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E028.json index 878e1d694a..82d3b5dd70 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E028.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E028.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:04.754887Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 27.999861111111112, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E028.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E028.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E029.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E029.json index fe55a8bbb6..9a232534ef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E029.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E029.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:05.105335Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 28.999861111111112, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E029.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E029.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E030.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E030.json index 6ac7d100ca..e46c16efb0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E030.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E030.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:06.944258Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 29.999861111111112, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E030.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E030.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E031.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E031.json index 37acc8afa6..b4856cc1d4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E031.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E031.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:09.161128Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 30.999861111111112, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E031.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E031.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E032.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E032.json index b5a45dacbb..c1e9781d04 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E032.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E032.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:09.736077Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 31.999861111111112, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E032.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E032.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E033.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E033.json index 793db6e488..d217a09554 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E033.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E033.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:10.152401Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 32.99986111111111, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E033.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E033.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E034.json index ca754f3164..0269d1542c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E034.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:10.460112Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 33.99986111111111, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E044.json index 0f4ac92cd5..9eedb1117e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E044.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:11.904444Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 43.99986111111111, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E045.json index 4cd8624b58..6d10c7e28a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E045.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:15.153275Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 44.99986111111111, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E046.json index 6c93cbb4e0..a4af73a212 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E046.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:18.589042Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 45.99986111111111, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E047.json index dacbd70ac0..c426fa33fc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E047.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:22.070404Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99986111111111, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E048.json index c47f177cce..a5968b42d0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E048.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:24.770499Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.99986111111111, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E049.json index 55c06d0943..0c248798fe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E049.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:25.192944Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99986111111111, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E116.json index 755035d38b..9296bfde3a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E116.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:25.625873Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E117.json index 0bdddb3605..cd9f3ee20a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E117.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:27.777546Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E118.json index b973351d8b..42db7a5bee 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E118.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:30.853315Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E119.json index cf91ba744b..29243beb71 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E119.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:33.502809Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E120.json index 87bce1b03d..e41f3a2e72 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E120.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:36.432353Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E121.json index 21aef69f5c..95e24f4441 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E121.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:39.315959Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E122.json index e8ee842197..8249239d8a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E122.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:39.360589Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E128.json index 30b1250681..b561135676 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E128.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:39.403563Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 127.99986111111112, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E129.json index 18e5dfbccb..866794d46f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E129.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:39.542167Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.9998611111111, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E130.json index a9d45215a7..3f742f659d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E130.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:39.880469Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 129.9998611111111, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E131.json index 40c1414883..c83298ae3d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31E131.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:40.201265Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.9998611111111, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W010.json index 35aa3e87ad..1ea05b54c9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W010.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:40.322799Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -10.00013888888889, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31W010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31W010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W081.json index 7c45623437..a1abf8c59e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W081.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:40.471481Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00013888888888, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W082.json index 92842dfa7c..de820bbb53 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W082.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:43.222049Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00013888888888, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W083.json index 7c701ec430..5c0d810662 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W083.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:43.675189Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00013888888888, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W088.json index ea3f870b33..d6d2f2266b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W088.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:44.449677Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00013888888888, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W089.json index 11b932eb95..9ed75b11b0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W089.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:45.178095Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00013888888888, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W092.json index 7e95f12b3a..89c58d969d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W092.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:47.041467Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00013888888888, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W093.json index fe370b0d61..ddb689166d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W093.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:48.465203Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -93.00013888888888, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31W093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31W093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W114.json index 73e8919be6..7f646bbdda 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W114.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:48.973688Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -114.00013888888888, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31W114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31W114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W115.json index 1242aeaeca..5479123483 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W115.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:49.688619Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -115.00013888888888, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31W115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31W115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W116.json index e877cdb9c7..ed039c5de1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W116.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:50.187357Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -116.00013888888888, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31W116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31W116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W117.json index cabff2af46..a69b347887 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N31W117.json @@ -41,7 +41,7 @@ 32.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:50.312983Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -117.00013888888888, 31.00013888888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31W117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N31W117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E011.json index 8a9469e8ec..1c0f7b3cff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E011.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:51.020804Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.99986111111111, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E012.json index d0bbe99da2..9d02611a98 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E012.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:51.504591Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.99986111111111, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E013.json index 31b7c78624..0ae05f0d58 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E013.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:51.722619Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.99986111111111, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E014.json index 48fe98ee0e..04c0a9cc70 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E014.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:51.960905Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.99986111111111, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E015.json index 9c4cfdb696..cec11d0c7d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E015.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:52.535141Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 14.99986111111111, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E019.json index 0f6257686f..f46584fcba 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E019.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:52.588742Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 18.999861111111112, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E020.json index a5a23ad1f1..e2980df302 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E020.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:52.944126Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 19.999861111111112, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E021.json index d472a60748..7c7b0ea6eb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E021.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:53.052534Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 20.999861111111112, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E022.json index ff271c557b..df6fd0fbd8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E022.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:53.162724Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 21.999861111111112, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E023.json index 1e12283c17..9daf892eb3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E023.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:53.553600Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 22.999861111111112, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E024.json index f84c89cc4d..f621f10c73 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E024.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:53.655622Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 23.999861111111112, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E034.json index c790a84c2e..cd813671cc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E034.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:53.987883Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 33.99986111111111, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E035.json index ea93283d71..1b442cc6e0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E035.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:54.766408Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.99986111111111, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E043.json index 75d0368c2f..fdc261690e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E043.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:55.244198Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 42.99986111111111, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E044.json index db70df4cd4..67319a3273 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E044.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:54:58.187564Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 43.99986111111111, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E045.json index 75bc228277..82dfe0914b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E045.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:01.676085Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 44.99986111111111, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E046.json index df7c87fca9..d26b9957df 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E046.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:04.069735Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 45.99986111111111, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E047.json index 4715f0907a..d22805bbc8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E047.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:04.544331Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99986111111111, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E115.json index 1c32478e38..0c1cebc990 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E115.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:05.692994Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E116.json index 6d94b86790..ebf150081a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E116.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:08.131915Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E117.json index 2318024b50..fdad046530 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E117.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:09.274845Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E118.json index 7c5c4906c9..090741432e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E118.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:11.021176Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E119.json index 9bca95634b..26b0268260 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E119.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:13.709214Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E120.json index 4360fbf8ce..f7a302fd60 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E120.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:17.185457Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E121.json index 8a1525c239..f9d78b78ef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E121.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:18.234247Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E128.json index dd162e8002..dfde580529 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E128.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:18.505222Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 127.99986111111112, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E129.json index 0aaa02ab5d..1ad1a3a09c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E129.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:18.739831Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.9998611111111, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E130.json index 8a80d48ae2..6467bd30f5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E130.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:19.327676Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 129.9998611111111, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E131.json index 04ca4b06c9..1e92544b77 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E131.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:19.564850Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.9998611111111, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E132.json index ec64fa76ff..998f8c0117 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E132.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:19.706357Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 131.9998611111111, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E133.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E133.json index a8d8b10083..49bff26996 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E133.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E133.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:19.757502Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 132.9998611111111, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E133.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E133.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E139.json index 16e5abc4e8..8942c84dab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32E139.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:19.797890Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.9998611111111, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W009.json index 9a51d5d0d0..b927304388 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W009.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:19.876408Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -9.00013888888889, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W010.json index baba310f85..e83c63f3eb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W010.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:19.986556Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -10.00013888888889, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W017.json index 0f7e29c87f..a5da13b5b6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W017.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:20.054249Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -17.000138888888888, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W018.json index 3aae38fc02..27ea5493ce 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W018.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:20.108823Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -18.000138888888888, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W065.json index f583551de2..042995b792 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W065.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:20.231939Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00013888888888, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W080.json index 5b534af5c7..a794e43611 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W080.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:20.690171Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00013888888888, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W081.json index 4314db41fd..52f214856b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W081.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:23.354074Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00013888888888, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W082.json index 5ca8fd0560..fa54563601 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W082.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:25.111968Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00013888888888, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W083.json index 69fbbd5d4d..36ade2bb09 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W083.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:25.264022Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00013888888888, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W087.json index 9ea6d2e455..81f5f04840 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W087.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:25.441330Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00013888888888, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W088.json index d3d73cd778..e65d79ca45 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W088.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:25.953094Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00013888888888, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W089.json index 61033e765d..d2566ddf73 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W089.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:26.246861Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00013888888888, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W091.json index d60de5452a..b22d44a845 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W091.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:27.183921Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00013888888888, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W092.json index a546c1aabf..c90664d634 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W092.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:29.699639Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00013888888888, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W093.json index 52f29e2859..016e314f41 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W093.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:30.447554Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -93.00013888888888, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W115.json index 2e69fb8665..603ec31a7f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W115.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:30.982114Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -115.00013888888888, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W116.json index 2086551bb4..b7950a0b6c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W116.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:33.060106Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -116.00013888888888, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W117.json index bc457bd84b..ecf22bb6d2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W117.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:33.116823Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -117.00013888888888, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W118.json index 4e110eaf4f..08a4f622d1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W118.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:33.285767Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -118.00013888888888, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W119.json index ee3f4c0013..868618665f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N32W119.json @@ -41,7 +41,7 @@ 33.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:33.333866Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -119.00013888888888, 32.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N32W119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E009.json index 1f8812e2ad..d40ed16287 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E009.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:33.672752Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.99986111111111, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E010.json index 4b07a9e3fd..0f64398b27 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E010.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:34.441350Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.99986111111111, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E011.json index 660afff2f5..8931866380 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E011.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:35.222080Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.99986111111111, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E035.json index 6301b7fab2..a25b1eaf1a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E035.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:35.373061Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.99986111111111, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E043.json index 1519742cfb..08dc2e6330 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E043.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:35.489956Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 42.99986111111111, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E044.json index c05215f094..093ee95622 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E044.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:36.041141Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 43.99986111111111, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E045.json index 68e43a2c75..7fe4aa81ac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E045.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:36.949632Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 44.99986111111111, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E116.json index ebd05fe77c..16aea0871a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E116.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:39.438979Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E117.json index f031c850d0..6de7824b4b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E117.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:42.621219Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E118.json index 2b4570bc04..459059689c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E118.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:45.630613Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E119.json index 266abd408e..9a028e062d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E119.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:49.232173Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E120.json index 883a2aa392..81a6859e2b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E120.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:51.724808Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E126.json index 32e91a6a2b..2849f06d59 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E126.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:51.903604Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99986111111112, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E128.json index c3f1bf6f2d..cc512a2c29 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E128.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:51.940989Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 127.99986111111112, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E129.json index f169e392cd..90089b5fc8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E129.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:52.283036Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.9998611111111, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E130.json index 17b4d54381..eb3ef62064 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E130.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:53.198238Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 129.9998611111111, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E131.json index 77540426f6..b23f410407 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E131.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:53.603796Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.9998611111111, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E132.json index d9a3f02b6c..82baa2b1ab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E132.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:53.893663Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 131.9998611111111, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E133.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E133.json index 30ee0f1d5d..1d20592635 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E133.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E133.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:54.241566Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 132.9998611111111, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E133.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E133.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E134.json index 9039c33ffc..f7726c7462 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E134.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:54.462543Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 133.9998611111111, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E135.json index a47b371714..5410a0ec06 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E135.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:54.692848Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 134.9998611111111, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E136.json index 6ec4cbb5ec..abede9da31 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E136.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:54.795352Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.9998611111111, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E139.json index 59a549e4b4..d618d1e6a1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33E139.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:54.851461Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.9998611111111, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W007.json index 3836a72c6e..3a606088b5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W007.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:54.946601Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -7.0001388888888885, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33W007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33W007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W008.json index 7e99320e01..03d26b427a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W008.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:55.123046Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -8.00013888888889, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33W008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33W008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W009.json index 911a6070b3..bc7d4752ff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W009.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:55.282266Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -9.00013888888889, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33W009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33W009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W017.json index 054c33a878..f1ee457d09 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W017.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:55.342685Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -17.000138888888888, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33W017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33W017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W078.json index 34bb33290c..8fa1886302 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W078.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:55.450734Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00013888888888, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W079.json index f9356f4e97..5d808e22a7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W079.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:56.184930Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00013888888888, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W080.json index 8165d030f8..49e379b54a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W080.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:58.419172Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00013888888888, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W081.json index 6bb9c76955..8149f0fb75 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W081.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:59.358465Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00013888888888, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W116.json index 33a044a34b..8848b67b94 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W116.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:55:59.864487Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -116.00013888888888, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33W116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33W116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W117.json index 8e2c03218c..59fa13d8f7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W117.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:00.132608Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -117.00013888888888, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33W117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33W117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W118.json index 809a2d8778..21c058de78 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W118.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:00.330041Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -118.00013888888888, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33W118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33W118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W119.json index e6adf50938..e306b3242b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W119.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:00.609116Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -119.00013888888888, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33W119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33W119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W120.json index 94c93f08f7..e0d4c2406e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W120.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:00.662933Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -120.00013888888888, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33W120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33W120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W121.json index e93acc75dd..4e01e3703a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N33W121.json @@ -41,7 +41,7 @@ 34.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:00.719113Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -121.00013888888888, 33.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33W121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N33W121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E009.json index 42ec628e87..ed9340b2b6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E009.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:00.815491Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.99986111111111, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E010.json index 2fd3f49d3f..3d98bca69d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E010.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:01.243469Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.99986111111111, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E011.json index 20d801c101..88716993fc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E011.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:01.410622Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.99986111111111, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E023.json index b333d25a6a..67cc983f90 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E023.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:01.475024Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 22.999861111111112, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E024.json index 31a622eda4..35526aa591 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E024.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:01.527466Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 23.999861111111112, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E025.json index bfabc0c249..4ff6c9d41d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E025.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:01.572846Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 24.999861111111112, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E026.json index d42ea49691..932aeb97b9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E026.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:01.611589Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 25.999861111111112, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E032.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E032.json index bda3ae9b17..dec8b895a1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E032.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E032.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:01.726163Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 31.999861111111112, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E032.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E032.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E033.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E033.json index 1915637a90..665eefdbfc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E033.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E033.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:01.893605Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 32.99986111111111, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E033.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E033.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E034.json index cd0017410f..19412d8a35 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E034.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:01.963138Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 33.99986111111111, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E035.json index e935ea5ad1..edf4b7645c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E035.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:02.134191Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.99986111111111, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E036.json index 9629412c48..949fb75df0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E036.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:02.252533Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 35.99986111111111, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E117.json index d1077671af..9241ee8754 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E117.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:03.447350Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E118.json index f7e5e0a2a1..bb82f729b1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E118.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:05.150083Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E119.json index cc8a9655bc..aaa8382a5a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E119.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:07.446578Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E120.json index fc2cfe7842..a5451b4fa3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E120.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:07.982857Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E125.json index 899abbb941..51b5d45571 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E125.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:08.141623Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E126.json index 71efaf8e11..e876e37a00 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E126.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:09.145758Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99986111111112, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E127.json index 28ee55c171..fcc464f917 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E127.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:09.662517Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99986111111112, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E128.json index eda0d1c4ac..bb574ce2d1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E128.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:09.863742Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 127.99986111111112, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E129.json index 116a0edde0..4820e4a191 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E129.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:10.036540Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.9998611111111, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E130.json index 11eba67011..c5614d5067 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E130.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:10.156050Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 129.9998611111111, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E131.json index 375de64df4..353c04cb47 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E131.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:10.449756Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.9998611111111, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E132.json index 6b601248f5..6dd1ddb663 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E132.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:10.785976Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 131.9998611111111, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E133.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E133.json index c4ec0440c9..c95bf8f1f1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E133.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E133.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:11.417750Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 132.9998611111111, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E133.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E133.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E134.json index 1c9921b2fc..b06720e432 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E134.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:11.955148Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 133.9998611111111, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E135.json index 62260c4d6f..ca6f59d839 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E135.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:12.506943Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 134.9998611111111, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E136.json index d993713356..7a3c029d67 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E136.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:13.036035Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.9998611111111, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E137.json index ce168d60e6..72b5b1b0a7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E137.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:13.522844Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.9998611111111, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E138.json index ab7f822f08..5c036a276d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E138.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:13.750860Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.9998611111111, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E139.json index 49b3c13306..1df894b0df 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34E139.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:13.886209Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.9998611111111, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W006.json index 4e12e60396..9cd36266e7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W006.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:14.246346Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -6.0001388888888885, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34W006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34W006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W007.json index 0043a0600c..039864ae03 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W007.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:15.158663Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -7.0001388888888885, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34W007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34W007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W077.json index 856b7aeed3..a319025afb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W077.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:15.755209Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00013888888888, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W078.json index e650196401..18fd73ec68 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W078.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:17.654355Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00013888888888, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W079.json index 52f563ca15..db7253bedc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W079.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:19.852616Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00013888888888, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W080.json index d61cc96fb4..a247e7cdd0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W080.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:20.775486Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00013888888888, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W119.json index 1287059b15..bb19b6cffe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W119.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:20.902299Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -119.00013888888888, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34W119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34W119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W120.json index f550bbaf54..4e6da6b652 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W120.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:21.120020Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -120.00013888888888, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34W120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34W120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W121.json index af39bf3807..a1c0e194d5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N34W121.json @@ -41,7 +41,7 @@ 35.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:21.272630Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -121.00013888888888, 34.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34W121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N34W121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E000.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E000.json index 59ddca15b0..dec4213e3e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E000.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E000.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:21.438792Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -0.0001388888888888889, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E000.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E000.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E010.json index 460bf5e3c0..3551259c04 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E010.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:21.971200Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.99986111111111, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E011.json index f55c358911..9d15700e2c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E011.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:22.210565Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.99986111111111, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E012.json index 43fdf2ca7e..2960ff0027 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E012.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:22.265697Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.99986111111111, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E014.json index 5eabd7ca85..2a1d381164 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E014.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:22.351448Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.99986111111111, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E023.json index 137e354b5c..7e9802d7b8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E023.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:22.475991Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 22.999861111111112, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E024.json index 02d16091dc..b90e2bd538 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E024.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:22.592732Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 23.999861111111112, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E025.json index 53a58f6e70..d8e64bd38e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E025.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:22.707764Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 24.999861111111112, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E026.json index 2d3488b27a..09825790df 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E026.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:22.814655Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 25.999861111111112, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E027.json index 045ebaaeab..6071fdb02a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E027.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:22.903962Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 26.999861111111112, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E032.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E032.json index a5314ae251..3441b0f2b2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E032.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E032.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:23.034962Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 31.999861111111112, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E032.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E032.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E033.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E033.json index 4b256ad5e8..791a3cfb15 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E033.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E033.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:23.246970Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 32.99986111111111, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E033.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E033.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E034.json index 5119f9199f..90b8c36720 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E034.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:23.367392Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 33.99986111111111, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E035.json index b5a98af54a..7781d9e5ea 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E035.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:23.551400Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.99986111111111, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E036.json index 71167ac2c7..c6cd3470aa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E036.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:23.600968Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 35.99986111111111, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E119.json index 3a6482ef2e..f07098dbbe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E119.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:24.215649Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E120.json index 6c814fd544..f8d9fe7fcf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E120.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:24.369525Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E125.json index d134bdddb2..1156e7a0a3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E125.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:24.420750Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E126.json index 8088199fc4..f671d4bbd4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E126.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:25.445985Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99986111111112, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E127.json index 15e2dbf6ec..4944dd8664 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E127.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:25.705699Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99986111111112, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E128.json index 09c3dd5df3..34ff21200c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E128.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:26.380921Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 127.99986111111112, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E129.json index f298d45c07..25bf04859d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E129.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:26.626794Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.9998611111111, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E132.json index 2d762804ec..4f59655863 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E132.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:26.843138Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 131.9998611111111, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E133.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E133.json index bca9e916b5..cb127ed378 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E133.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E133.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:27.122338Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 132.9998611111111, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E133.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E133.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E134.json index 8cc9a3d6b9..7c1007567b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E134.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:27.318314Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 133.9998611111111, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E135.json index dc8f7cffc0..647d79294c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E135.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:27.540201Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 134.9998611111111, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E136.json index 2f3fe36086..6aa59d9224 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E136.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:28.237710Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.9998611111111, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E137.json index c80c4b3782..7a932c23de 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E137.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:28.359019Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.9998611111111, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E138.json index 3673c4b2e4..4e0ece6971 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E138.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:28.566486Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.9998611111111, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E139.json index 9a88cbafd3..70ea81f8ff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E139.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:29.598932Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.9998611111111, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E140.json index e8088fae72..8010438391 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35E140.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:31.108140Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.9998611111111, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W001.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W001.json index 223d28b630..9e1684b268 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W001.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W001.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:31.536676Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -1.000138888888889, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35W001.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35W001.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W002.json index 9419cb3748..cfbe213f46 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W002.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:31.673978Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -2.000138888888889, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35W002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35W002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W003.json index 42cb345187..ad42b6cb96 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W003.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:32.040793Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -3.000138888888889, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35W003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35W003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W004.json index 6179a370ce..fbce310024 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W004.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:32.177547Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -4.0001388888888885, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35W004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35W004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W005.json index 7dac4f0a18..6807408045 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W005.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:32.368106Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -5.0001388888888885, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35W005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35W005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W006.json index 467d8bfac4..6bcb68dde6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W006.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:33.379389Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -6.0001388888888885, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35W006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35W006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W007.json index c41933caa5..c6b37738e0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W007.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:33.652468Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -7.0001388888888885, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35W007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35W007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W076.json index 20aba2aa03..06d5473761 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W076.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:34.730523Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00013888888888, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W077.json index f848db6202..c9522bbf80 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W077.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:40.764433Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00013888888888, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W078.json index e8b31a8948..9bc31a1c60 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W078.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:46.828192Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00013888888888, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W121.json index bcf6f06e58..b38c07f05c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W121.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:47.048290Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -121.00013888888888, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35W121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35W121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W122.json index bef195a312..4adbad4027 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N35W122.json @@ -41,7 +41,7 @@ 36.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:47.314002Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -122.00013888888888, 35.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35W122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N35W122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E000.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E000.json index e87e445b8e..b18ff3736b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E000.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E000.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:47.608304Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -0.0001388888888888889, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E000.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E000.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E001.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E001.json index 7dfcbc49a5..09baed79a7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E001.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E001.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:47.805850Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 0.9998611111111111, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E001.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E001.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E002.json index 474181fbe6..ae1db8ace6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E002.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:48.070412Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 1.999861111111111, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E003.json index e62b32d7a7..1f70bbb39c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E003.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:48.417958Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 2.999861111111111, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E004.json index 11a52aac83..ee28162da2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E004.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:48.638468Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 3.999861111111111, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E005.json index 83fec2ead7..1e0249966d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E005.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:48.901391Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 4.9998611111111115, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E006.json index 6d97d9950a..a169cb5a2f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E006.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:49.165691Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 5.9998611111111115, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E007.json index 63f8583e2b..1148477513 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E007.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:50.426924Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 6.9998611111111115, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E008.json index fcb6d2da33..f51651fafe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E008.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:51.061873Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 7.9998611111111115, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E009.json index bf28f186de..cfb4cccd69 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E009.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:51.539365Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.99986111111111, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E010.json index 7a6b3fa831..ccf232bfd5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E010.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:53.538723Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.99986111111111, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E011.json index 9490f913c7..de9e55b6d4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E011.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:53.823521Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.99986111111111, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E012.json index 24368f6b4f..13cc16e170 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E012.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:53.872639Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.99986111111111, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E014.json index 7c499efb9c..15726493bd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E014.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:54.327002Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.99986111111111, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E015.json index 51ceade78a..59755f0fd1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E015.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:54.651555Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 14.99986111111111, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E021.json index 8c947defd8..c8ffd08685 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E021.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:54.934040Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 20.999861111111112, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E022.json index 49d65b526c..ba8dafd6cf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E022.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:55.390132Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 21.999861111111112, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E023.json index 044be0c34c..4c0c9e7a70 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E023.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:55.618291Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 22.999861111111112, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E024.json index e72eef4c03..f213d20859 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E024.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:55.921916Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 23.999861111111112, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E025.json index 7fa2968c9b..50a8b5f0b7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E025.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:56.285231Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 24.999861111111112, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E026.json index e708e885d6..a22320343a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E026.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:56.684317Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 25.999861111111112, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E027.json index 81ca967b67..116611d886 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E027.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:57.353553Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 26.999861111111112, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E028.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E028.json index a06fb0bf18..1a3d717b46 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E028.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E028.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:59.140409Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 27.999861111111112, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E028.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E028.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E029.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E029.json index 8375a4220d..23b6ab92ec 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E029.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E029.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:56:59.783163Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 28.999861111111112, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E029.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E029.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E030.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E030.json index 13644c022c..b8b003073a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E030.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E030.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:00.922101Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 29.999861111111112, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E030.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E030.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E031.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E031.json index e6a071816b..d26cefef03 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E031.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E031.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:02.196270Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 30.999861111111112, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E031.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E031.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E032.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E032.json index 47957d72b5..cec8fcf40b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E032.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E032.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:02.588768Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 31.999861111111112, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E032.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E032.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E033.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E033.json index ff14edf17e..5d16fabd1e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E033.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E033.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:02.981262Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 32.99986111111111, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E033.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E033.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E034.json index 59ed9b1b04..bb42920d54 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E034.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:04.003796Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 33.99986111111111, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E035.json index 6e00ddfec5..c1e8c6689e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E035.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:10.121425Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.99986111111111, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E036.json index 1576515173..4ab1e38021 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E036.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:10.978280Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 35.99986111111111, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E050.json index 983721fb47..aa56a8117f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E050.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:11.652423Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99986111111111, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E051.json index e5288f4c4f..0a93de5343 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E051.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:12.364676Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.99986111111111, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E052.json index 51a72d591c..2b1da9d450 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E052.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:15.507435Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.99986111111111, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E053.json index 531533d874..e7fa4013ed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E053.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:18.226247Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 52.99986111111111, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E054.json index daa4365b9f..87641b872c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E054.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:19.897963Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 53.99986111111111, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E116.json index fe6baca107..caf7f476c2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E116.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:30.037648Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E117.json index b2b0c90f7f..41e7b05efc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E117.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:34.422474Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E118.json index bc06b11eee..f0f9438ee2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E118.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:38.230965Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E119.json index 3e062640cd..b6b5e7618e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E119.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:48.902220Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E120.json index f9af5e8d2c..34ffca36be 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E120.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:51.877212Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E121.json index 304a9f38a9..8d5fdb7caa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E121.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:52.780107Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E122.json index 8972645423..b253ce7eeb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E122.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:53.226789Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E125.json index e8f01db215..27b47192d4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E125.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:53.270136Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E126.json index 093b765f57..28d19e9c1f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E126.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:55.658353Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99986111111112, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E127.json index 8b2cfd6872..d55c943b4f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E127.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:56.429846Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99986111111112, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E129.json index d6fb6941eb..493c4522bc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E129.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:56.758041Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.9998611111111, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E132.json index 6ce51850db..363b9ac318 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E132.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:56.902922Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 131.9998611111111, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E133.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E133.json index 68932640a9..d3872e1c65 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E133.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E133.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:57.010979Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 132.9998611111111, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E133.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E133.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E135.json index efe4e93c26..bf8a3d5fda 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E135.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:57.085097Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 134.9998611111111, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E136.json index 57339488f1..fc8de107b3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E136.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:57.968452Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.9998611111111, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E137.json index d570c9af28..c91f41582a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E137.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:58.336581Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.9998611111111, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E138.json index 2c53942c36..32d73ff20e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E138.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:58.485240Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.9998611111111, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E139.json index 9b150fbaeb..f21bbf76f4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E139.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:57:59.412705Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.9998611111111, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E140.json index 304ff3c981..c733ed5a77 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36E140.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:00.677237Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.9998611111111, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W002.json index e183d51514..1c33d86b9a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W002.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:00.725630Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -2.000138888888889, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36W002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36W002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W003.json index e61793750c..a0e0bb3c14 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W003.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:00.951745Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -3.000138888888889, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36W003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36W003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W004.json index caa9790fb5..b91c305cda 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W004.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:01.139210Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -4.0001388888888885, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36W004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36W004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W005.json index 721886895e..7527d61046 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W005.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:01.442673Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -5.0001388888888885, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36W005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36W005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W006.json index 56db7445d9..1404d920f9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W006.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:02.032192Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -6.0001388888888885, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36W006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36W006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W007.json index 3dd934cd21..4184c7b955 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W007.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:03.290803Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -7.0001388888888885, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36W007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36W007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W008.json index 7f4ce614c9..2e7929774e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W008.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:03.345160Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -8.00013888888889, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36W008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36W008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W009.json index 5e394ad0d5..06076338a4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W009.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:03.391267Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -9.00013888888889, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36W009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36W009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W026.json index dfe56aa811..6af076e546 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W026.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:03.533111Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -26.000138888888888, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36W026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36W026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W076.json index 43160321bb..af9ba963c3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W076.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:04.066094Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00013888888888, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W077.json index 94fefbad42..2186e71a7c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W077.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:11.581941Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00013888888888, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W078.json index 59dcdb3192..1263f03b06 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W078.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:15.843299Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00013888888888, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W122.json index 4174d62e73..3d18a6b4e4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W122.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:16.426436Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -122.00013888888888, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36W122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36W122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W123.json index 38c3b72c00..bdda265b5e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N36W123.json @@ -41,7 +41,7 @@ 37.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:16.497881Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -123.00013888888888, 36.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36W123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N36W123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E006.json index 08a47ac334..ca53b58254 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E006.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:16.652382Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 5.9998611111111115, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E007.json index 7472f82fc3..d6bf722b26 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E007.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:16.711877Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 6.9998611111111115, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E008.json index 5ac976d0ea..365ace4ddc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E008.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:16.839845Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 7.9998611111111115, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E009.json index a200ffa411..34d0bec8f1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E009.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:17.245983Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.99986111111111, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E010.json index 27f3349fca..71f965d7d6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E010.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:17.544904Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.99986111111111, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E011.json index 3426ae6eb2..da4b6c225e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E011.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:17.702837Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.99986111111111, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E012.json index df7f5fec14..c9023a49f4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E012.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:18.051594Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.99986111111111, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E013.json index 7b3e79958a..415b9382d9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E013.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:18.270355Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.99986111111111, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E014.json index e49e19a975..db140bd31f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E014.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:18.606932Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.99986111111111, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E015.json index 5d8998456d..a429214336 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E015.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:19.020022Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 14.99986111111111, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E016.json index 4cddeb2081..94ad5dcccf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E016.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:19.075836Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 15.99986111111111, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E020.json index ced9a67170..a034bab9f0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E020.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:19.271413Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 19.999861111111112, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E021.json index a1ec8401b2..015434eb60 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E021.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:19.673503Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 20.999861111111112, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E022.json index 6b3e7d0b9f..a9dc584c38 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E022.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:20.079388Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 21.999861111111112, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E023.json index 14f799f2f8..eae7171c36 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E023.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:20.532695Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 22.999861111111112, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E024.json index 9f5e373d24..7c85bd9cae 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E024.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:20.826822Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 23.999861111111112, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E025.json index fddfc8bf6b..f5db98b0fe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E025.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:21.065962Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 24.999861111111112, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E026.json index b7b6789e4b..327a3dcef0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E026.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:21.226481Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 25.999861111111112, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E027.json index b30297ade8..dc3789b341 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E027.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:22.232651Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 26.999861111111112, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E028.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E028.json index 3c35e38d2b..a10718f52f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E028.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E028.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:22.414054Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 27.999861111111112, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E028.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E028.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E048.json index b38576667b..2ff5414561 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E048.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:22.678197Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.99986111111111, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E049.json index 3c53cc4745..ddb6839faa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E049.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:24.397590Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99986111111111, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E050.json index ebc4c58fd3..360745fdc4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E050.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:25.055185Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99986111111111, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E053.json index 251e006589..b025807659 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E053.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:25.615898Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 52.99986111111111, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E054.json index e0767a3dc6..b93da2fd40 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E054.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:30.855100Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 53.99986111111111, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E114.json index 5e1687f5f7..bffa841801 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E114.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:31.827325Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E115.json index 9579857368..42a4529c7d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E115.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:37.866165Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E116.json index 758d914910..2023aef54e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E116.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:44.962220Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E117.json index 1432a93ccb..4852956f82 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E117.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:52.651294Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E118.json index 7cebabfdc4..01dab52c01 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E118.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:58.651710Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E119.json index cc83f83211..d0b8f692ce 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E119.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:58:59.999315Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E120.json index 2a7aa9ac62..8a932605af 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E120.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:00.953800Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E121.json index d4a579f4ca..b5690d8507 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E121.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:02.039868Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E122.json index b7906712a3..3101cbe075 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E122.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:03.069634Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E124.json index 8e2741383f..f655a6dfbc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E124.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:03.294409Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E125.json index 24e02da960..b26b4b43e0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E125.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:04.868446Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E126.json index 1fd17b23e0..98d7d1e722 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E126.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:10.501136Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99986111111112, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E127.json index d52851fbea..07a084afce 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E127.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:11.718252Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99986111111112, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E128.json index 43e9994a75..d906b74001 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E128.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:12.287682Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 127.99986111111112, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E129.json index cc89b9385e..044f3a1f83 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E129.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:12.744834Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.9998611111111, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E130.json index fd621e38aa..cc91fa083f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E130.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:12.915891Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 129.9998611111111, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E131.json index fa00ffdaf9..0e332f00c5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E131.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:12.988029Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.9998611111111, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E136.json index 35aed19298..5212737290 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E136.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:13.661572Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.9998611111111, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E137.json index 843ad7ecf8..64895a418e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E137.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:14.400956Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.9998611111111, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E138.json index 6615201aba..845a09c976 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E138.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:18.903304Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.9998611111111, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E139.json index f46367865d..e22663d99a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E139.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:21.880757Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.9998611111111, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E140.json index dedde35c53..63eb0ccfde 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E140.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:22.489219Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.9998611111111, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E141.json index a163ba1c7e..065b17e211 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37E141.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:22.721510Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W001.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W001.json index aab0f27dcb..e7488c083f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W001.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W001.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:23.050941Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -1.000138888888889, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W001.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W001.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W002.json index 66354515b0..0604cc4296 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W002.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:23.272072Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -2.000138888888889, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W006.json index aa653dc394..ab5e3f4c2d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W006.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:23.981161Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -6.0001388888888885, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W007.json index 33a28dbc5f..7227e1f106 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W007.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:25.165981Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -7.0001388888888885, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W008.json index 09d0513e6e..4731412b28 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W008.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:25.711525Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -8.00013888888889, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W009.json index 32e70f5df0..e45feff245 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W009.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:26.162585Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -9.00013888888889, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W025.json index 6221dd8df1..2a38010a7f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W025.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:26.209002Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -25.000138888888888, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W026.json index c74c3e9489..9778916a1c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W026.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:26.368073Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -26.000138888888888, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W076.json index 7586f46a18..90573791c5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W076.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:27.518017Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00013888888888, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W077.json index 7958d10f2b..1ad02fce27 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W077.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:30.973002Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00013888888888, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W078.json index e1da6b3e40..24f8449701 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W078.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:32.525511Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00013888888888, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W121.json index 40bb71408e..59790bf250 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W121.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:33.504960Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -121.00013888888888, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W122.json index fcfd17afcc..87731d8a90 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W122.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:36.049030Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -122.00013888888888, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W123.json index fdf2cdc83f..16d05f1fc3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W123.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:37.095835Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -123.00013888888888, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W124.json index 17ef778581..d9b117859b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N37W124.json @@ -41,7 +41,7 @@ 38.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:37.150124Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -124.00013888888888, 37.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N37W124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E000.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E000.json index ca5cad705f..93caf0550d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E000.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E000.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:37.390101Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -0.0001388888888888889, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E000.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E000.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E001.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E001.json index 23a3c3184c..148981a60b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E001.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E001.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:37.627957Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 0.9998611111111111, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E001.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E001.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E008.json index 0b929f73e6..f2e929b00b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E008.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:37.752688Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 7.9998611111111115, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E009.json index 0b974f2d51..b454fd7cde 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E009.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:37.886523Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.99986111111111, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E012.json index 1eee8cb973..a84ab892cc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E012.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:38.105653Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.99986111111111, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E013.json index 198ba3d5cb..ad3cc549b8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E013.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:38.228336Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.99986111111111, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E014.json index 43f1354d7a..b86059784b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E014.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:38.436074Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.99986111111111, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E015.json index 1adf08fd13..18dc31fd23 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E015.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:38.766211Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 14.99986111111111, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E016.json index e1cc3e8366..5ea8fb9176 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E016.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:39.210829Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 15.99986111111111, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E017.json index 049b5a7de5..4185033d15 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E017.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:39.272746Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 16.999861111111112, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E020.json index b1dd5224d5..8de98b7c47 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E020.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:39.698735Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 19.999861111111112, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E021.json index d9a8b256b3..4613c41fe7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E021.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:40.712864Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 20.999861111111112, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E022.json index e2734c76ba..45725a7ca2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E022.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:41.113069Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 21.999861111111112, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E023.json index 719b01a966..6199d6db97 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E023.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:41.607982Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 22.999861111111112, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E024.json index 0345f230bb..cff6ddcd30 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E024.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:41.844861Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 23.999861111111112, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E025.json index cc4cd737d5..e10cdbba23 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E025.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:41.945494Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 24.999861111111112, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E026.json index 00bf693e4d..5a5be7e7ad 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E026.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:42.801326Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 25.999861111111112, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E027.json index 7852aeef3f..b9d2cabaab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E027.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:43.382404Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 26.999861111111112, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E052.json index f63d673408..6d2e65dca1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E052.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:43.431015Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.99986111111111, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E053.json index f1540da1d9..dc5f0cd1c9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E053.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:44.430964Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 52.99986111111111, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E054.json index 854ef55e03..f380bcbb52 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E054.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:49.254600Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 53.99986111111111, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E115.json index c0a5429396..b0bf057fbb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E115.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T14:59:53.991083Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E116.json index c8cd88a9f9..fde9816630 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E116.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:00.738882Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E117.json index f325b2f4ad..79420ae66e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E117.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:06.270073Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E118.json index ac2950acf8..c27725acb0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E118.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:06.926615Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E120.json index 5d8a5a7d41..9a90a84e6c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E120.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:06.988735Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E121.json index d72a6d02da..c44eb51aaf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E121.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:07.499531Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E124.json index a8b7fa5bed..d520126c4d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E124.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:07.775688Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E125.json index e652cf64a5..727530fbb6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E125.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:10.468682Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E126.json index 6007faa150..b054e92683 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E126.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:10.946495Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99986111111112, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E127.json index 094ad948aa..99af7e7856 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E127.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:11.176977Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99986111111112, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E128.json index 5f409eb1a6..a9f5b495ff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E128.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:11.514033Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 127.99986111111112, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E138.json index 026a683404..7c4a7f67f6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E138.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:11.759755Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.9998611111111, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E139.json index 75bd610969..b7a6a73d0d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E139.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:12.396631Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.9998611111111, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E140.json index 0783c5766d..73a8966198 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E140.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:12.921130Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.9998611111111, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E141.json index 79b2433002..af5ec4a74e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38E141.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:14.277474Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W001.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W001.json index 7aa5088acd..92ad92beaa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W001.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W001.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:14.820861Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -1.000138888888889, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38W001.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38W001.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W009.json index b9c0954b8d..f033ef8bf8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W009.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:16.001587Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -9.00013888888889, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38W009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38W009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W010.json index 4645d484cc..fae73ae9c7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W010.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:16.400870Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -10.00013888888889, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38W010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38W010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W028.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W028.json index dd2f2ddee1..969673fc0a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W028.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W028.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:16.467888Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -28.000138888888888, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38W028.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38W028.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W029.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W029.json index a9e14788c0..fa7fb0e88b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W029.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W029.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:16.568569Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -29.000138888888888, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38W029.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38W029.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W075.json index d707ba2d8e..637ee27da7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W075.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:16.778844Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00013888888888, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W076.json index 04ad01aba8..1195ec5721 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W076.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:21.143776Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00013888888888, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W077.json index 7854dfe230..05a3da9ed0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W077.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:24.352835Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00013888888888, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W078.json index 720231074b..ec58bac99a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W078.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:25.865505Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00013888888888, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W122.json index 7efbd41fd5..a40dbbe728 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W122.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:31.062626Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -122.00013888888888, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38W122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38W122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W123.json index 21c4cb8991..e42510817d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W123.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:32.498910Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -123.00013888888888, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38W123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38W123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W124.json index f63cb71be1..f147d24bc4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N38W124.json @@ -41,7 +41,7 @@ 39.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:32.724855Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -124.00013888888888, 38.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38W124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N38W124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E000.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E000.json index dee2e762cf..9a38253b14 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E000.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E000.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:32.780540Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -0.0001388888888888889, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E000.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E000.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E001.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E001.json index 534e0cabb3..50086c10c6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E001.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E001.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:32.936111Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 0.9998611111111111, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E001.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E001.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E002.json index 6bda80a77c..ca468bf818 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E002.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:33.213255Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 1.999861111111111, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E003.json index ee542b625d..8985822835 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E003.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:33.657476Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 2.999861111111111, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E004.json index fae31e62de..9182230996 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E004.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:33.767821Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 3.999861111111111, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E008.json index b26d245991..5e51b75757 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E008.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:34.806409Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 7.9998611111111115, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E009.json index cc4b3280ae..83d227ee69 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E009.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:35.321709Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.99986111111111, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E015.json index 070a558694..883029317c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E015.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:35.461858Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 14.99986111111111, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E016.json index e44576fc4a..01ac46f45d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E016.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:35.939973Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 15.99986111111111, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E017.json index e1a6ecac81..573d241cf7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E017.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:36.183321Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 16.999861111111112, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E018.json index 8c7acdc850..0feb295641 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E018.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:36.357993Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 17.999861111111112, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E019.json index a5f61a742c..58ed6b306b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E019.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:36.705000Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 18.999861111111112, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E020.json index 461f34b971..4cdad49dc9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E020.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:37.476439Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 19.999861111111112, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E021.json index 0543efd55c..a9588bf829 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E021.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:37.685497Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 20.999861111111112, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E022.json index 7a3a049851..58eafc3d55 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E022.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:37.975670Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 21.999861111111112, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E023.json index f23d9208f1..8fe8666236 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E023.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:38.373278Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 22.999861111111112, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E024.json index f560a1af75..60aa243da3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E024.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:38.450691Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 23.999861111111112, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E025.json index 4068ffabb2..d286dde394 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E025.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:38.763526Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 24.999861111111112, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E026.json index dfb1d6ad7f..3f8c78e752 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E026.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:39.776590Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 25.999861111111112, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E027.json index d3c0188722..2996d10af6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E027.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:40.028571Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 26.999861111111112, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E052.json index 5c9c4fbce8..b4447c15bc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E052.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:40.167356Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.99986111111111, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E053.json index b1f261d5b2..f16734d10e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E053.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:43.309656Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 52.99986111111111, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E054.json index 52b3a060e1..62c5f0c6a7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E054.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:46.788455Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 53.99986111111111, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E115.json index ecff703735..75ef8d2261 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E115.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:47.841577Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E116.json index 8fa854ef16..75605af30e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E116.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:00:54.265397Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E117.json index 9f51c58b44..e9dd27e41e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E117.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:01.870925Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E118.json index bc66477d32..eb853e93fe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E118.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:05.343809Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E119.json index 39544b4844..fb1cd8e4dc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E119.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:06.576690Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E121.json index f034469b83..c2f48eaa52 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E121.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:07.879606Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E122.json index 6fcf021f10..ef81af7bdb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E122.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:08.936961Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E123.json index b7f7585b91..631e021fc1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E123.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:10.000879Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E124.json index 16384ed95e..9b7b609ae3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E124.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:10.979334Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E125.json index 0844d4c201..98d8a197cd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E125.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:12.620373Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E127.json index e052b047ec..871e118812 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E127.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:13.915959Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99986111111112, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E128.json index cfde6fe9d4..1e8b4755a0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E128.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:14.066380Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 127.99986111111112, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E139.json index c734be2e33..7aa3163920 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E139.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:14.346883Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.9998611111111, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E140.json index 82e977f247..fac00a3fa3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E140.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:15.146647Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.9998611111111, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E141.json index 176bd61c94..3708757c1d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E141.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:15.452928Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E142.json index ed7a9bf8b1..f78048defc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39E142.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:15.599711Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.9998611111111, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W001.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W001.json index 997b8064c8..e7d8128799 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W001.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W001.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:16.677814Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -1.000138888888889, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39W001.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39W001.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W009.json index 6cb469d663..c0c1dbb642 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W009.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:17.560852Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -9.00013888888889, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39W009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39W009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W010.json index e978e6370c..265aa12c93 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W010.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:17.885808Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -10.00013888888889, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39W010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39W010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W032.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W032.json index a05d6227a3..ba1b2f3220 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W032.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W032.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:18.034202Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -32.00013888888889, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39W032.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39W032.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W075.json index 3111174e87..14dcea3d07 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W075.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:21.266356Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00013888888888, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W076.json index 17df48ad94..22dc68c2b9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W076.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:25.119036Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00013888888888, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W077.json index 7b81c70f4c..b835f29fa7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W077.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:26.272041Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00013888888888, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W122.json index 392c0c3cd5..5f0c41a84f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W122.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:27.780584Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -122.00013888888888, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39W122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39W122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W123.json index d607152311..0b18d4c75b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W123.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:28.372239Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -123.00013888888888, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39W123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39W123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W124.json index d20bc51112..3862ec181d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W124.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:28.598262Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -124.00013888888888, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39W124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39W124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W125.json index c651768ef3..8adbdfc452 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N39W125.json @@ -41,7 +41,7 @@ 40.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:28.725390Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -125.00013888888888, 39.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39W125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N39W125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E000.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E000.json index a37fe92228..2ecbfb5129 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E000.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E000.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:29.394857Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -0.0001388888888888889, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E000.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E000.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E003.json index 44e458e57b..3947552e3b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E003.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:29.544673Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 2.999861111111111, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E004.json index 090607712e..61c81751b0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E004.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:29.635478Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 3.999861111111111, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E008.json index 2a330db550..2366ed75c6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E008.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:30.107695Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 7.9998611111111115, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E009.json index 462f9573ee..34d8dd401c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E009.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:30.410651Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.99986111111111, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E012.json index def24ee219..6dcdebe960 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E012.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:30.459921Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.99986111111111, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E013.json index 9b9f6b400a..29804d4ccf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E013.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:30.620092Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.99986111111111, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E014.json index 583fd5c2a7..767996b0a8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E014.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:31.193572Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.99986111111111, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E015.json index 3cbbf02089..5f20389c3a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E015.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:31.489082Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 14.99986111111111, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E016.json index a167681aa6..2f761887d6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E016.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:31.898703Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 15.99986111111111, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E017.json index cf023e46e2..106f301696 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E017.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:32.479875Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 16.999861111111112, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E018.json index 78a6a6ca38..bf7b331e01 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E018.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:32.959607Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 17.999861111111112, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E019.json index 4bed75e276..2c1ce09151 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E019.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:34.000754Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 18.999861111111112, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E022.json index deddc72760..101e4822b1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E022.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:35.660907Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 21.999861111111112, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E023.json index 5d16cea2b2..98320174f1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E023.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:36.421243Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 22.999861111111112, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E024.json index fb607aad4d..1d904b774d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E024.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:36.954911Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 23.999861111111112, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E025.json index 1acfc13fad..2b34c5793b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E025.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:37.418556Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 24.999861111111112, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E026.json index 33863ae719..60d32a3162 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E026.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:38.730517Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 25.999861111111112, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E027.json index 7e1b0a556a..41bb9ed922 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E027.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:39.403176Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 26.999861111111112, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E028.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E028.json index d7ddcc5a8c..2d10daf5a1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E028.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E028.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:40.284389Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 27.999861111111112, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E028.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E028.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E029.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E029.json index c155fc0b59..0b76023eda 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E029.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E029.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:40.611353Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 28.999861111111112, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E029.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E029.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E037.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E037.json index 0a94b7387d..0403963da4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E037.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E037.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:40.766028Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 36.99986111111111, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E037.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E037.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E038.json index 8ee8512167..a4acd05897 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E038.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:40.889663Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 37.99986111111111, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E039.json index 7b9ed78069..521f57b7d4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E039.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:40.954166Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.99986111111111, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E040.json index 7a2b78ace5..0ab95b99e9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E040.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:41.099700Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.99986111111111, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E052.json index e7fc8f5b8d..12660bf655 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E052.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:42.038597Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.99986111111111, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E053.json index 49fca8b4f8..f23d640789 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E053.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:43.422078Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 52.99986111111111, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E117.json index 2db7ddc81f..da80adcbe3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E117.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:43.792980Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E119.json index c1af19a71c..061788ab15 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E119.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:44.038804Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E120.json index a89939e9aa..3e9cdedf2f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E120.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:45.009098Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E121.json index 0c0a012598..53f7bc7100 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E121.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:45.883922Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E122.json index 0f16b14706..cd5fdc1986 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E122.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:47.751911Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E123.json index 0ba3b9fe3f..eab573fca3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E123.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:48.147796Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E124.json index 6f28d7ef6e..ce3442eae4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E124.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:48.698488Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E127.json index cc7803bfd0..a8fa066a2a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E127.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:48.795311Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99986111111112, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E128.json index 311a4cfb8f..e51776339b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E128.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:49.200052Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 127.99986111111112, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E129.json index ad6630439e..d963867e59 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E129.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:49.367097Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.9998611111111, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E139.json index f6ffe49fde..18bb2f8971 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E139.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:49.574580Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.9998611111111, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E140.json index 6571c8f3af..bf07140b88 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E140.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:50.880670Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.9998611111111, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E141.json index 35174f367d..0cbd70c4eb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40E141.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:51.675401Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W001.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W001.json index 2c85da4f90..3ec121cc49 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W001.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W001.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:51.817302Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -1.000138888888889, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40W001.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40W001.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W009.json index 3ffe214519..97cb6b06c5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W009.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:52.863340Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -9.00013888888889, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40W009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40W009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W073.json index db07ae43ad..ba2e0c394e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W073.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:53.523838Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00013888888888, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W074.json index 0289fc843f..c1a547d5aa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W074.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:54.962379Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W075.json index e9e21a5338..4621695f48 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W075.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:57.197007Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00013888888888, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W076.json index d21ce85a0e..724f96c89f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W076.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:57.386681Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00013888888888, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W124.json index 24ecc879b0..f99a00e783 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W124.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:57.532490Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -124.00013888888888, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40W124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40W124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W125.json index c8c2951fa1..61433f82ef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N40W125.json @@ -41,7 +41,7 @@ 41.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:57.882482Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -125.00013888888888, 40.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40W125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N40W125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E000.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E000.json index b4952d6915..fd05f5c7ef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E000.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E000.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:58.090759Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -0.0001388888888888889, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E000.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E000.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E001.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E001.json index 3fecec1221..a2bd7102dc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E001.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E001.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:58.231843Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 0.9998611111111111, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E001.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E001.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E002.json index 80742816b3..f78f187a60 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E002.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:58.579883Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 1.999861111111111, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E003.json index 1a631f937d..4a004ad305 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E003.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:58.694553Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 2.999861111111111, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E008.json index 86095cddd0..0288a1c80a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E008.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:58.957957Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 7.9998611111111115, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E009.json index 3cfa45b88e..29b6186e69 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E009.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:59.278232Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.99986111111111, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E011.json index 57c1d11131..ec70c4e57d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E011.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:01:59.322300Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.99986111111111, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E012.json index b580105f90..1d86abfab3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E012.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:00.150421Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.99986111111111, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E013.json index f88ed41b7c..aead735534 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E013.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:00.818206Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.99986111111111, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E014.json index 25bc9e31af..14b93d027b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E014.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:01.275810Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.99986111111111, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E015.json index 03d14ec535..b275e1879b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E015.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:01.904717Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 14.99986111111111, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E016.json index e51ee33f77..a3b53c4911 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E016.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:02.314699Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 15.99986111111111, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E017.json index 76c3122e32..d88de7671f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E017.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:02.375628Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 16.999861111111112, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E019.json index 0a61b6a7c0..a4b6f8ae16 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E019.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:03.507773Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 18.999861111111112, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E023.json index 17ba4dc0e4..24d0f721f0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E023.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:03.955306Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 22.999861111111112, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E024.json index 7a537ccf39..ab56a4edf0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E024.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:04.228987Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 23.999861111111112, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E025.json index 70b77ff579..6331f7db04 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E025.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:04.716495Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 24.999861111111112, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E026.json index 6d3cae3e79..2e1f437b29 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E026.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:05.433514Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 25.999861111111112, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E027.json index a102cdc3ce..7c189b8f5f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E027.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:05.584365Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 26.999861111111112, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E028.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E028.json index c5e4dd5ae1..0eb9927968 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E028.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E028.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:06.033597Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 27.999861111111112, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E028.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E028.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E029.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E029.json index bcafaecffb..1346624790 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E029.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E029.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:06.300346Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 28.999861111111112, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E029.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E029.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E030.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E030.json index 63ac6023c2..2484805243 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E030.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E030.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:06.627664Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 29.999861111111112, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E030.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E030.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E031.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E031.json index a7d3b74202..c035944cb5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E031.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E031.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:06.983484Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 30.999861111111112, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E031.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E031.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E032.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E032.json index c75813332f..cbdca95ddd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E032.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E032.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:07.298345Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 31.999861111111112, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E032.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E032.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E033.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E033.json index 3213a6d586..f95e191ab7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E033.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E033.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:07.386982Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 32.99986111111111, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E033.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E033.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E034.json index 0c9d8b7e5f..4025ba4872 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E034.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:07.585655Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 33.99986111111111, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E035.json index c33f17352c..44211bea8f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E035.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:08.104961Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.99986111111111, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E036.json index ce621b5308..41d4899c3c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E036.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:09.192904Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 35.99986111111111, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E037.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E037.json index 6cccf06b48..7862bb3e4a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E037.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E037.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:09.470628Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 36.99986111111111, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E037.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E037.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E038.json index 039ed598d2..38a689b86a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E038.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:09.638146Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 37.99986111111111, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E039.json index 6048bf3f87..1603538c5f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E039.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:09.710402Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.99986111111111, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E040.json index 3e50623de4..e73aaa34ff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E040.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:09.794658Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.99986111111111, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E041.json index 926560579e..89a05a0c8d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E041.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:10.206200Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 40.99986111111111, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E052.json index 356aff0ec4..6bb118c50a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E052.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:10.839117Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.99986111111111, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E121.json index 36014bcb21..a5f99e0d51 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E121.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:12.948594Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E122.json index 62bb84f8bd..81cf2ed38b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E122.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:18.542768Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E129.json index 2c0dbd0dcf..191b484d76 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E129.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:18.939160Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.9998611111111, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E130.json index d815369ec5..5353867a98 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E130.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:19.066109Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 129.9998611111111, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E139.json index 71a1fec865..d77853e3bd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E139.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:19.111296Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.9998611111111, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E140.json index 0e76be25ab..cb42195b47 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E140.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:19.599341Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.9998611111111, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E141.json index e6bfd0f638..d62fd5c79f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E141.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:19.970695Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E143.json index 97d141e2db..34292fe222 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41E143.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:20.122938Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.9998611111111, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W009.json index 7e92ce0f35..a0982da070 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W009.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:20.649499Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -9.00013888888889, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41W009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41W009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W070.json index 2e1fe1be3f..547eddaf52 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W070.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:20.806425Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00013888888888, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W071.json index 2376c637b5..909c03cb33 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W071.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:22.609713Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00013888888888, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W072.json index 9b593a6f29..4d765c3d27 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W072.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:23.860179Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00013888888888, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W073.json index 678e746e0c..f00d4b5aa8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W073.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:24.990209Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00013888888888, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W074.json index 88709fa413..aeee307d07 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W074.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:25.533462Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W075.json index 1ac0055644..c598980761 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W075.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:25.856780Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00013888888888, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W125.json index b956898315..15d875c3da 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N41W125.json @@ -41,7 +41,7 @@ 42.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:26.052000Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -125.00013888888888, 41.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41W125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N41W125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E002.json index 1681511451..eea7186b97 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E002.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:26.501945Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 1.999861111111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E003.json index f51b164185..eb3b6a6963 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E003.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:26.975222Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 2.999861111111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E006.json index 9e5149ab2e..adc65c0a8c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E006.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:27.024444Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 5.9998611111111115, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E008.json index 8b0f3e6b67..dcb1aa7f8b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E008.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:27.235188Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 7.9998611111111115, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E009.json index aefd2d2caf..c4b549fb51 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E009.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:27.559489Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.99986111111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E010.json index 3cfbcee124..4fd74d8d3c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E010.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:27.948167Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.99986111111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E011.json index 46d51ccade..d90638ba24 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E011.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:28.624955Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.99986111111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E012.json index ad0e499cc1..ca5823ed34 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E012.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:28.840528Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.99986111111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E013.json index 34b94c9c06..93069c8e9e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E013.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:29.036732Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.99986111111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E014.json index a95e9662d5..90f56d5622 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E014.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:29.332007Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.99986111111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E015.json index 7c24f073cb..d849c381d7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E015.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:29.387591Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 14.99986111111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E016.json index 595419c341..90ee8e9f89 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E016.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:29.600093Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 15.99986111111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E017.json index af611d198f..7d12b0532e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E017.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:29.848550Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 16.999861111111112, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E018.json index d23a5299d4..6fa8a3f6d5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E018.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:30.098655Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 17.999861111111112, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E019.json index 35bd24d50d..1b1bcb9db5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E019.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:30.629373Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 18.999861111111112, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E027.json index 32c4a2e213..93c3c3daac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E027.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:31.283111Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 26.999861111111112, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E028.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E028.json index d9f0883e63..b6e1214f62 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E028.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E028.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:31.439205Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 27.999861111111112, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E028.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E028.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E033.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E033.json index 612f5357bb..1a4fbf961b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E033.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E033.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:31.486006Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 32.99986111111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E033.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E033.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E034.json index bc62dbef9e..8c994bdd0c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E034.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:31.637234Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 33.99986111111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E035.json index c28d888035..7746f8b62d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E035.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:31.699611Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.99986111111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E040.json index 6d1c90c781..8018068bc5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E040.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:31.745645Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.99986111111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E041.json index 76ab5d2859..d62a8cbc0d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E041.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:33.036617Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 40.99986111111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E051.json index 39790bd0e3..bb6eb6d60c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E051.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:33.251777Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.99986111111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E052.json index 6c14ddf6e9..c85f0c5bdd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E052.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:33.775614Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.99986111111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E129.json index f36b6a0d54..2758f929d5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E129.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:33.849426Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.9998611111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E130.json index 22edc3520d..04937e4335 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E130.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:34.846995Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 129.9998611111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E131.json index 01c89b5648..63c7d13b1a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E131.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:35.148998Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.9998611111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E132.json index 998bd8be4c..a01006e946 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E132.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:35.424434Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 131.9998611111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E133.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E133.json index 8e8eb5901f..23b76c7e5f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E133.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E133.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:35.720280Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 132.9998611111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E133.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E133.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E134.json index fe30eb2f90..19c332ec87 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E134.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:35.825954Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 133.9998611111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E139.json index 03b75e94c8..c8a48df1ba 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E139.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:35.994471Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.9998611111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E140.json index f4fca7e99b..2f6301f4ec 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E140.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:36.461598Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.9998611111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E141.json index 4f457b2d45..908dbdb460 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E141.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:37.421900Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E142.json index b8589d2f39..8f7cbdd3c3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E142.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:37.784925Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.9998611111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E143.json index 3a07d0ef50..466677d3f8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E143.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:38.477826Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.9998611111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E144.json index 514830d55b..bf3db38f40 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E144.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:38.609336Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 143.9998611111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E145.json index c0fd42ec18..f5e8d9f0ab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42E145.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:38.757248Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.9998611111111, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42W009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42W009.json index 12c174023d..5e2d385a8b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42W009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42W009.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:39.321044Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -9.00013888888889, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42W009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42W009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42W010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42W010.json index 0a40482f1a..1715844248 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42W010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42W010.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:39.545881Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -10.00013888888889, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42W010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42W010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42W071.json index e5ab38d1f4..e44c75ed7c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42W071.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:41.098229Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00013888888888, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42W072.json index 3aa0f60f22..ad62de7609 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42W072.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:41.967326Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00013888888888, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42W073.json index 5f06d9f372..4076d775fa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42W073.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:42.482317Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00013888888888, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42W074.json index 3fae24557f..a17eeff786 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42W074.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:42.797669Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42W125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42W125.json index 9018798ab5..7a96851e34 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42W125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N42W125.json @@ -41,7 +41,7 @@ 43.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:43.048504Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -125.00013888888888, 42.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42W125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N42W125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E002.json index c1a2ea1e57..3900124679 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E002.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:43.325181Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 1.999861111111111, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E003.json index 0e5b75774f..c8f348134b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E003.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:44.011146Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 2.999861111111111, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E004.json index b226d4e88c..6e4ca33ea2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E004.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:46.016735Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 3.999861111111111, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E005.json index f4fd6743f0..25ea8f9b31 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E005.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:46.527396Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 4.9998611111111115, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E006.json index f01eac55fa..bf5ee53098 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E006.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:46.992178Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 5.9998611111111115, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E007.json index c382b9ddf6..21c1222f75 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E007.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:47.208096Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 6.9998611111111115, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E008.json index 01a7c44a0f..0146170d20 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E008.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:47.359778Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 7.9998611111111115, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E009.json index 891c06c38d..bd37f5525f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E009.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:47.419072Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.99986111111111, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E010.json index 810a4768f0..c275a259e0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E010.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:48.990467Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.99986111111111, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E012.json index 2332858a2f..91b64d0266 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E012.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:49.130052Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.99986111111111, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E013.json index 45f33b7aa9..3cf395aa59 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E013.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:49.577023Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.99986111111111, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E015.json index caedc67477..be4e92a9df 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E015.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:50.060259Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 14.99986111111111, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E016.json index 042f6c3e74..024d2c8828 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E016.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:50.369202Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 15.99986111111111, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E017.json index 1b3023c1bc..25a2986827 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E017.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:50.809152Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 16.999861111111112, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E027.json index 769627fd61..0c7294ab87 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E027.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:51.117434Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 26.999861111111112, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E028.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E028.json index 7a27ea05af..a85e36519d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E028.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E028.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:51.432284Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 27.999861111111112, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E028.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E028.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E039.json index 5d124ae48e..80f4fc8df8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E039.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:51.649282Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.99986111111111, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E040.json index 89e46edb6e..5d0b76d891 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E040.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:51.919964Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.99986111111111, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E041.json index c63532079f..f3d78631a4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E041.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:52.083097Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 40.99986111111111, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E046.json index 68444070ad..75f82b70bc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E046.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:02:56.603953Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 45.99986111111111, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E047.json index 1367bdb820..4300f990a9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E047.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:00.287138Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99986111111111, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E050.json index de01705a3a..db877bb407 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E050.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:00.453613Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99986111111111, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E051.json index 6e519b46d2..853fff084f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E051.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:04.139207Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.99986111111111, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E131.json index 0288c9a87f..a30e1660a8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E131.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:05.198456Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.9998611111111, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E132.json index c96859dde2..e75a304d3b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E132.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:05.767419Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 131.9998611111111, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E134.json index 21ef1ca47f..655eb365dd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E134.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:06.051744Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 133.9998611111111, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E135.json index 3524448b71..340083af21 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E135.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:06.291946Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 134.9998611111111, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E140.json index d1ff6a70f8..49765692b3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E140.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:06.433571Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.9998611111111, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E141.json index ed6886466e..afc5a6689b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E141.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:07.648195Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E144.json index bdf8e0efe8..24602efba7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E144.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:08.648979Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 143.9998611111111, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E145.json index 6b833db79c..f239d93056 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E145.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:09.932027Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.9998611111111, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E146.json index 264ecb4bf5..f96eea9e14 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43E146.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:10.107037Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.9998611111111, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W001.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W001.json index 8d0e2d87c6..5591f5b671 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W001.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W001.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:10.523680Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -1.000138888888889, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W001.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W001.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W002.json index 260c93c4f3..a6e5980f6e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W002.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:11.482958Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -2.000138888888889, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W003.json index 64a8e73e56..a7946114c5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W003.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:11.680034Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -3.000138888888889, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W004.json index f66e760cd5..8519a18e31 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W004.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:12.065542Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -4.0001388888888885, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W005.json index 68bfc80e1a..0bdc74c0e4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W005.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:12.200262Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -5.0001388888888885, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W006.json index 465f0ae4b2..997f6068ca 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W006.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:12.553780Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -6.0001388888888885, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W007.json index 80266f2260..5f464147f9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W007.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:12.677460Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -7.0001388888888885, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W008.json index ab97b5f9be..4601200a29 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W008.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:12.894290Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -8.00013888888889, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W009.json index a6edc3e1f7..aaa30d6e6b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W009.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:13.177376Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -9.00013888888889, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W010.json index 26201e5ef2..fea4793d18 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W010.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:13.374152Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -10.00013888888889, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W060.json index 84958e3304..60e205910f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W060.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:13.427092Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.00013888888889, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W061.json index ded204b625..c1b3200f5d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W061.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:13.562375Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00013888888889, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W065.json index fa0d62aa2f..2599775f2e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W065.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:13.713871Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00013888888888, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W066.json index 274288d10c..46422fd800 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W066.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:14.671183Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00013888888888, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W067.json index 66b57a40e2..29a78c84e6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W067.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:15.007818Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00013888888888, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W069.json index 7b8f612108..036d4208ae 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W069.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:15.157315Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00013888888888, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W070.json index f82f919d7b..c987cd8caa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W070.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:15.787660Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00013888888888, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W071.json index 60ece5ae19..a4a57086f6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W071.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:16.884635Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00013888888888, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W124.json index 2f5d57ae86..59b78dd150 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W124.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:17.063340Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -124.00013888888888, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W125.json index 4d58ce1a9e..9a1fa6c787 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N43W125.json @@ -41,7 +41,7 @@ 44.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:17.778137Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -125.00013888888888, 43.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N43W125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E000.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E000.json index 493f267177..6bfa5f2271 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E000.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E000.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:18.159927Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -0.0001388888888888889, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E000.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E000.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E008.json index 901f9391a4..b003c5f552 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E008.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:18.503685Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 7.9998611111111115, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E009.json index cdaf74b29d..cc869c0d86 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E009.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:18.808155Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.99986111111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E010.json index 1e84c106dd..44169f9bfa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E010.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:19.978523Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.99986111111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E011.json index 25aa01da93..bb4ecd0a08 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E011.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:23.091115Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.99986111111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E012.json index a827d22138..0a4597c892 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E012.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:24.787668Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.99986111111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E013.json index bf8bf08b2f..13ae3e04cb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E013.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:24.994962Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.99986111111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E014.json index 6d00c92a51..3b800bf474 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E014.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:25.304176Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.99986111111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E015.json index 545ebc4ed3..06c5345c16 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E015.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:25.696570Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 14.99986111111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E028.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E028.json index fb6e6b9ed2..1c15b8b5e1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E028.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E028.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:26.553704Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 27.999861111111112, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E028.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E028.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E029.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E029.json index 5896c854bc..e729146aaa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E029.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E029.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:27.231458Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 28.999861111111112, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E029.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E029.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E033.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E033.json index ea47d7a902..aaea6e767f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E033.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E033.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:27.388065Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 32.99986111111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E033.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E033.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E034.json index d75f95c55c..211f592183 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E034.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:27.580220Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 33.99986111111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E035.json index bf107a2633..63fe9d8c8f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E035.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:27.749097Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.99986111111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E037.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E037.json index 1c2c644430..f4f806c510 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E037.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E037.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:27.933843Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 36.99986111111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E037.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E037.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E038.json index a84c62ae0f..e10f995b58 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E038.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:28.609986Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 37.99986111111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E039.json index 31b6318dcb..c8145208f1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E039.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:28.808820Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.99986111111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E045.json index e01152a212..d2580299b7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E045.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:31.199005Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 44.99986111111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E046.json index 917924cf5b..73584527bb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E046.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:35.988638Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 45.99986111111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E047.json index d69e80e8a7..2f2459658d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E047.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:36.800296Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99986111111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E049.json index 3968e5c64b..9e5b0fb5d3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E049.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:36.842993Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99986111111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E050.json index f6ac7848df..2783f32b76 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E050.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:37.375757Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99986111111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E051.json index 452f304d04..3ce7c517c6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E051.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:39.991220Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.99986111111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E052.json index 3a538de38c..2ebe48c2c3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E052.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:44.000878Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.99986111111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E053.json index 8c2a7ec588..15a2265bcd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E053.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:45.655784Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 52.99986111111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E054.json index a824849202..d4ae4e4445 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E054.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:45.944462Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 53.99986111111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E135.json index d714adcd4b..ed2ea6e057 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E135.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:46.189285Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 134.9998611111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E136.json index 5c3a175f13..e9da59f6e2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E136.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:46.421874Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.9998611111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E141.json index a29a43ffdb..b67b17c4d9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E141.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:46.804692Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E142.json index de2ed22525..d46c9891b3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E142.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:47.198668Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.9998611111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E143.json index 676591a39c..db2b64dba7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E143.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:47.527650Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.9998611111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E144.json index cc3706f694..876c56a07e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E144.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:47.743330Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 143.9998611111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E145.json index b934c19317..8adba911b2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E145.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:47.855880Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.9998611111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E146.json index 35bc8d95ba..eb7eb42d59 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E146.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:48.150348Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.9998611111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E147.json index 1de806499e..06edda8779 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44E147.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:48.296923Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 146.9998611111111, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44E147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W001.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W001.json index 8ed644ed6b..f85404b02a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W001.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W001.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:49.363420Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -1.000138888888889, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44W001.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44W001.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W002.json index 2f3e414108..c7ca18a0b1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W002.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:50.353287Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -2.000138888888889, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44W002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44W002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W060.json index 290719ac14..cf5a8edb82 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W060.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:50.400132Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.00013888888889, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W062.json index eff2684e0a..a8ad06287d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W062.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:50.443594Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00013888888889, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W063.json index eacb5f851c..6caa032e96 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W063.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:50.912182Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.00013888888889, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W064.json index 06842be690..47cc0ec7a4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W064.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:51.521377Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00013888888888, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W065.json index 531ad8f52d..421ff3c84b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W065.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:52.216891Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00013888888888, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W066.json index 6b69658bac..d6d5b5e8b9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W066.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:52.702988Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00013888888888, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W067.json index e70643b781..fa1d109e71 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W067.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:53.076391Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00013888888888, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W068.json index 02d9777cfb..098af2d5d7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W068.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:54.087577Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00013888888888, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W069.json index d048e5a416..da91cea28f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W069.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:55.015133Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00013888888888, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W070.json index ebd81f5d1c..3f21d5832e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W070.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:55.521827Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00013888888888, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W124.json index 47f21147e9..70381977c4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W124.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:55.684087Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -124.00013888888888, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44W124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44W124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W125.json index 1153b894e0..b8eec48c05 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N44W125.json @@ -41,7 +41,7 @@ 45.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:55.903783Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -125.00013888888888, 44.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44W125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N44W125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E011.json index d5bf015426..7825ec5ad2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E011.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:03:58.208705Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.99986111111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E012.json index ee0dd7bcf7..3b4c48a3a5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E012.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:00.604066Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.99986111111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E013.json index fa77be7072..48b24ebd0f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E013.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:01.450511Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.99986111111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E014.json index a9c9f1bad3..b57125051c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E014.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:01.789175Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.99986111111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E029.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E029.json index 93fcd7882b..555377d466 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E029.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E029.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:04.298830Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 28.999861111111112, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E029.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E029.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E030.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E030.json index 759a4afddb..26c18ab497 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E030.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E030.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:04.552299Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 29.999861111111112, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E030.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E030.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E032.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E032.json index 6fe3cd5373..762a07e315 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E032.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E032.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:04.821202Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 31.999861111111112, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E032.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E032.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E033.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E033.json index a4dc60854f..e2256302d8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E033.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E033.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:06.014958Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 32.99986111111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E033.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E033.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E034.json index 96d348ab29..8a73c41289 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E034.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:07.885629Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 33.99986111111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E035.json index 0472d6a537..c51f21677d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E035.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:08.610242Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.99986111111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E036.json index e461940e97..2b89b4f198 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E036.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:09.028124Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 35.99986111111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E037.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E037.json index 5a01fa5f54..d3edd87c84 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E037.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E037.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:11.033952Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 36.99986111111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E037.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E037.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E038.json index 565dddc957..fcdef4cf2c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E038.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:15.558881Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 37.99986111111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E045.json index 30c635fd5e..131e4502b3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E045.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:20.882184Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 44.99986111111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E046.json index 6dacd7f136..7ef4cca8bd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E046.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:26.495248Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 45.99986111111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E047.json index 4714e909e4..1a71ee696b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E047.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:30.241202Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99986111111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E048.json index c1a479766c..ae8bb34b94 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E048.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:31.788212Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.99986111111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E049.json index 483868522d..91a8257a6c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E049.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:31.993376Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99986111111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E050.json index 59dae06b47..a0531f960c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E050.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:32.197942Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99986111111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E051.json index 54b849ce4b..f29d42f1d4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E051.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:33.773916Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.99986111111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E052.json index 67f2058026..2a079c5a4c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E052.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:35.989929Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.99986111111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E053.json index 8befdeee54..b0c8b88573 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E053.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:41.275384Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 52.99986111111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E054.json index 8258185af8..19fb85fa74 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E054.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:45.682520Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 53.99986111111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E055.json index 838693ca3b..7c1c65e83c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E055.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:47.726698Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 54.99986111111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E136.json index d570e33052..7f45152514 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E136.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:47.945932Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.9998611111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E137.json index ba09ba9bdb..57d69640d2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E137.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:48.110145Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.9998611111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E140.json index 40352a99c4..5811cb2116 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E140.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:48.250807Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.9998611111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E141.json index 9565e1a597..cd4b408bba 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E141.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:49.000868Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E142.json index 0883a682cb..aa03417044 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E142.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:49.376415Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.9998611111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E147.json index 4b80dc7599..90944a854e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E147.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:49.575074Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 146.9998611111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E148.json index 1a82dfa563..69911f2ef4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E148.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:49.708606Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 147.9998611111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E149.json index 519aaa2ab6..18e21a3753 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E149.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:49.871574Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 148.9998611111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E150.json index b5a87616b1..c6b3b96100 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45E150.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:50.029906Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.9998611111111, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W001.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W001.json index a9959994dc..99c40c85c6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W001.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W001.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:52.809761Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -1.000138888888889, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W001.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W001.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W002.json index e92f85b3fe..488d885b86 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W002.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:53.812120Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -2.000138888888889, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W060.json index 4cf29ef60f..8c08e3d7f5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W060.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:53.917893Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.00013888888889, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W061.json index d40e2ed7e3..6a31426d46 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W061.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:54.812322Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00013888888889, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W062.json index 7673a5e8ae..dc07120d4c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W062.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:55.932625Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00013888888889, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W063.json index 4e3c903c6a..21e87d149b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W063.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:56.512459Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.00013888888889, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W064.json index afa2c1fb19..6830d69c55 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W064.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:57.697403Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00013888888888, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W065.json index d4a27d2950..4feeb5c3d3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W065.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:58.761370Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00013888888888, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W066.json index 876426a60f..7f06bbd202 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W066.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:04:59.121589Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00013888888888, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W067.json index 54c7bb8f0c..bd5a072614 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W067.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:05:00.180360Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00013888888888, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W068.json index 3046ae1639..524c174a86 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W068.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:05:00.568506Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00013888888888, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W073.json index 5547f3e0df..df16a3b894 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W073.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:05:00.848722Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00013888888888, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W074.json index 294ff8660d..59d3f738af 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W074.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:05:02.734440Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W122.json index 0278ee875a..8ebae6cccc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W122.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:05:02.952028Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -122.00013888888888, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W123.json index 601b55bbe6..d7cf84aabc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W123.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:05:03.660637Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -123.00013888888888, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W124.json index ed704c60b4..3a7cc09dab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W124.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:05:04.064018Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -124.00013888888888, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W125.json index 9f4e5c8346..856176f361 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N45W125.json @@ -41,7 +41,7 @@ 46.00013888888889 ], "properties": { - "created": "2024-11-22T15:05:04.204585Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -125.00013888888888, 45.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N45W125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E030.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E030.json index ba0ea21dff..d6ed41f2d9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E030.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E030.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:05:05.117281Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 29.999861111111112, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E030.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E030.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E031.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E031.json index 92908f0f77..772888cd61 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E031.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E031.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:05:05.922345Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 30.999861111111112, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E031.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E031.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E032.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E032.json index 4208e2089c..b70f10d390 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E032.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E032.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:05:08.763626Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 31.999861111111112, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E032.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E032.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E033.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E033.json index 4c1cda96b7..2ae8e8fd86 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E033.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E033.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:05:12.052635Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 32.99986111111111, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E033.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E033.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E034.json index ebbf37d9b0..99dbd8c26f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E034.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:05:14.722672Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 33.99986111111111, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E035.json index cd82ec7f8f..d79240d818 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E035.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:05:16.461032Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.99986111111111, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E036.json index fe176fd657..3f39f4ac22 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E036.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:05:17.116339Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 35.99986111111111, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E037.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E037.json index 00411f2add..5959e7e233 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E037.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E037.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:05:17.481867Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 36.99986111111111, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E037.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E037.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E038.json index cb59b1df67..f18b6ece8b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E038.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:05:20.509725Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 37.99986111111111, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E039.json index 5abbb3087a..a43875624f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E039.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:05:22.111851Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.99986111111111, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E044.json index eccfe63b15..a68de1748f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E044.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:05:23.461262Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 43.99986111111111, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E045.json index f9b320cdac..35089abdb4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E045.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:05:30.808165Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 44.99986111111111, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E046.json index 28af546d27..db8d0629d1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E046.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:05:38.364707Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 45.99986111111111, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E047.json index 3569234fe0..cb57544a23 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E047.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:05:44.744523Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99986111111111, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E048.json index efb13f29b5..6f88c3b991 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E048.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:05:50.997586Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.99986111111111, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E049.json index e674dfd16f..3098d93d81 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E049.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:05:54.853734Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99986111111111, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E050.json index bd3a9a4673..888752d32d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E050.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:05:55.697891Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99986111111111, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E051.json index adf8c500c4..6c42065126 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E051.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:05:56.211849Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.99986111111111, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E052.json index f0cd094eb4..f4cbb75fe1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E052.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:05:57.178082Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.99986111111111, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E053.json index 3a4a355c69..0b27450830 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E053.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:02.726269Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 52.99986111111111, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E054.json index e736a33743..ac5062b42c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E054.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:09.003012Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 53.99986111111111, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E055.json index 5d006b36e3..486b6bee92 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E055.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:10.804008Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 54.99986111111111, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E137.json index c9ec37a8c2..85e1d79897 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E137.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:10.908866Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.9998611111111, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E138.json index 8632741fe1..a38612069e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E138.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:11.125489Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.9998611111111, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E141.json index c5da9cfe60..0bd6a45697 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E141.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:11.351623Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E142.json index e86616e88e..b3afb66cb9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E142.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:11.881130Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.9998611111111, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E143.json index b9c5b5f49c..6f2803d849 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E143.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:12.375627Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.9998611111111, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E149.json index 49f49ed3ff..e1dad4dfde 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E149.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:12.430109Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 148.9998611111111, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E150.json index dc1b04c572..f64b6934b4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E150.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:12.526739Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.9998611111111, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E151.json index ff8865e1d8..dfcf7a36bd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E151.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:12.674411Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 150.9998611111111, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E152.json index fb0f993f62..e4ad26447a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46E152.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:12.736187Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.9998611111111, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W001.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W001.json index 3a1aea5d30..152554c2d3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W001.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W001.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:13.906856Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -1.000138888888889, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W001.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W001.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W002.json index 8cb06ee467..4e7a24a193 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W002.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:15.528381Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -2.000138888888889, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W003.json index 43e045d37d..863a9f040e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W003.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:15.844825Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -3.000138888888889, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W053.json index f266422a7d..4bf2981700 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W053.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:16.005579Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -53.00013888888889, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W054.json index c84e02fb05..b406af53b9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W054.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:16.230774Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -54.00013888888889, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W055.json index e79d055dc6..34dc778a98 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W055.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:16.349568Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -55.00013888888889, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W056.json index 678399dbda..a306008448 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W056.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:16.598852Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -56.00013888888889, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W057.json index 3d494a71bb..6ec969f46b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W057.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:16.707329Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -57.00013888888889, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W060.json index 38945983af..3e2609a477 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W060.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:16.919240Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.00013888888889, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W061.json index 68f6297db3..bee8d19fa0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W061.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:17.618166Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00013888888889, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W062.json index 1909f0fb70..4a8f369d0c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W062.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:17.799772Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00013888888889, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W063.json index 89c2b99622..7fa2c17b46 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W063.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:18.776250Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.00013888888889, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W064.json index 596fba647f..228b602685 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W064.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:19.863962Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00013888888888, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W065.json index 0ca31261b5..413e8a93e3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W065.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:21.665490Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00013888888888, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W066.json index 1368c452fe..5cc76c2de3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W066.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:22.447570Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00013888888888, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W067.json index 620370b634..b457a9caed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W067.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:22.669151Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00013888888888, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W071.json index 9e8dcb41b6..65a89db684 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W071.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:22.857715Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00013888888888, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W072.json index 82899ca14f..896fed8229 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W072.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:23.029080Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00013888888888, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W073.json index 7ee58e3f67..7d9855de37 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W073.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:23.996547Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00013888888888, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W074.json index 03431c2ba4..a9596d39f0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W074.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:24.573397Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W123.json index a39981b03a..3c5da182de 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W123.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:24.934173Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -123.00013888888888, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W124.json index 596cb501bd..ce6c5682de 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W124.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:25.826486Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -124.00013888888888, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W125.json index 83a1da0ad7..b87006b9fa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N46W125.json @@ -41,7 +41,7 @@ 47.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:26.156636Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -125.00013888888888, 46.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N46W125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E000.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E000.json index 877024f6e3..57fffe3755 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E000.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E000.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:26.815331Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -0.0001388888888888889, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E000.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E000.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E037.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E037.json index 7ab30961e8..d4a1e8a0d6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E037.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E037.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:27.105462Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 36.99986111111111, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E037.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E037.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E038.json index 1f82243720..1f5e19ea8a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E038.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:27.709891Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 37.99986111111111, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E039.json index 8aee6e5eca..d16305cd39 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E039.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:28.793457Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.99986111111111, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E040.json index d4e15b7dab..ba3cd980de 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E040.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:31.312062Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.99986111111111, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E041.json index b74892bc6f..711a0e43ac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E041.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:33.329958Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 40.99986111111111, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E044.json index c2f896009f..77cc06ef86 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E044.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:35.456571Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 43.99986111111111, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E045.json index d5cd5b88d4..b7830ea3bb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E045.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:42.117160Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 44.99986111111111, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E046.json index 43632465e5..baa08a32ee 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E046.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:50.698561Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 45.99986111111111, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E047.json index 8cb52c3b2e..ed296b286b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E047.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:06:58.801184Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99986111111111, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E048.json index e9f9b83956..78eff55304 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E048.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:06.019537Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.99986111111111, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E049.json index 9e2fcda6ba..3e9db8909e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E049.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:12.806282Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99986111111111, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E050.json index 5d56bf4662..bd50117ee9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E050.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:18.526301Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99986111111111, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E051.json index ac83df4bb1..44186bfb0b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E051.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:24.876560Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.99986111111111, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E052.json index 8a0597caf8..3ba72490a5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E052.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:30.819673Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.99986111111111, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E053.json index 8e2433b8ea..0de01a8c30 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E053.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:37.385930Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 52.99986111111111, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E054.json index ce4cc8846f..5e37c85066 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E054.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:39.499041Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 53.99986111111111, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E138.json index 8cab955438..e1eeb22932 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E138.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:39.749319Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.9998611111111, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E139.json index 436b4c6815..7557001ca2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E139.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:39.970865Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.9998611111111, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E141.json index 3b4e47aa12..c4d27fdae1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E141.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:40.024367Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E142.json index f20e2f2e3c..61dacf2ddb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E142.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:40.530541Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.9998611111111, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E143.json index 31848279ff..bab5230c06 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E143.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:40.579761Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.9998611111111, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E152.json index de3bfd0adc..af7573a564 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E152.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:40.735587Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.9998611111111, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E153.json index 1adf81b945..b7a7eb10de 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47E153.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:40.787362Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 152.9998611111111, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47E153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W001.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W001.json index 170f51e561..6d17740b7e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W001.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W001.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:41.672776Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -1.000138888888889, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W001.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W001.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W002.json index 10cfa91b1e..9fa8c85c37 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W002.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:43.408334Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -2.000138888888889, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W003.json index 668d028ffe..605e562371 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W003.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:45.029184Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -3.000138888888889, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W004.json index 09ed033822..7f698eff86 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W004.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:45.673558Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -4.0001388888888885, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W005.json index 0439aa44e8..fc41aef5a9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W005.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:45.878084Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -5.0001388888888885, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W053.json index 047aba1d87..ceda59465c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W053.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:46.260511Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -53.00013888888889, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W054.json index 544efe0761..f8676ee8f4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W054.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:47.046695Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -54.00013888888889, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W055.json index 0eac6feee4..253517f6a1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W055.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:47.586784Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -55.00013888888889, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W056.json index e8d222b902..8584672fe9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W056.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:48.368748Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -56.00013888888889, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W057.json index 48bca705b4..f0c00a19b7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W057.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:48.872258Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -57.00013888888889, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W058.json index b4842bc56e..047652105a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W058.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:49.206889Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -58.00013888888889, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W059.json index 244deb8751..532fe6f90a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W059.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:49.488090Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -59.00013888888889, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W060.json index 97d0f65618..76ca55b9c7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W060.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:49.734064Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.00013888888889, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W061.json index 2e4081f42c..6cb0991d72 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W061.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:49.858782Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00013888888889, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W062.json index a002cdc506..9018d0fbd4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W062.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:50.010725Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00013888888889, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W063.json index 5a7a4dcdee..3ca1099917 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W063.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:50.056547Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.00013888888889, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W064.json index b747dac776..aca4958dad 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W064.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:50.203195Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00013888888888, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W065.json index 4e91ab680e..fb0b67c353 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W065.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:50.727523Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00013888888888, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W066.json index 5c4f6f7402..ee1fa2980a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W066.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:51.304937Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00013888888888, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W067.json index daeb2095a5..4f546d70a3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W067.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:51.531446Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00013888888888, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W070.json index 34404dfd0f..d35cc8de58 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W070.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:51.825627Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00013888888888, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W071.json index 0a3c22d66c..7621e810c7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W071.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:52.122433Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00013888888888, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W072.json index d6e3e92766..cd65face65 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W072.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:52.332620Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00013888888888, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W122.json index 81697486df..e16e657b5d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W122.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:52.540274Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -122.00013888888888, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W123.json index 2831c68e79..e0b3f0209d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W123.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:53.194274Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -123.00013888888888, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W124.json index 22e04ed467..ea41784f99 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W124.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:53.596395Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -124.00013888888888, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W125.json index 7c6ec105e4..d1dcb99d67 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N47W125.json @@ -41,7 +41,7 @@ 48.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:53.905452Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -125.00013888888888, 47.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N47W125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E044.json index 702e9d853a..44b964f88a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E044.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:55.615592Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 43.99986111111111, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E045.json index a2f1999049..05e9538854 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E045.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:07:59.506513Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 44.99986111111111, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E046.json index 813eb6badd..12c292d6ce 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E046.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:03.145255Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 45.99986111111111, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E047.json index d94396c28c..8bcd204965 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E047.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:07.275182Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99986111111111, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E048.json index 290dc7dd9b..1ec98f0b86 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E048.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:13.262114Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.99986111111111, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E049.json index fd156290fa..f93f8c30fc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E049.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:20.250950Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99986111111111, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E050.json index 4d45f9080d..081dc2d09c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E050.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:28.497694Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99986111111111, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E051.json index cf6f8dcbdc..aaec54b39f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E051.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:36.371079Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.99986111111111, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E052.json index a2dc1b2d8f..b3c2c94992 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E052.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:43.015438Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.99986111111111, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E053.json index 8fe27949d7..c8a996df25 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E053.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:48.137129Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 52.99986111111111, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E139.json index 42df5cc52d..b829373850 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E139.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:48.239285Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.9998611111111, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E140.json index dd919b1392..10dc3ac07f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E140.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:48.607056Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.9998611111111, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E141.json index 82248a312d..87d94df6dd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E141.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:48.727399Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E142.json index 88442facb5..cd10bcbbc2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E142.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:49.448078Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.9998611111111, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E144.json index 9431ed64c9..56bae55053 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E144.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:49.688905Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 143.9998611111111, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E153.json index 8a5af454d0..a88064c873 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E153.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:49.749337Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 152.9998611111111, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E154.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E154.json index 2ca5782eba..d761a9898e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E154.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48E154.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:49.795146Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 153.9998611111111, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E154.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48E154.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W002.json index 52008d18be..2bbf8b4510 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W002.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:50.735798Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -2.000138888888889, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W003.json index ec39113ece..f33eca2da5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W003.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:51.017123Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -3.000138888888889, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W004.json index 016b57ea23..96088bf623 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W004.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:51.300796Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -4.0001388888888885, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W005.json index 989011b1cf..0ffe6ae47b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W005.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:51.902740Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -5.0001388888888885, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W006.json index 3f9ab1bfed..0a26486d1f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W006.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:52.055382Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -6.0001388888888885, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W053.json index 8c39a4a758..f50a0ce675 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W053.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:52.113039Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -53.00013888888889, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W054.json index 5f020c3299..952f4e4313 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W054.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:52.812333Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -54.00013888888889, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W055.json index c5c45eb375..00d15b50a3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W055.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:53.321361Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -55.00013888888889, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W058.json index 56d3c51da1..7de6d7e32b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W058.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:53.478678Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -58.00013888888889, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W059.json index f72ce12af3..928bcbb321 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W059.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:53.926039Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -59.00013888888889, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W060.json index 1bec621a4b..2f57c13aa0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W060.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:53.986174Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.00013888888889, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W065.json index d4d02b8075..7863241bdf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W065.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:54.234731Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00013888888888, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W066.json index 3ab24fea67..7a31c4ff78 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W066.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:54.534818Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00013888888888, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W067.json index 1229fe0978..782b8397ce 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W067.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:54.885143Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00013888888888, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W068.json index 08f08645f3..d471ed1616 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W068.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:55.004299Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00013888888888, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W069.json index ca012fdd1e..541ff71082 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W069.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:55.376535Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00013888888888, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W070.json index 69b01e76fe..f6956e2679 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W070.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:55.588649Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00013888888888, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W071.json index 2ab8ee69f3..7898390e67 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W071.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:55.967668Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00013888888888, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W123.json index b5633858b3..c8db9dab2a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W123.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:57.495649Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -123.00013888888888, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W124.json index 89a9cda65d..6812e24131 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W124.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:58.075100Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -124.00013888888888, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W125.json index eafb642be9..7492bdad5f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W125.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:58.401859Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -125.00013888888888, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W126.json index a2687165c6..d96ab80a83 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N48W126.json @@ -41,7 +41,7 @@ 49.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:58.696056Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -126.00013888888888, 48.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N48W126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E000.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E000.json index 5639b7d0bc..f24ce8ecb2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E000.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E000.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:59.258632Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -0.0001388888888888889, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E000.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E000.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E001.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E001.json index 3dd9840578..df60746d00 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E001.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E001.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:08:59.745318Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 0.9998611111111111, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E001.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E001.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E046.json index 0a6c05c84b..5e9811d9af 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E046.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:03.381983Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 45.99986111111111, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E047.json index c525a445e4..f58a8fe019 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E047.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:05.237679Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99986111111111, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E048.json index cc80a2fbf1..318963ede5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E048.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:10.103053Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.99986111111111, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E049.json index 7720d34748..d266fec404 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E049.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:15.950283Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99986111111111, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E050.json index c3539b04a6..f77ae86496 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E050.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:21.803472Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99986111111111, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E051.json index a9295dd897..73136bfcc4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E051.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:27.536632Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.99986111111111, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E052.json index 6d993aa8c3..dcdf3a7d1b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E052.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:32.821422Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.99986111111111, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E135.json index fff6aa8eb1..cb03133d97 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E135.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:34.757637Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 134.9998611111111, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E136.json index 0fcc5a40d8..0787a6a9f4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E136.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:38.253447Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.9998611111111, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E140.json index df92b45d9a..a909beb399 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E140.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:38.540003Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.9998611111111, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E142.json index 759231d964..2c1be125d8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E142.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:38.952745Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.9998611111111, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E143.json index de917ff22d..4b22739b9f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E143.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:40.479384Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.9998611111111, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E144.json index 6805bd5c72..0dcc9e87a3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E144.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:40.791301Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 143.9998611111111, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E154.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E154.json index 573f6ccae6..02bf2988d0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E154.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E154.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:40.885565Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 153.9998611111111, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E154.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E154.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E155.json index 1eb17ee3f3..473b66477e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49E155.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:41.012348Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 154.9998611111111, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49E155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W001.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W001.json index b5e79c6c8a..8579278423 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W001.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W001.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:41.839394Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -1.000138888888889, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W001.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W001.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W002.json index b6b28349fd..066131d334 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W002.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:43.518797Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -2.000138888888889, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W003.json index 5ff021e8f8..48c1d9c421 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W003.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:43.726609Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -3.000138888888889, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W006.json index f2a775cfb0..5a2f8ea106 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W006.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:43.774704Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -6.0001388888888885, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W007.json index 2655cf7d7d..128afb511b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W007.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:43.822404Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -7.0001388888888885, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W054.json index bd8141698d..2914f27b3d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W054.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:44.274270Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -54.00013888888889, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W055.json index e64a225d84..e9648dc724 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W055.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:45.236768Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -55.00013888888889, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W056.json index ffaacf4dec..18320c1839 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W056.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:45.895152Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -56.00013888888889, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W057.json index 027bed7ae9..d1084c32e0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W057.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:46.278023Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -57.00013888888889, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W058.json index 88383abf87..17d280f274 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W058.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:46.624203Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -58.00013888888889, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W059.json index 7c8bc46c30..d0335e5a5b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W059.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:46.847114Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -59.00013888888889, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W062.json index 196952c571..799f913895 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W062.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:47.090805Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00013888888889, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W063.json index 513fb10386..0c1cc8eea6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W063.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:47.402366Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.00013888888889, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W064.json index 54fe92292f..cd85407930 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W064.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:47.667095Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00013888888888, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W065.json index 7defa2a957..91ae85c923 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W065.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:47.930980Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00013888888888, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W066.json index e873bb05d5..a57cb26ac5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W066.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:48.153866Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00013888888888, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W067.json index c6e773f34f..aa27aaf627 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W067.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:48.359654Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00013888888888, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W068.json index 6b4ead7da4..df4d391c06 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W068.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:48.530249Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00013888888888, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W069.json index db82852583..2e5e80ce97 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W069.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:48.959140Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00013888888888, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W122.json index 8cd8cde936..baea68d3ce 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W122.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:49.468525Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -122.00013888888888, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W123.json index 0aff29359d..321886e106 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W123.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:50.452955Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -123.00013888888888, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W124.json index 79e0ca7512..9e207f61d3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W124.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:51.109181Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -124.00013888888888, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W125.json index 3ed10dae57..6364edb66d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W125.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:51.550450Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -125.00013888888888, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W126.json index 0ae84be955..b49f40ab9e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W126.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:52.007946Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -126.00013888888888, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W127.json index a25c82736a..b3498f49cc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W127.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:52.417735Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -127.00013888888888, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W128.json index be4058f8b7..e11e054137 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N49W128.json @@ -41,7 +41,7 @@ 50.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:52.593978Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -128.0001388888889, 49.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N49W128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E000.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E000.json index 599d41342b..ec3b3b2f88 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E000.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E000.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:53.090031Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -0.00020833333333333332, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E000.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E000.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E001.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E001.json index f9bb5a777b..648e2e1c9f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E001.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E001.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:53.735168Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 0.9997916666666666, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E001.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E001.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E002.json index 44781f046a..df2e48bce0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E002.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:55.024757Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 1.9997916666666666, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E003.json index a30d25dac0..71eaf3c5ad 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E003.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:56.360497Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 2.999791666666667, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E004.json index 3e4573ffd5..bdd1fa58c9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E004.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:56.812045Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 3.999791666666667, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E005.json index 13010275cb..3f2aca2396 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E005.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:09:57.347600Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 4.999791666666667, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E049.json index 9de4e6d8aa..31cd7d1881 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E049.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:00.235908Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99979166666667, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E050.json index 1f5536f711..1c185418df 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E050.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:03.212453Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99979166666667, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E051.json index dfdf5771f0..4d5f862b0e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E051.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:06.700898Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.99979166666667, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E136.json index dcac219746..6ef3c2a736 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E136.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:07.243791Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.99979166666665, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E137.json index 2523b57378..86636fa25d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E137.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:08.063876Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.99979166666665, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E138.json index 8a57a96f03..6a35be0d62 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E138.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:08.268880Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.99979166666665, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E140.json index 0807d834db..8bcf4e57ac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E140.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:08.378075Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.99979166666665, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E142.json index 8c5886ca84..9d56b4f68a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E142.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:08.613926Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.99979166666665, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E143.json index 120aeaf811..89c26e6638 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E143.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:08.824373Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.99979166666665, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E154.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E154.json index 70be883186..e83884e23c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E154.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E154.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:08.870511Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 153.99979166666665, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E154.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E154.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E155.json index d25973bd65..a0b8d4173e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E155.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:09.179577Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 154.99979166666665, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E156.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E156.json index bcf7f658bf..00e9704a72 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E156.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50E156.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:09.442917Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 155.99979166666665, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E156.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50E156.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W001.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W001.json index 4dbcfec544..e2965ed908 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W001.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W001.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:09.925543Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -1.0002083333333334, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W001.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W001.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W002.json index 07ed07cbcf..4a8a4602a6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W002.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:10.543661Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -2.000208333333333, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W003.json index 1d8fc3f376..91d4eb3840 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W003.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:10.931890Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -3.000208333333333, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W004.json index 475e0f4bfd..509c98a6d9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W004.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:11.210154Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -4.000208333333333, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W005.json index 611ff1667b..c5f8644484 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W005.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:11.468633Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -5.000208333333333, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W006.json index 9d4d5c8b26..35bb839f4a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W006.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:11.720526Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -6.000208333333333, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W056.json index 392bcca721..48bd1ade1c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W056.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:11.923581Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -56.00020833333333, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W057.json index f0e5fce65b..489dc5880c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W057.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:12.086580Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -57.00020833333333, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W058.json index c9186c5424..c8bb935681 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W058.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:12.451348Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -58.00020833333333, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W059.json index 43dd4040aa..b7ae95f7f3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W059.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:12.535531Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -59.00020833333333, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W060.json index 195f300038..847a98cd1d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W060.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:13.014052Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.00020833333333, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W061.json index ab4eb05157..0337a37b57 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W061.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:13.618114Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00020833333333, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W062.json index 72781a063c..2c6654ee61 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W062.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:14.236124Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00020833333333, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W063.json index a2a5c0734b..f066467bc0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W063.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:14.681615Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.00020833333333, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W064.json index 114b38ddff..c4ced0a43f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W064.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:15.130208Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00020833333333, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W065.json index c143c52862..1ee852e4fc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W065.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:15.278197Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00020833333333, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W066.json index 1b247dc8a3..d3f20382ff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W066.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:15.579792Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00020833333333, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W067.json index e695988ac0..cb70667847 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W067.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:15.800533Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00020833333333, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W124.json index d55e935ca1..65f8bdca1d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W124.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:15.961850Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -124.00020833333333, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W125.json index 633178a419..1075493b55 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W125.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:16.224402Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -125.00020833333333, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W126.json index 9156c0a36f..6b38ed686b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W126.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:16.522145Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -126.00020833333333, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W127.json index 3fe4e96946..3b1ebaf570 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W127.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:16.852726Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -127.00020833333333, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W128.json index f427c42997..47f7be4a01 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W128.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:17.317642Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -128.00020833333335, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W129.json index 3501df50f7..1bd6629423 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W129.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:17.519853Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -129.00020833333335, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W130.json index b7d9d05d27..bc48709cdd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N50W130.json @@ -41,7 +41,7 @@ 51.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:17.572736Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -130.00020833333335, 50.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N50W130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E000.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E000.json index d5714c9ad5..0c2fe3a86e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E000.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E000.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:18.796858Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -0.00020833333333333332, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E000.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E000.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E001.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E001.json index e427cca30a..4eeaf677ff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E001.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E001.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:19.283112Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 0.9997916666666666, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E001.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E001.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E002.json index cb46507743..a42d3ca6c8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E002.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:19.857290Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 1.9997916666666666, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E003.json index 7614c8c104..e340e1ee0b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E003.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:22.295295Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 2.999791666666667, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E004.json index 13bfa1dc24..69e2fe7230 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E004.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:26.712555Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 3.999791666666667, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E005.json index 973940e6b7..2e207998f5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E005.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:30.320342Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 4.999791666666667, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E006.json index 1f035d4bc8..4b5bb71e65 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E006.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:32.430993Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 5.999791666666667, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E138.json index d43c793d5d..54777e377b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E138.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:32.735810Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.99979166666665, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E139.json index b0fcf6f3be..35e6931f58 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E139.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:34.067359Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.99979166666665, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E140.json index de0533bfa7..3e93a28cc6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E140.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:34.891985Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.99979166666665, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E141.json index 91a835fc80..0eb37b0a7e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E141.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:35.608571Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.99979166666665, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E142.json index 1569ba9127..58e3a1546c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E142.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:36.116660Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.99979166666665, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E143.json index a0ab7852ac..e59f01333b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E143.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:36.887007Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.99979166666665, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E156.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E156.json index 1067ed0b8e..1896367bb8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E156.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E156.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:37.474588Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 155.99979166666665, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E156.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E156.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E157.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E157.json index 9130b66b09..bb7ffa3022 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E157.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E157.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:37.946432Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 156.99979166666665, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E157.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E157.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E158.json index e9ea21f04f..a0650b58ca 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E158.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:38.005392Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 157.99979166666665, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E177.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E177.json index d7b302023b..4c503ebc09 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E177.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E177.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:38.180768Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 176.99979166666665, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E177.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E177.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E178.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E178.json index b923f553a7..ff066e11be 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E178.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E178.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:38.265830Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 177.99979166666665, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E178.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E178.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E179.json index 0cee97a8dc..3ac985c23e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51E179.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:38.354498Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 178.99979166666665, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51E179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W001.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W001.json index 8d4bcb16d9..e61ca605a6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W001.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W001.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:39.312013Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -1.0002083333333334, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W001.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W001.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W002.json index a358019fbe..7dddecb4bc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W002.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:39.506715Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -2.000208333333333, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W003.json index 075c9aeadc..c0ba347caa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W003.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:40.832397Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -3.000208333333333, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W004.json index cda02844ab..7eaa607eb4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W004.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:41.309735Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -4.000208333333333, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W005.json index 1e9eceb99f..616961fa8e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W005.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:41.793948Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -5.000208333333333, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W006.json index 8a33d3fb0d..e7bfd25b3d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W006.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:41.891514Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -6.000208333333333, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W008.json index f8267a872f..ce141ced1c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W008.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:42.003855Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -8.000208333333333, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W009.json index ba88c73554..ab593b2f29 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W009.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:42.432834Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -9.000208333333333, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W010.json index 6b2dc6339b..71a58af971 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W010.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:42.881296Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -10.000208333333333, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W011.json index 2ec98f1720..e3a951f88d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W011.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:43.046085Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -11.000208333333333, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W056.json index 59307444a9..d5f6092fd7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W056.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:43.536309Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -56.00020833333333, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W057.json index c956f98fda..515ce0e1c1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W057.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:44.079656Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -57.00020833333333, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W058.json index b0a7a0ae90..2b39282d87 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W058.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:44.448345Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -58.00020833333333, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W059.json index 739a1c5013..ccc7551fe9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W059.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:44.977309Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -59.00020833333333, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W060.json index bcd5c21f87..ba47fcc54d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W060.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:45.097016Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.00020833333333, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W079.json index b1c7c62e97..4031ef49b6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W079.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:46.034704Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00020833333333, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W080.json index b92560f640..6a045862e0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W080.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:47.478489Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00020833333333, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W081.json index 1d218fb1e2..58613bb873 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W081.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:49.280574Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00020833333333, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W082.json index 45d59a5c33..570053472e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W082.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:49.897471Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00020833333333, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W125.json index afb50ef5bb..a8c79a10f3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W125.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:50.034767Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -125.00020833333333, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W126.json index 5be578daea..32d78d1999 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W126.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:50.217977Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -126.00020833333333, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W127.json index 698b43f2f7..e93176175a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W127.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:50.344453Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -127.00020833333333, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W128.json index a73e4c2e9a..f29b85d44c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W128.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:50.780691Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -128.00020833333335, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W129.json index 3e44db8215..50094ae3f9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W129.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:50.946666Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -129.00020833333335, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W131.json index dfb36f5ce3..1641bfaa2e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W131.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:51.093501Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -131.00020833333335, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W132.json index 7285ce5e6f..ab3e1273d3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W132.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:51.143715Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -132.00020833333335, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W176.json index fb48e56382..383ca0d140 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W176.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:51.296597Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -176.00020833333335, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W177.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W177.json index 2bb17c3b4e..a4104474d0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W177.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W177.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:51.454905Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -177.00020833333335, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W177.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W177.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W178.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W178.json index 1e3d041467..934a604190 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W178.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W178.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:51.680172Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -178.00020833333335, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W178.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W178.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W179.json index 8ad65ba76e..af8bfc7b58 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W179.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:51.949456Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -179.00020833333335, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W180.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W180.json index 01ac989c35..92f23646b1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W180.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N51W180.json @@ -41,7 +41,7 @@ 52.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:52.102873Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -180.00020833333335, 51.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W180.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N51W180.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E000.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E000.json index 03d389f787..03defebd65 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E000.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E000.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:54.927213Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -0.00020833333333333332, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E000.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E000.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E001.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E001.json index 5ce16956b8..372cf41bbb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E001.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E001.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:56.635849Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 0.9997916666666666, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E001.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E001.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E004.json index a6717260e1..1952a1ab4c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E004.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:10:59.148011Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 3.999791666666667, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E005.json index 5274c2bef0..415544b4e7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E005.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:02.792234Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 4.999791666666667, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E006.json index 9b31d79c3f..bd109c9704 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E006.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:07.229224Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 5.999791666666667, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E007.json index 96bec46ce6..4983c57b47 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E007.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:09.439491Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 6.999791666666667, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E008.json index adcc9f4fe1..f50b55e292 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E008.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:10.015812Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 7.999791666666667, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E009.json index f0e971104d..9a181474f6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E009.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:10.863824Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.999791666666667, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E010.json index c1e39cff95..9f247bc954 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E010.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:11.233351Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.999791666666667, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E011.json index 699002dbf5..41eb1a7545 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E011.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:12.285905Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.999791666666667, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E012.json index 0f0638b2c7..53b9dbe5cb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E012.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:13.484720Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.999791666666667, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E013.json index be5eb4b1b3..ef3fa30083 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E013.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:13.792533Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.999791666666667, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E014.json index f546fb9ab5..b2c6b3de07 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E014.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:14.991078Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.999791666666667, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E015.json index 9edf585f36..135fa32538 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E015.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:15.780480Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 14.999791666666667, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E138.json index ac746f5656..53efca3548 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E138.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:16.113356Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.99979166666665, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E139.json index b5ffb5d4b4..7fe1551fd0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E139.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:17.177067Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.99979166666665, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E140.json index 12f2f9b9b2..2453e3e7f2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E140.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:17.797143Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.99979166666665, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E141.json index ff60117a17..09aae98998 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E141.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:19.071521Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.99979166666665, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E143.json index a38b4af3b0..65c5362f10 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E143.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:19.992033Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.99979166666665, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E156.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E156.json index 3973742fd8..1a2ec2b620 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E156.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E156.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:21.350479Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 155.99979166666665, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E156.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E156.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E158.json index e78bd734eb..882fb8ef04 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E158.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:21.728306Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 157.99979166666665, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E172.json index 832bf33b94..1a4828cf30 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E172.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:21.812374Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 171.99979166666665, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E173.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E173.json index c0d239f50b..ea8b48d47a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E173.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E173.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:22.019147Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 172.99979166666665, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E173.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E173.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E174.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E174.json index a241a6cb93..9d1abd4fcc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E174.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E174.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:22.180566Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 173.99979166666665, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E174.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E174.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E175.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E175.json index afec0f3c0e..670d652300 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E175.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E175.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:22.233164Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 174.99979166666665, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E175.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E175.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E177.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E177.json index b1388c53a8..f85d977ed3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E177.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E177.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:22.289447Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 176.99979166666665, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E177.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E177.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E178.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E178.json index fc9303b6cc..df7724c3d1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E178.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E178.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:22.329520Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 177.99979166666665, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E178.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E178.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E179.json index 6c5cb2ede3..af705a6aed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52E179.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:22.366451Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 178.99979166666665, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52E179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W001.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W001.json index 900d5291fd..5afe37ab57 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W001.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W001.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:23.847242Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -1.0002083333333334, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W001.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W001.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W002.json index f7923d2ccf..0425191880 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W002.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:24.324666Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -2.000208333333333, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W003.json index d1646a2ea4..d6dd1d4957 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W003.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:24.814358Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -3.000208333333333, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W004.json index dadaebd0a0..ee0fdbdb0c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W004.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:24.926436Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -4.000208333333333, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W005.json index 44901b04af..0cba946b10 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W005.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:25.224960Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -5.000208333333333, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W006.json index 88de4d5a6c..0b992cdc1f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W006.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:25.344841Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -6.000208333333333, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W007.json index 3b07e369d1..66c4b11d10 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W007.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:25.757636Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -7.000208333333333, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W008.json index acd0487e7e..e03fe681c7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W008.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:26.228819Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -8.000208333333333, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W009.json index 375407bfd3..bc161b20ff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W009.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:26.759829Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -9.000208333333333, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W010.json index 4b22922fa0..7c1b044374 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W010.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:27.567030Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -10.000208333333333, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W011.json index 427cc4edf2..2b35c9efc6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W011.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:27.791284Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -11.000208333333333, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W056.json index c3f5852d49..9ec4cd2168 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W056.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:28.317646Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -56.00020833333333, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W057.json index 0bfe61669f..943cd55226 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W057.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:28.581757Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -57.00020833333333, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W079.json index 88a085cc9c..ecde518b0a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W079.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:29.737563Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00020833333333, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W080.json index 2493841a6d..89d69245be 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W080.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:30.076574Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00020833333333, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W081.json index 9102229916..5d2881e5f1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W081.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:30.464111Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00020833333333, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W082.json index ef1e889735..7e627d3142 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W082.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:32.180101Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00020833333333, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W083.json index 71c374978f..3e1860146f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W083.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:33.922486Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00020833333333, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W127.json index 1cc7566871..fa77658048 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W127.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:34.261251Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -127.00020833333333, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W128.json index 92fd72ae6b..b82c6b91a8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W128.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:34.427270Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -128.00020833333335, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W129.json index cbadce6b86..191e889681 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W129.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:34.959730Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -129.00020833333335, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W130.json index 877e83aee1..8bd8163c3f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W130.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:35.303544Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -130.00020833333335, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W131.json index 836acbf5d0..3995a4abda 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W131.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:35.340953Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -131.00020833333335, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W132.json index 8d2e02e486..2c947ec2db 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W132.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:35.620137Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -132.00020833333335, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W133.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W133.json index 7ab25d575e..7f1ebde093 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W133.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W133.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:35.716117Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -133.00020833333335, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W133.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W133.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W169.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W169.json index 207144f912..e64d820dae 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W169.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W169.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:35.880128Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -169.00020833333335, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W169.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W169.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W170.json index 96cb5974f7..d7bcff1515 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W170.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:35.939875Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -170.00020833333335, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W171.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W171.json index c70f2fac37..71ea43dd21 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W171.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W171.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:35.987645Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -171.00020833333335, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W171.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W171.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W172.json index 9dc045f9e7..e217614ed3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W172.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:36.032178Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -172.00020833333335, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W173.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W173.json index 874b002b8b..720873b383 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W173.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W173.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:36.181959Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -173.00020833333335, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W173.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W173.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W174.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W174.json index b21c119768..5ea25f8990 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W174.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W174.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:36.351552Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -174.00020833333335, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W174.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W174.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W175.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W175.json index 082b1462e7..8b54bdc4c0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W175.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W175.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:36.491044Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -175.00020833333335, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W175.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W175.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W176.json index 884867912a..c036caf811 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W176.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:36.558147Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -176.00020833333335, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W177.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W177.json index d1941f0752..c80778353b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W177.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N52W177.json @@ -41,7 +41,7 @@ 53.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:36.713639Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -177.00020833333335, 52.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W177.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N52W177.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E000.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E000.json index 3d847377c8..7d90295d6c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E000.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E000.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:37.381888Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -0.00020833333333333332, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E000.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E000.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E004.json index 5495ed49f7..9e46183a03 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E004.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:37.552955Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 3.999791666666667, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E005.json index 743ebccbf5..ce7342d84e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E005.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:38.580226Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 4.999791666666667, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E006.json index 652c21e4ee..d296ad2945 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E006.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:40.968232Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 5.999791666666667, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E007.json index fb687bb4b5..ed7863f35f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E007.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:44.609319Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 6.999791666666667, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E008.json index 1e75ab964b..0ab8d4c319 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E008.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:48.237864Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 7.999791666666667, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E009.json index eb69231bb9..b2a195f7d3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E009.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:51.153663Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.999791666666667, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E010.json index 211fc67f85..56b0c418d2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E010.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:52.947395Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.999791666666667, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E011.json index 7f66c7539e..7361eef178 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E011.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:54.278939Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.999791666666667, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E012.json index 9871435b3a..0c3a2b847f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E012.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:55.042419Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.999791666666667, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E013.json index 986ae152c9..b967e1b91c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E013.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:56.447028Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.999791666666667, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E014.json index 0eee3c6538..3d62aa1c0b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E014.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:58.750214Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.999791666666667, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E018.json index d56c6feca1..8e34a67ef1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E018.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:59.449873Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 17.999791666666667, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E019.json index 95fa53db5c..92dfa6f0ac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E019.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:11:59.585654Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 18.999791666666667, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E136.json index 714a3c1384..46bde182c3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E136.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:00.020888Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.99979166666665, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E137.json index 119cab8bf0..500e60db89 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E137.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:00.579694Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.99979166666665, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E138.json index c47b2690c1..8163dc5d39 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E138.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:01.127580Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.99979166666665, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E139.json index d1f9c72256..0748244982 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E139.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:02.150439Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.99979166666665, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E140.json index 669a6c07e6..edc79c268a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E140.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:03.080081Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.99979166666665, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E141.json index 42f9d10000..6e0d873889 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E141.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:03.789102Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.99979166666665, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E142.json index b9522a7158..26559b9f88 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E142.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:05.198157Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.99979166666665, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E143.json index ff7421465f..2bf5be24f1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E143.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:05.601831Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.99979166666665, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E155.json index 2c6e1cfb9c..0141f7a8f6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E155.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:05.815882Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 154.99979166666665, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E156.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E156.json index d868886a00..7457adcb6a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E156.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E156.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:06.436775Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 155.99979166666665, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E156.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E156.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E158.json index def90c5f27..1c5c11fd2d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E158.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:06.834349Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 157.99979166666665, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E159.json index 9b1206cabd..f428db81b6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E159.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:07.456815Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 158.99979166666665, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E160.json index be0f5a8a31..7c54642197 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E160.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:07.597965Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 159.99979166666665, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E172.json index 90539c2c3b..ad0fa0a25c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53E172.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:07.646840Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 171.99979166666665, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53E172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W001.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W001.json index 18603f2a86..24f18c4f75 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W001.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W001.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:10.585540Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -1.0002083333333334, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W001.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W001.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W002.json index 52add3c932..73f224a3de 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W002.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:11.510479Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -2.000208333333333, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W003.json index a46d56d1db..8673c73e16 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W003.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:12.646376Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -3.000208333333333, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W004.json index 6d89af9a6a..7f9da22b52 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W004.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:13.089015Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -4.000208333333333, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W005.json index 5453457fd2..d98d844a64 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W005.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:13.390838Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -5.000208333333333, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W006.json index f69126684a..2aa72d2708 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W006.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:13.442503Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -6.000208333333333, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W007.json index bc847ffff4..70b7d1e58c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W007.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:13.992238Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -7.000208333333333, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W009.json index 0c4608c17e..75a5c2fee6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W009.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:14.467389Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -9.000208333333333, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W010.json index 6d67fe1df7..8859a7b204 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W010.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:15.510515Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -10.000208333333333, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W011.json index 6645bcf423..e0d7ed571a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W011.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:15.710919Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -11.000208333333333, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W056.json index 40020ac307..4899c4ab32 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W056.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:16.061622Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -56.00020833333333, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W057.json index 7bc2550a9d..48c99dcc25 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W057.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:16.592011Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -57.00020833333333, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W058.json index 627958c78c..d37319b156 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W058.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:17.037681Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -58.00020833333333, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W059.json index f142db3f17..1cd606e327 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W059.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:17.276449Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -59.00020833333333, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W060.json index 25faee656e..fd53ebe024 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W060.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:17.755666Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.00020833333333, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W061.json index 8d3ff61655..2229890e32 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W061.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:18.382445Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00020833333333, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W079.json index e0a8c0fa5b..fe3fd57fcd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W079.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:19.545013Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00020833333333, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W080.json index b16bac5d54..ffc8c1fa57 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W080.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:19.993004Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00020833333333, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W081.json index 6628b7c27d..4bf1a8c62c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W081.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:20.253037Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00020833333333, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W082.json index 1ecb355512..6b7b4bf59c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W082.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:21.265296Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00020833333333, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W083.json index 62afd4c4b5..9c96ebb275 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W083.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:23.084223Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00020833333333, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W128.json index 70853afc21..15efec8a36 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W128.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:23.177581Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -128.00020833333335, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W129.json index 695356dbbb..91d6e53aba 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W129.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:23.521599Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -129.00020833333335, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W130.json index 93f6e02550..e5bc9f3e12 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W130.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:24.230104Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -130.00020833333335, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W131.json index 3721220ad9..1d4d9a4229 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W131.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:24.743028Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -131.00020833333335, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W132.json index 0689c60f4e..a687f03492 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W132.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:25.101107Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -132.00020833333335, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W133.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W133.json index aa717d0443..089e0919fc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W133.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W133.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:25.496617Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -133.00020833333335, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W133.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W133.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W134.json index 776e34b519..c85f3264ba 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W134.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:25.695132Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -134.00020833333335, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W167.json index d45c735daa..8deb58d5bd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W167.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:25.968468Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -167.00020833333335, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W168.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W168.json index 67e6ae5b83..2f824ba033 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W168.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W168.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:26.206674Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -168.00020833333335, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W168.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W168.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W169.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W169.json index 14115f2172..ff6887b51b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W169.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W169.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:26.340326Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -169.00020833333335, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W169.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W169.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W170.json index ec131b89a5..8806293614 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N53W170.json @@ -41,7 +41,7 @@ 54.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:26.473414Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -170.00020833333335, 53.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N53W170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E007.json index fd0753f9a9..5c3c02bd64 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E007.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:26.529210Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 6.999791666666667, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E008.json index 5cdee22923..eee72d4117 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E008.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:27.783877Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 7.999791666666667, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E009.json index 383b600ac6..a8b9d98c42 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E009.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:30.740781Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.999791666666667, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E010.json index 4186e96ef4..ee8f957f9a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E010.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:31.724831Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.999791666666667, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E011.json index 9ca1e578ae..0f7c034b84 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E011.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:33.092578Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.999791666666667, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E012.json index 43872699bb..e61d2ef07b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E012.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:34.539970Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.999791666666667, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E013.json index 5eb61e71d1..279250cd68 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E013.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:35.716361Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.999791666666667, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E014.json index bde9db485d..1d9b93c958 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E014.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:35.907492Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.999791666666667, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E015.json index d458cac8f1..041cfaffa8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E015.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:36.501779Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 14.999791666666667, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E016.json index b1af9da22a..cac56891db 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E016.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:37.253311Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 15.999791666666667, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E017.json index ae8988a522..bfca064eef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E017.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:37.799340Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 16.999791666666667, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E018.json index 7b352faa09..9339d06614 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E018.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:38.733282Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 17.999791666666667, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E019.json index 184177d634..6290ff764b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E019.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:39.776041Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 18.999791666666667, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E020.json index e735b79eed..bd509609cd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E020.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:41.000089Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 19.999791666666667, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E021.json index 2f07ff09ce..215773b0c9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E021.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:42.498148Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 20.999791666666667, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E022.json index 3ffcb14e33..eee447d752 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E022.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:43.038074Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 21.999791666666667, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E135.json index 4014d1667e..2998932edb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E135.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:43.443545Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 134.99979166666665, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E136.json index deb8b76b83..02d7d5c1d7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E136.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:43.616397Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.99979166666665, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E137.json index fe385e9294..4945e8636e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E137.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:43.989166Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.99979166666665, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E138.json index a6037da51f..13066c837c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E138.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:44.162224Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.99979166666665, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E139.json index c0edab04c4..6c8c9335fd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E139.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:44.376467Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.99979166666665, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E140.json index 5f4ea76a94..7347baa53e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E140.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:44.529296Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.99979166666665, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E142.json index 5110597873..d584884a91 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E142.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:44.646231Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.99979166666665, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E155.json index 1a199ae499..1ba1ac6bda 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E155.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:45.232420Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 154.99979166666665, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E159.json index dc2827fc3b..f0259c45d1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E159.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:45.417388Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 158.99979166666665, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E160.json index 6425800fb0..191f02207d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E160.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:45.718806Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 159.99979166666665, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E161.json index 23820b5b21..a7ade18602 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E161.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:45.887186Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 160.99979166666665, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E162.json index 56335c9d6f..4d129e51c1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E162.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:46.091554Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 161.99979166666665, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E166.json index 8e1b192e77..94cb47a0a9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E166.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:46.179718Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 165.99979166666665, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E167.json index db52a4feb0..ed82f01fda 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E167.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:46.235095Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 166.99979166666665, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E168.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E168.json index 2a69c8556e..6c978b6619 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E168.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54E168.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:46.272345Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 167.99979166666665, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E168.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54E168.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W001.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W001.json index e16c5c8b17..54ea3cb86f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W001.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W001.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:46.725240Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -1.0002083333333334, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W001.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W001.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W002.json index d339f2c5ff..db9e2c5470 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W002.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:47.319532Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -2.000208333333333, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W003.json index 1689413afc..d37ebd84c9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W003.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:47.725234Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -3.000208333333333, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W004.json index 0d30d8c794..96d4ccf448 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W004.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:48.307677Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -4.000208333333333, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W005.json index 6c7090cfaf..c23b2c59f7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W005.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:48.755929Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -5.000208333333333, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W006.json index 99bfe6f4ea..a75bb38ff7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W006.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:49.322480Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -6.000208333333333, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W007.json index 419133edf9..004b4d1f5f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W007.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:49.878923Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -7.000208333333333, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W008.json index 59b2ec4ce5..e6323d174b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W008.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:50.153617Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -8.000208333333333, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W009.json index 4e50a17b64..ee2710e58b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W009.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:50.672520Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -9.000208333333333, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W010.json index 32160e3d19..110f907ee8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W010.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:51.210048Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -10.000208333333333, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W011.json index b300951a05..8371aa48ad 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W011.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:51.396730Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -11.000208333333333, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W058.json index cf8c65fd96..cd95fbc6f3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W058.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:51.993467Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -58.00020833333333, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W059.json index ad2f1baa8e..428002b1b7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W059.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:52.540657Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -59.00020833333333, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W060.json index d44d2c696b..72072fcdb4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W060.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:53.010487Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.00020833333333, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W061.json index c8c4b06a83..177c11d300 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W061.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:53.265021Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00020833333333, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W079.json index 2edf3138fa..da80bf225b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W079.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:53.776992Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00020833333333, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W080.json index cfd2749412..ccc8bdb9ca 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W080.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:55.114526Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00020833333333, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W082.json index 668f6505f8..c61ebfa0ee 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W082.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:55.168827Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00020833333333, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W083.json index fc3fa53ad1..0c59ff4b81 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W083.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:57.654932Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00020833333333, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W129.json index 0b3b847c19..07e3014026 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W129.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:57.749597Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -129.00020833333335, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W130.json index 1b37ff3423..0275933c90 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W130.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:58.026120Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -130.00020833333335, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W131.json index f3fdf11c14..b4cc0c13f3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W131.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:58.651210Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -131.00020833333335, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W132.json index 5a88767b5d..a1ea21eb38 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W132.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:58.855643Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -132.00020833333335, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W133.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W133.json index 65d68bbedc..c62beb9c48 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W133.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W133.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:59.353824Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -133.00020833333335, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W133.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W133.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W134.json index 158689ce9e..98ab4fbfc6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W134.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:59.514982Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -134.00020833333335, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W160.json index a465b27e41..134cbd2f91 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W160.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:59.712531Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -160.00020833333335, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W161.json index 2174688dfe..4da86c569d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W161.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:59.766297Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -161.00020833333335, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W162.json index 523c801c05..1a0427877b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W162.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:12:59.805012Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -162.00020833333335, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W163.json index 9a6a9eadb3..46bc8625b3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W163.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:00.076933Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -163.00020833333335, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W164.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W164.json index 788221762c..11fa4d1e42 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W164.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W164.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:00.380935Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -164.00020833333335, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W164.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W164.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W165.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W165.json index 11b071235a..8d970a31d9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W165.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W165.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:00.803523Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -165.00020833333335, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W165.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W165.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W166.json index 9a55365507..9df08fb329 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W166.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:00.961907Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -166.00020833333335, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W167.json index 50f1330b7f..407373ff92 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N54W167.json @@ -41,7 +41,7 @@ 55.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:01.101301Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -167.00020833333335, 54.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N54W167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E008.json index 132fd3383f..b2c1db648c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E008.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:02.853684Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 7.999791666666667, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E009.json index 779eb21e52..1857e17b3e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E009.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:03.736323Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.999791666666667, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E010.json index 4266d4ee40..d165a0a941 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E010.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:04.789764Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.999791666666667, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E011.json index 30230af95a..732bb57794 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E011.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:06.089684Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.999791666666667, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E012.json index 1cb45386a9..1c2ee53551 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E012.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:07.269004Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.999791666666667, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E013.json index 3859138e76..07fce90bae 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E013.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:08.206070Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.999791666666667, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E014.json index 457ba17ad4..7d144b8868 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E014.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:08.791009Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.999791666666667, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E015.json index 8d80e9a035..57e661fa09 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E015.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:08.976144Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 14.999791666666667, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E020.json index bde3ac85f7..03c700601a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E020.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:09.158060Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 19.999791666666667, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E021.json index 04f05fef06..5475ca1c63 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E021.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:10.950794Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 20.999791666666667, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E022.json index ed0b95734d..8a9ec387f6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E022.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:11.441943Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 21.999791666666667, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E135.json index cb5b9c9073..52f41d7c57 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E135.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:11.585710Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 134.99979166666665, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E136.json index 88c77adebb..b4c2e283c7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E136.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:11.638528Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.99979166666665, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E137.json index 7122f61b95..79c12b7069 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E137.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:11.816299Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.99979166666665, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E138.json index 6e22cdf8fd..8c4ee0c902 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E138.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:11.858917Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.99979166666665, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E155.json index 53f9a59e81..538b22c5df 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E155.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:12.618966Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 154.99979166666665, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E161.json index 15acec0769..660bbdb2cb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E161.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:12.877093Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 160.99979166666665, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E162.json index f2bc21dbd3..e5ba4e19f3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E162.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:12.923177Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 161.99979166666665, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E165.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E165.json index 0b0f5cc346..7246686eed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E165.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E165.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:12.977601Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 164.99979166666665, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E165.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E165.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E166.json index 42eba1cdef..8b809d55ff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55E166.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:13.155997Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 165.99979166666665, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55E166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W002.json index dd53f6ab22..eed43c4bb5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W002.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:13.404679Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -2.000208333333333, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W003.json index 37562f4055..da513de2ab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W003.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:13.521572Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -3.000208333333333, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W004.json index 83bdfb2752..f65504ff57 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W004.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:13.914354Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -4.000208333333333, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W005.json index 20b3591e5b..7e2f28e9e4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W005.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:14.251257Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -5.000208333333333, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W006.json index f01f48fba4..2471c0d569 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W006.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:14.562725Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -6.000208333333333, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W007.json index 5f9806067d..c2cb8e60de 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W007.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:14.959799Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -7.000208333333333, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W008.json index e8882cef71..cc63b670f3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W008.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:15.274780Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -8.000208333333333, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W009.json index 93bae94276..8e19ef5812 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W009.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:15.450682Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -9.000208333333333, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W059.json index a3d1556b3e..abd63e86d8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W059.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:15.531070Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -59.00020833333333, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W060.json index 325b9a623b..55d75cc879 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W060.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:15.833469Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.00020833333333, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W061.json index d542d81f8d..65d031c267 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W061.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:16.580550Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00020833333333, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W062.json index 24148eb31c..bd1c426181 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W062.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:16.859613Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00020833333333, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W077.json index 5548f00efd..ca7ab20088 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W077.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:17.148033Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00020833333333, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W078.json index 6a2aca2d70..1900d83ef6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W078.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:17.416253Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00020833333333, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W079.json index 9c7efdf269..7462afa79f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W079.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:17.581217Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00020833333333, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W080.json index 6f6a83c812..bb81dd1757 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W080.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:17.929213Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00020833333333, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W081.json index 2c164fea2c..5078cf1dac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W081.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:18.082051Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00020833333333, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W083.json index 03cfe6fc82..ceafa3244b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W083.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:18.675917Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00020833333333, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W084.json index 8a566b3dfc..568e8a4ed6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W084.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:19.483810Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00020833333333, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W085.json index 173456ea38..93336810d2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W085.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:20.171051Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00020833333333, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W086.json index 04472f55ff..6eb04cf155 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W086.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:20.990188Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -86.00020833333333, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W087.json index f6fcf1706d..82eda68321 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W087.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:21.617238Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00020833333333, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W088.json index 4293f28027..36a525dfff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W088.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:22.440573Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00020833333333, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W130.json index b2f74dc5a1..83d8e093bb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W130.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:22.784995Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -130.00020833333335, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W131.json index 7f2810dc67..2dd5377eb6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W131.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:22.985508Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -131.00020833333335, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W132.json index 353171fade..6f044a99c9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W132.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:23.443740Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -132.00020833333335, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W133.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W133.json index fed55a033f..d99a5a3551 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W133.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W133.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:23.950227Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -133.00020833333335, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W133.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W133.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W134.json index f57ee53203..04c73ac490 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W134.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:24.459281Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -134.00020833333335, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W135.json index 94bf2fb603..31078ed654 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W135.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:24.515357Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -135.00020833333335, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W156.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W156.json index 9b2263b050..9e602af1ef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W156.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W156.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:24.661077Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -156.00020833333335, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W156.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W156.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W157.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W157.json index 161936e9a0..e29a0e5c20 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W157.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W157.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:24.707051Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -157.00020833333335, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W157.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W157.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W159.json index e712bc3c58..769ebc00d3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W159.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:24.873337Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -159.00020833333335, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W160.json index e309c8e95e..2f2cfea696 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W160.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:25.210057Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -160.00020833333335, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W161.json index dc73ff78fc..2d101aa05b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W161.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:25.555754Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -161.00020833333335, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W162.json index 440c9700f1..643f99410f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W162.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:26.473710Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -162.00020833333335, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W163.json index bbebddb36e..530675cb70 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W163.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:26.992695Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -163.00020833333335, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W164.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W164.json index f7115abb36..e6b7c7b756 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W164.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N55W164.json @@ -41,7 +41,7 @@ 56.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:27.187660Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -164.00020833333335, 55.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W164.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N55W164.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E008.json index 41004e6bfe..3088cf3f99 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E008.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:29.254566Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 7.999791666666667, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E009.json index 3573737fa5..c43326933c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E009.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:30.718229Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.999791666666667, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E010.json index 4a9446203d..5dbbbebe25 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E010.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:32.048259Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.999791666666667, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E011.json index a176471eb7..92614ca35f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E011.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:32.214235Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.999791666666667, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E012.json index 958b069780..4e23e69065 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E012.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:33.298952Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.999791666666667, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E013.json index f39e97fbba..b94e4a4c4a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E013.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:33.617068Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.999791666666667, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E014.json index ba7ef7ef86..515a2b93c9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E014.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:34.317056Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.999791666666667, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E015.json index 4b3b21f0cc..dcdd480391 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E015.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:34.874925Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 14.999791666666667, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E016.json index 14fe4657d1..394fc9256b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E016.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:36.007039Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 15.999791666666667, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E018.json index 93774f98fe..c760fe4ba4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E018.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:36.206302Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 17.999791666666667, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E020.json index 15ac5f02b9..4f04d1986b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E020.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:36.262942Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 19.999791666666667, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E021.json index b78719aa97..a6379bb15e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E021.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:37.666132Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 20.999791666666667, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E023.json index 6d24a4c4f4..59413787be 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E023.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:39.380166Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 22.999791666666667, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E024.json index 8b64728ca0..ab5b359da9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E024.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:40.635283Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 23.999791666666667, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E137.json index 8d18dd948f..bd63c6777e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E137.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:40.711266Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.99979166666665, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E138.json index 299507aff8..0665227fef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E138.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:40.907235Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.99979166666665, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E155.json index b5f16f0234..2e3af5e557 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E155.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:41.475453Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 154.99979166666665, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E156.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E156.json index 92164d25b3..2a90d629c1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E156.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E156.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:42.733635Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 155.99979166666665, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E156.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E156.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E159.json index c3610c34ca..275a3c8417 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E159.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:43.021536Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 158.99979166666665, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E160.json index 38137c4bf4..8611dd7e14 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E160.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:43.942613Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 159.99979166666665, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E161.json index f771ef77c3..a98da4270f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E161.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:44.812898Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 160.99979166666665, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E162.json index 926672b8c9..875773f782 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E162.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:45.864696Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 161.99979166666665, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E163.json index a76190695b..4e56d3b214 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56E163.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:46.054857Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 162.99979166666665, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56E163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W003.json index c152702c4d..46183dc715 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W003.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:46.457717Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -3.000208333333333, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W004.json index e37842c321..966a1e25a9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W004.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:46.926219Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -4.000208333333333, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W005.json index 086304163d..5ca11d5659 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W005.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:47.113560Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -5.000208333333333, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W006.json index 84e533ff35..3e7b1852ac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W006.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:48.090986Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -6.000208333333333, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W007.json index 112ebbe9ee..e279c77c9e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W007.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:48.532716Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -7.000208333333333, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W008.json index 6a642a46fb..86d46167f6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W008.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:48.607860Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -8.000208333333333, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W061.json index afa7925e7b..7da0686c61 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W061.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:48.813167Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00020833333333, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W062.json index 533fdd158a..d6dec026cc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W062.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:49.549385Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00020833333333, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W063.json index 1fa9c69a91..f534b595d9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W063.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:49.873532Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.00020833333333, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W076.json index eb8432d44d..fae8dc1dd9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W076.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:50.075943Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00020833333333, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W077.json index 06e0f9adcb..7fcc7dff17 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W077.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:50.442566Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00020833333333, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W078.json index 63cc14c892..6818dec05c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W078.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:50.627555Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00020833333333, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W079.json index 58afd5ba2a..6969a2fb3a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W079.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:50.934849Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00020833333333, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W080.json index f7868385b8..a5ab30300a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W080.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:51.820705Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00020833333333, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W081.json index ff9e1d23db..3bff341ba1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W081.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:51.992512Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00020833333333, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W088.json index c3e5125035..136198b829 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W088.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:52.540412Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00020833333333, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W089.json index 5d3a49f8f9..297493eb7a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W089.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:53.523983Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00020833333333, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W090.json index 82b2ca1fe6..0da8833932 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W090.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:54.247647Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00020833333333, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W091.json index dbe98090cf..32bc0db287 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W091.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:54.600280Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00020833333333, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W092.json index 797affe80c..a51175866d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W092.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:54.782648Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00020833333333, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W093.json index b68ed53604..73cc0080fa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W093.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:55.257515Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -93.00020833333333, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W132.json index c5c3ad8cc8..bf14b62fcd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W132.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:55.504583Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -132.00020833333335, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W133.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W133.json index 1e9bfdcfba..a26fcd37d0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W133.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W133.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:56.125609Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -133.00020833333335, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W133.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W133.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W134.json index 20bb6e72a7..ca8e58f094 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W134.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:56.737097Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -134.00020833333335, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W135.json index adf43fd47c..80a1a76f3f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W135.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:57.231017Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -135.00020833333335, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W136.json index c7e68fd9cd..e27c4ae30b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W136.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:57.509075Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -136.00020833333335, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W154.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W154.json index 42dc0df044..b0498eacd6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W154.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W154.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:57.707650Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -154.00020833333335, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W154.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W154.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W155.json index cc0628b4c0..8037dde733 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W155.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:58.015633Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -155.00020833333335, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W157.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W157.json index 093482c659..2afced8470 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W157.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W157.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:58.224176Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -157.00020833333335, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W157.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W157.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W158.json index 03f9ef88ea..716d69ac1e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W158.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:58.526603Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -158.00020833333335, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W159.json index 76e42efde9..968d879e97 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W159.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:13:59.489824Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -159.00020833333335, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W160.json index e029a82960..3d594d1436 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W160.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:00.170922Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -160.00020833333335, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W161.json index b9cb1fac0d..150d8fe9a9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W161.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:00.573931Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -161.00020833333335, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W162.json index 41cd3264ce..f49cce3ebb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W162.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:00.629687Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -162.00020833333335, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W170.json index 7a9b486332..a4e6f69f13 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N56W170.json @@ -41,7 +41,7 @@ 57.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:00.673047Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -170.00020833333335, 56.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N56W170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E006.json index 047fad1d3f..7eea400056 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E006.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:00.715789Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 5.999791666666667, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E007.json index bae8605d03..2c4dd2435b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E007.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:00.850694Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 6.999791666666667, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E008.json index 67bd869985..928aab7030 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E008.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:01.145340Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 7.999791666666667, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E009.json index 5b82da37cb..a109d50216 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E009.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:02.181735Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.999791666666667, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E010.json index ff416e28cf..4772f19e75 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E010.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:03.244619Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.999791666666667, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E011.json index f78e834313..4f23e8a434 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E011.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:03.863636Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.999791666666667, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E012.json index 03f9c0af96..a75f78357b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E012.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:04.603050Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.999791666666667, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E016.json index e6d14628d5..2265ea18e5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E016.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:05.778110Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 15.999791666666667, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E017.json index 8f13ee2758..f8ec309883 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E017.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:05.898286Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 16.999791666666667, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E018.json index 75d8846063..d9b4a869bb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E018.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:07.003467Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 17.999791666666667, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E019.json index d289966827..459d2791db 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E019.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:07.341173Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 18.999791666666667, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E021.json index 3c985a282e..90747973d0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E021.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:08.406547Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 20.999791666666667, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E022.json index f717da418d..668e828056 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E022.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:09.436253Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 21.999791666666667, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E023.json index 67a408e6b1..e9d92ba0a4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E023.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:09.784840Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 22.999791666666667, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E024.json index 38e65b8e95..4b99ea3209 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E024.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:10.602336Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 23.999791666666667, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E031.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E031.json index 97dbd5f2c8..aa9118ce40 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E031.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E031.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:11.216104Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 30.999791666666667, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E031.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E031.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E138.json index 332e5a9b01..2bf9190755 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E138.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:11.395739Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.99979166666665, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E139.json index ebbe8bc866..701e2e0945 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E139.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:11.606607Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.99979166666665, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E140.json index 350c6d9a0d..4af03945f2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E140.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:11.667744Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.99979166666665, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E156.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E156.json index 52cd410c97..6a43dcf0cc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E156.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E156.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:11.949731Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 155.99979166666665, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E156.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E156.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E157.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E157.json index e2f246ef8f..bfeb24ed49 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E157.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E157.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:12.245072Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 156.99979166666665, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E157.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E157.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E158.json index 03ebeb3a92..23c2466ffe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E158.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:12.658031Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 157.99979166666665, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E161.json index 5a59f5f7c1..c0e123623e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E161.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:13.176616Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 160.99979166666665, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E162.json index 5bd233070b..84c8206044 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E162.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:13.789878Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 161.99979166666665, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E163.json index 5c196b7a9c..6494e94d24 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57E163.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:13.992308Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 162.99979166666665, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57E163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W002.json index 679c42ec39..dd8307e627 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W002.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:14.199037Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -2.000208333333333, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W003.json index 4de3021374..9f1885b469 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W003.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:14.342921Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -3.000208333333333, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W004.json index a9b8becb0d..586f749fff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W004.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:14.765697Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -4.000208333333333, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W005.json index 50daa1b245..39370786fc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W005.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:15.190372Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -5.000208333333333, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W006.json index 6742243a83..7801f70578 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W006.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:15.561447Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -6.000208333333333, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W007.json index d7c35883cb..fa0cfc9a2c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W007.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:15.821172Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -7.000208333333333, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W008.json index 0bf3d66b04..ff09dd499e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W008.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:16.332922Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -8.000208333333333, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W009.json index 256e6bf091..61266b3516 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W009.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:16.379338Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -9.000208333333333, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W062.json index 60b9800f71..18e1131073 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W062.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:16.652798Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00020833333333, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W063.json index 445e12e240..269349615f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W063.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:16.994603Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.00020833333333, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W064.json index 2a648e12d3..3c3447eec8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W064.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:17.138918Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00020833333333, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W068.json index b5dd532e4f..e8a0446d55 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W068.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:17.298243Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00020833333333, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W077.json index 3c233a1b9c..93f1b1fa9a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W077.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:17.469014Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00020833333333, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W078.json index c18c924321..29e39386a4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W078.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:17.631124Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00020833333333, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W079.json index d7c2d83e23..0eb1209d4d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W079.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:17.822440Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00020833333333, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W080.json index c01bb19b40..c11ef2ee67 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W080.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:17.927498Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00020833333333, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W090.json index 53c26c6407..d23c916b32 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W090.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:17.976001Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00020833333333, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W091.json index d8b93db39b..a31af68415 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W091.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:18.504616Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00020833333333, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W092.json index 2a0a5049de..9c9b12333a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W092.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:19.010375Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00020833333333, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W093.json index ee07f07085..d315e2370b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W093.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:20.085166Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -93.00020833333333, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W094.json index 09fb0523e5..b79295207e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W094.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:20.293818Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -94.00020833333333, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W133.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W133.json index de7f23b2c1..b3f603492d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W133.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W133.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:20.462272Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -133.00020833333335, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W133.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W133.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W134.json index 94c9ac9fac..7101132bef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W134.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:20.773493Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -134.00020833333335, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W135.json index a359b964e2..c2f9a0f840 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W135.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:21.092558Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -135.00020833333335, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W136.json index 60230b0009..062cb93dac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W136.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:21.524910Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -136.00020833333335, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W137.json index 802f5d04a6..cae1de8ef4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W137.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:21.685865Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -137.00020833333335, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W153.json index 728a669822..7d9f87127a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W153.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:22.092595Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -153.00020833333335, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W154.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W154.json index 79ae6828f8..0a2835e30d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W154.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W154.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:22.543163Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -154.00020833333335, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W154.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W154.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W155.json index d2bb21ed98..5a5444ed52 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W155.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:22.694610Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -155.00020833333335, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W156.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W156.json index 9ec501717d..e870530f42 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W156.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W156.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:23.052140Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -156.00020833333335, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W156.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W156.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W157.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W157.json index 7bc79dc70c..bebc307af5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W157.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W157.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:23.675362Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -157.00020833333335, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W157.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W157.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W158.json index cf9a8338e6..f21f8e24a3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W158.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:25.571241Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -158.00020833333335, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W159.json index b078fdbaff..e8344ef53f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W159.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:26.028580Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -159.00020833333335, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W171.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W171.json index 6594a833b1..f772f95637 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W171.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N57W171.json @@ -41,7 +41,7 @@ 58.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:26.219882Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -171.00020833333335, 57.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W171.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N57W171.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E005.json index a2ea927e8d..170c19416d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E005.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:26.539335Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 4.999791666666667, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E006.json index 3e377037dc..e8181a504d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E006.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:26.811022Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 5.999791666666667, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E007.json index ab12806977..e41de343f8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E007.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:27.101500Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 6.999791666666667, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E008.json index 0d00e6b6f1..af1eb8ed92 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E008.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:27.425971Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 7.999791666666667, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E009.json index c49f3a4484..ea6700f5d1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E009.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:27.660116Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.999791666666667, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E010.json index bb030f9c88..28f8de1260 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E010.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:27.811535Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.999791666666667, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E011.json index 627fa24787..87269da139 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E011.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:28.455767Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.999791666666667, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E012.json index 0cb6eaa94c..4f5f1b1778 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E012.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:28.682437Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.999791666666667, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E015.json index 8aa44ab491..be6aa434f6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E015.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:29.058313Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 14.999791666666667, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E016.json index 11d46ba110..8af3af2f9e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E016.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:30.425034Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 15.999791666666667, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E017.json index 90fdcba59c..58723007ab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E017.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:31.465992Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 16.999791666666667, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E018.json index 3b21310747..eed118351f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E018.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:31.613352Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 17.999791666666667, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E019.json index ad49c7057c..c21211f560 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E019.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:31.779651Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 18.999791666666667, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E021.json index 1ae21e7ed2..1c99671de6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E021.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:32.069237Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 20.999791666666667, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E022.json index 81c8e5b87f..713d2c51b7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E022.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:34.067317Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 21.999791666666667, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E023.json index 71781e6c37..49ed34193d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E023.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:35.462308Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 22.999791666666667, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E024.json index 9fe862e5fe..9ae03d26b1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E024.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:37.704471Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 23.999791666666667, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E030.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E030.json index 22303c5bd4..2da1152ad6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E030.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E030.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:38.061309Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 29.999791666666667, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E030.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E030.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E031.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E031.json index 74d18085df..380381658d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E031.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E031.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:39.422027Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 30.999791666666667, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E031.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E031.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E140.json index c9d4f9b49c..294df59841 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E140.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:39.623836Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.99979166666665, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E141.json index b048c19174..129f1cdbe5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E141.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:39.865404Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.99979166666665, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E142.json index 69ff37cda7..0f3fc99118 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E142.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:39.912785Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.99979166666665, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E150.json index ba307ddc5d..1851956f2e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E150.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:39.954992Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.99979166666665, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E151.json index fea376f089..3ace7e98f3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E151.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:40.095178Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 150.99979166666665, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E152.json index d927e88aee..fb743ff375 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E152.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:40.157438Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.99979166666665, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E157.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E157.json index ba5ca9613d..5327c9a6b9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E157.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E157.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:40.289411Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 156.99979166666665, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E157.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E157.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E158.json index 2dc0bd9ee4..cb79415ba1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E158.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:40.414993Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 157.99979166666665, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E159.json index ee3132b6ab..06a9c13d99 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E159.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:40.817570Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 158.99979166666665, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E161.json index c52b0f7d80..711cee60c0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E161.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:41.167020Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 160.99979166666665, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E162.json index 77e146837b..df457dcb33 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E162.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:41.745298Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 161.99979166666665, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E163.json index ee9ca1783c..2582870244 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E163.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:42.044422Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 162.99979166666665, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E164.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E164.json index 23bf861249..6651ebcbe9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E164.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58E164.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:42.262287Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 163.99979166666665, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E164.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58E164.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W003.json index b661dca023..f3d7b9743b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W003.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:42.480788Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -3.000208333333333, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W004.json index 7a592e6327..778380fe99 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W004.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:42.801354Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -4.000208333333333, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W005.json index 39302abfdd..82b9834d49 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W005.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:43.033888Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -5.000208333333333, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W006.json index b276e2421f..1868130f4d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W006.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:43.245037Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -6.000208333333333, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W007.json index e48f7c9ee6..363a69e8d0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W007.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:43.551093Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -7.000208333333333, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W008.json index d51278bc1d..2309092364 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W008.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:43.613520Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -8.000208333333333, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W063.json index 0f0ad652f4..35b042c136 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W063.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:43.816636Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.00020833333333, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W064.json index 1826b8cd79..6de9306b5e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W064.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:44.050439Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00020833333333, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W065.json index 17224bf391..b7877215d7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W065.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:44.135096Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00020833333333, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W066.json index 3c181d9d84..3b75493666 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W066.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:44.378427Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00020833333333, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W067.json index 2e75e6f6ec..3b28cc5932 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W067.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:44.706471Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00020833333333, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W068.json index 1e0adfbacc..2a785669c2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W068.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:45.202772Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00020833333333, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W069.json index 78a0b74fe8..5f2a18a70d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W069.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:45.697315Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00020833333333, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W070.json index f79f5859a4..4b70b76ea4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W070.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:46.088695Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00020833333333, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W071.json index 6bcd58f8a0..890f4b3303 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W071.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:46.230245Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00020833333333, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W077.json index ad37f848a7..37e78b0bf5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W077.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:46.398620Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00020833333333, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W078.json index 3225993d59..1df31afdf9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W078.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:46.715961Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00020833333333, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W079.json index 481659ad72..44f38b9853 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W079.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:47.312226Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00020833333333, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W080.json index 150ce1c03b..523ab21f50 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W080.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:47.462270Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00020833333333, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W093.json index d7a415a2ca..b8e43b4497 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W093.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:47.702122Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -93.00020833333333, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W094.json index 6e7b95717c..9fc8608b57 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W094.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:49.043051Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -94.00020833333333, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W095.json index ae2d2cf660..d5f2638dd7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W095.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:50.128856Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -95.00020833333333, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W134.json index f1ffed99ce..cb93d6892c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W134.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:50.455938Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -134.00020833333335, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W135.json index e4fbff236f..759b5bdcb0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W135.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:50.875861Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -135.00020833333335, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W136.json index add4ab1a65..6fbea85e90 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W136.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:51.353558Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -136.00020833333335, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W137.json index 3ad1419a77..dd8d10d5af 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W137.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:51.838596Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -137.00020833333335, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W138.json index 2197e9a6fc..c554b229dd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W138.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:51.962501Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -138.00020833333335, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W139.json index 2cf25e688f..2ccccb8cb2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W139.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:52.012209Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -139.00020833333335, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W152.json index 72395a0bf7..0f84402f9d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W152.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:52.161291Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -152.00020833333335, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W153.json index d48912177a..f76ffc841d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W153.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:52.504888Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -153.00020833333335, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W154.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W154.json index 062fc33895..54c2c4d631 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W154.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W154.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:52.873210Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -154.00020833333335, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W154.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W154.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W155.json index b40c649dd2..eeb5f46b1c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W155.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:53.210445Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -155.00020833333335, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W156.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W156.json index 5b2f679139..159a4bf80e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W156.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W156.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:53.502080Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -156.00020833333335, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W156.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W156.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W157.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W157.json index 99814f6297..ec34d00940 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W157.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W157.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:54.617457Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -157.00020833333335, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W157.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W157.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W158.json index bd34d5348b..44ad40c3bd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W158.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:56.165958Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -158.00020833333335, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W159.json index 9bb5f4638f..41b6b7b8ef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W159.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:57.639272Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -159.00020833333335, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W160.json index 02b3b30dd4..e5aed8d3b8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W160.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:58.696546Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -160.00020833333335, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W161.json index 2b301b8be7..506aac5e7d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W161.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:59.017362Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -161.00020833333335, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W162.json index 41419a3941..b5daca4a6a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W162.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:59.338674Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -162.00020833333335, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W163.json index 835ab6277e..b57bad990f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N58W163.json @@ -41,7 +41,7 @@ 59.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:59.384444Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -163.00020833333335, 58.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N58W163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E004.json index 7f33672736..08b2827762 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E004.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:14:59.535657Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 3.999791666666667, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E005.json index bf5c3d9420..38339fe2f3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E005.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:00.265838Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 4.999791666666667, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E006.json index 69476d8a3d..483e04ff14 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E006.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:00.406994Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 5.999791666666667, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E009.json index 2acd79a9fa..7826938ab7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E009.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:00.807548Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.999791666666667, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E010.json index 6cfd73025f..69021baaa0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E010.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:01.449236Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.999791666666667, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E011.json index 0b248c9cfe..2907091d79 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E011.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:01.804620Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.999791666666667, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E015.json index 8b926e45e0..b995979c0f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E015.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:02.322290Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 14.999791666666667, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E016.json index 9278ba8385..5016a97f18 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E016.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:03.361712Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 15.999791666666667, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E017.json index af9a3da074..51ec154c0b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E017.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:05.839888Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 16.999791666666667, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E018.json index f95c4971f0..b46a39ac4d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E018.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:07.923182Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 17.999791666666667, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E019.json index 3c4e1fb301..46d70e0b30 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E019.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:08.163560Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 18.999791666666667, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E020.json index 7590f5ebf8..e4f7aaeb6a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E020.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:08.270088Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 19.999791666666667, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E021.json index 8919124f15..e92af8f934 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E021.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:08.479521Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 20.999791666666667, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E022.json index c06451d1fb..7bbcfd4a2d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E022.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:08.797983Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 21.999791666666667, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E023.json index 63eae8ffd9..7dab1c6435 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E023.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:09.704743Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 22.999791666666667, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E024.json index 37bb18326a..c019d7065e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E024.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:10.248135Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 23.999791666666667, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E025.json index a0863c07ae..76a1232c4d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E025.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:10.530532Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 24.999791666666667, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E026.json index d2e59d9387..f90950e84a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E026.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:10.743434Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 25.999791666666667, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E027.json index c1824724dc..c9a3d2aeb6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E027.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:11.054187Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 26.999791666666667, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E028.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E028.json index e5fcf88349..5e0efb6d8d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E028.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E028.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:11.982360Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 27.999791666666667, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E028.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E028.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E029.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E029.json index 6e040dba23..7594e90474 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E029.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E029.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:12.394952Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 28.999791666666667, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E029.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E029.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E030.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E030.json index c677f3208c..762d42ce6c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E030.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E030.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:13.499838Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 29.999791666666667, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E030.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E030.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E031.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E031.json index 74f75c3c3a..aa65737c23 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E031.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E031.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:14.534107Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 30.999791666666667, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E031.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E031.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E032.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E032.json index 5f03d35b76..72809144e1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E032.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E032.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:15.603100Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 31.999791666666667, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E032.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E032.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E141.json index da6f9e1c61..685775a18f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E141.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:15.754968Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.99979166666665, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E142.json index 6110bb3d9b..e589e7af78 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E142.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:16.170636Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.99979166666665, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E143.json index 3bda6bc04a..8298441368 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E143.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:16.829081Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.99979166666665, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E144.json index e212895fae..6b6ad98352 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E144.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:17.147190Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 143.99979166666665, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E145.json index c93118ffc3..a7deb6b77f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E145.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:17.372854Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.99979166666665, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E146.json index 9aa209842d..7c8d522272 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E146.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:17.557966Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.99979166666665, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E147.json index 3569a917c2..8c4f996b3d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E147.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:17.716312Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 146.99979166666665, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E148.json index ced3e290bf..286465b276 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E148.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:18.180650Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 147.99979166666665, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E149.json index 83721759ae..5d107d3db8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E149.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:18.676548Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 148.99979166666665, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E150.json index 03e6a990a9..69064a8563 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E150.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:18.923590Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.99979166666665, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E151.json index 09b6505fab..51417b4f2e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E151.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:19.139008Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 150.99979166666665, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E152.json index 1a0db500be..e98c3aee14 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E152.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:19.235248Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.99979166666665, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E153.json index 5174423ebe..21de83ee98 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E153.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:19.648522Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 152.99979166666665, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E154.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E154.json index b2c015e723..db10636c29 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E154.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E154.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:20.355073Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 153.99979166666665, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E154.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E154.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E155.json index f81a39f9c7..f82e32040b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E155.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:20.508645Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 154.99979166666665, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E159.json index 49498d33d3..2c9e57471f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E159.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:20.675668Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 158.99979166666665, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E160.json index 39bbab212d..2199416e8e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E160.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:20.833868Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 159.99979166666665, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E161.json index 0189693b74..1e657d261a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E161.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:20.883218Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 160.99979166666665, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E162.json index f53dec6a46..5ddf4af442 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E162.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:21.329857Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 161.99979166666665, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E163.json index 8e73aa31cb..a71edd91ba 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E163.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:21.890371Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 162.99979166666665, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E164.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E164.json index 2927d3da3b..16b9ea786f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E164.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E164.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:22.252226Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 163.99979166666665, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E164.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E164.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E165.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E165.json index a67eb283f1..c5e9429b93 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E165.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E165.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:22.303522Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 164.99979166666665, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E165.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E165.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E166.json index 396c47a051..aeae699cb1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E166.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:22.364687Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 165.99979166666665, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E170.json index 15a69f65e3..c464876496 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59E170.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:22.405691Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 169.99979166666665, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59E170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W002.json index edec7cf965..f7101e0ef0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W002.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:22.575334Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -2.000208333333333, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W003.json index 839e5d36a6..15ce039cfa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W003.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:22.850193Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -3.000208333333333, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W004.json index 820be01d6e..86db52762c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W004.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:23.091703Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -4.000208333333333, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W005.json index a2f50b4713..780196b1a1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W005.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:23.143723Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -5.000208333333333, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W006.json index 4349a96590..1e986cefc8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W006.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:23.268049Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -6.000208333333333, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W044.json index b2e5086f4f..36aaf8017c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W044.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:23.411121Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -44.00020833333333, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W045.json index 31165ee415..c7ec73f9c6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W045.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:23.658765Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -45.00020833333333, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W046.json index 97d285e41c..1e2a761a5c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W046.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:23.823192Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -46.00020833333333, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W064.json index a341761077..e93251ec96 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W064.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:24.011030Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00020833333333, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W065.json index 505df673cb..4a6f3182ea 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W065.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:24.403098Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00020833333333, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W066.json index a256e96be6..6c19cef3f7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W066.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:24.989925Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00020833333333, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W067.json index 3ba0a645d9..96a145ad1a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W067.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:25.057791Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00020833333333, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W069.json index 8af2bfed79..cb0fbd7fc0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W069.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:25.225675Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00020833333333, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W070.json index 394988377f..e6cf569e74 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W070.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:25.947596Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00020833333333, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W071.json index 78e479739c..8cdd4d2286 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W071.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:26.062289Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00020833333333, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W078.json index 5e41f5f200..6a5f2556ab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W078.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:27.347408Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00020833333333, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W079.json index 24af7ea66e..3bcef9ce61 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W079.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:27.620251Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00020833333333, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W080.json index fc5010baea..490e61b17d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W080.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:27.675801Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00020833333333, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W081.json index acee7c2c29..803dc9ecba 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W081.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:27.901386Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00020833333333, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W095.json index e35d284cc1..10e2987479 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W095.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:28.628104Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -95.00020833333333, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W136.json index 11349fc617..aa677d2f9d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W136.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:28.902349Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -136.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W137.json index f36c91d6b9..939c6bdca8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W137.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:29.059217Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -137.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W138.json index 14e4055d67..3af4ffefd1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W138.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:29.111073Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -138.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W139.json index 8e3b224b5a..6cc362db7e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W139.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:29.453044Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -139.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W140.json index 10c691a440..a3777ba6b2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W140.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:30.179004Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -140.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W141.json index 2ab2e09848..7236220cdf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W141.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:30.469536Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -141.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W142.json index ae2659df2c..cacce9899d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W142.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:30.712137Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -142.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W144.json index 156d0ac1af..a47efb1caf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W144.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:30.766716Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -144.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W145.json index bad7c7459c..06d6e56821 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W145.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:30.828567Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -145.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W147.json index 7153978c1b..d74b9dd39b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W147.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:30.982385Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -147.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W148.json index 5bf28d6e52..606097fb90 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W148.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:31.176467Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -148.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W149.json index 7dc4d556fe..3f1ab53425 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W149.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:31.251051Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -149.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W150.json index c1d067d941..2b7bef5fb7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W150.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:31.361742Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -150.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W151.json index 3fec769cb2..9975e3a8e2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W151.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:31.708184Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -151.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W152.json index 0ad9b50904..efe3a99dd5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W152.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:31.910112Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -152.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W153.json index 53f1cc9d3b..e330920784 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W153.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:32.078844Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -153.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W154.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W154.json index 3fbd9ee2a5..1047ee487c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W154.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W154.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:32.404117Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -154.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W154.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W154.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W155.json index d7a605c2f3..0a87c888f7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W155.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:32.850416Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -155.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W156.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W156.json index 915721540b..4719226a80 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W156.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W156.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:33.103642Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -156.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W156.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W156.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W157.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W157.json index cb99f7f0f7..8340811723 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W157.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W157.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:33.950391Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -157.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W157.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W157.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W158.json index c7a8df698a..9f5423a748 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W158.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:34.364028Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -158.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W159.json index 9cdc01d61a..0f531f2874 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W159.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:35.043962Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -159.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W160.json index f918bb0322..a03390d197 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W160.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:35.434929Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -160.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W161.json index cc8e060b9d..f7b98db2dd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W161.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:35.758414Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -161.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W162.json index 86975369a0..5d5e511f72 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W162.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:36.759436Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -162.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W163.json index 38e775cdaa..5c4d305bce 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W163.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:37.028278Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -163.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W164.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W164.json index 42a55fa50e..332a08fb57 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W164.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W164.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:37.788853Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -164.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W164.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W164.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W165.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W165.json index 07a0d89db4..20aa681cb3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W165.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W165.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:38.029854Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -165.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W165.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W165.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W166.json index b805dac2d1..82e5b1653c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W166.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:38.167089Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -166.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W167.json index a4ee128272..595d32d75b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W167.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:38.512132Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -167.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W168.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W168.json index 4c113c6dee..15607b0c83 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W168.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N59W168.json @@ -41,7 +41,7 @@ 60.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:38.560857Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -168.00020833333335, 59.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W168.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N59W168.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E004.json index 616e974448..01fbc1ebd0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E004.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:38.834985Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 3.999722222222222, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E005.json index b8ee6daf2a..ecdf02862a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E005.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:39.361934Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 4.999722222222222, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E006.json index bbe84875af..908538332b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E006.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:39.569387Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 5.999722222222222, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E007.json index eb666fb019..7fa55cc38b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E007.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:39.637932Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 6.999722222222222, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E017.json index 5b83c8d272..4ca5b8445d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E017.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:40.276115Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 16.99972222222222, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E018.json index 8a67259254..a024d08c08 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E018.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:41.190586Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 17.99972222222222, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E019.json index 7e0dc9a3ec..7edea333ed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E019.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:41.655940Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 18.99972222222222, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E020.json index 3367376601..ffdb3dc065 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E020.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:42.219002Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 19.99972222222222, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E021.json index 589c368116..3d9e661ccb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E021.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:43.398615Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 20.99972222222222, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E022.json index e8238d686b..3a42d2d4a7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E022.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:44.362337Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 21.99972222222222, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E023.json index 1a88fac6fe..30db350639 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E023.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:44.831299Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 22.99972222222222, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E024.json index 52b41183f4..eec9f1d1a2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E024.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:45.343757Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 23.99972222222222, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E025.json index 39591d1062..5b35fc5f7f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E025.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:46.008518Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 24.99972222222222, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E026.json index 407d5c3549..a68240e0cb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E026.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:46.880984Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 25.99972222222222, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E027.json index 7b2912ee26..cd90de951d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E027.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:47.453282Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 26.99972222222222, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E028.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E028.json index a89fe8ff8e..71ce66da7f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E028.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E028.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:48.495522Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 27.99972222222222, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E028.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E028.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E029.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E029.json index 188840824b..0780e89514 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E029.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E029.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:49.576790Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 28.99972222222222, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E029.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E029.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E030.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E030.json index 34ccc2d6ac..000b27d69e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E030.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E030.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:50.416722Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 29.99972222222222, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E030.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E030.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E031.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E031.json index b6cca278cc..54391ab3e5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E031.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E031.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:50.896154Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 30.99972222222222, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E031.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E031.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E032.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E032.json index 785033321b..d1226e9ecd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E032.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E032.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:51.761872Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 31.99972222222222, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E032.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E032.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E033.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E033.json index 88a39aad49..9081542038 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E033.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E033.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:52.789400Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 32.999722222222225, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E033.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E033.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E068.json index 29befd399c..8aef92cf16 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E068.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:53.386696Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 67.99972222222222, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E069.json index f5c5ec831e..cc063e883c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E069.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:54.863008Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 68.99972222222222, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E154.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E154.json index d2c5be11ec..a2e2bff265 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E154.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E154.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:55.110073Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 153.99972222222223, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E154.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E154.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E155.json index 5321d35864..fc818de2e1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E155.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:55.302106Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 154.99972222222223, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E156.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E156.json index ec3df3e3a6..a7a7cbfab5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E156.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E156.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:55.344796Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 155.99972222222223, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E156.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E156.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E159.json index 1a307bd870..fc6bdd202b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E159.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:55.387532Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 158.99972222222223, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E160.json index f0f348dd20..49354faba3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E160.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:55.485335Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 159.99972222222223, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E161.json index 3c25858dd5..020cc9c867 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E161.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:55.644714Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 160.99972222222223, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E162.json index fe6f91a9b0..bb7bc1c8fa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E162.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:55.793636Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 161.99972222222223, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E163.json index ff2224ece9..dc501a62b6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E163.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:56.227031Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 162.99972222222223, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E164.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E164.json index 3c5f42d306..af88eb9709 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E164.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E164.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:56.505272Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 163.99972222222223, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E164.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E164.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E165.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E165.json index e9dad4fa0b..c7a7d22453 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E165.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E165.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:56.936521Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 164.99972222222223, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E165.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E165.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E166.json index 3528e3615a..c07dd130cc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E166.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:57.380731Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 165.99972222222223, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E167.json index ffd760a479..dd6a4a2dfb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E167.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:57.503085Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 166.99972222222223, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E168.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E168.json index 27cf1c9250..25aa89bbe8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E168.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E168.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:57.768374Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 167.99972222222223, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E168.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E168.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E169.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E169.json index 5cec79bfa4..0e8a819392 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E169.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E169.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:58.268261Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 168.99972222222223, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E169.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E169.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E170.json index 11424eaed0..ce7ba5300e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E170.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:58.560810Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 169.99972222222223, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E171.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E171.json index 229bd7b323..275bedd1ef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E171.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E171.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:58.795668Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 170.99972222222223, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E171.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E171.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E172.json index 95183fd837..16a533c93a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60E172.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:58.849433Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 171.99972222222223, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60E172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W001.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W001.json index 80f9700ec0..e659fe55a3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W001.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W001.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:59.084714Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -1.0002777777777778, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W001.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W001.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W002.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W002.json index 19d19b7406..fc1c7caa69 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W002.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W002.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:59.566251Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -2.000277777777778, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W002.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W002.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W003.json index 6fafac1808..31b403be98 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W003.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:59.606298Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -3.000277777777778, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W043.json index 6291859cd0..3eda4b94df 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W043.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:15:59.701773Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -43.000277777777775, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W044.json index 23db90af41..db344804aa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W044.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:00.117405Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -44.000277777777775, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W045.json index 77a885210c..00f2e42c7c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W045.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:00.411552Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -45.000277777777775, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W046.json index 12b8ccb1be..40b3995770 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W046.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:00.851978Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -46.000277777777775, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W047.json index e3f0191a40..736465de4b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W047.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:01.189281Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -47.000277777777775, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W048.json index 1c25ab96d1..baf7fd7fa2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W048.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:01.666471Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -48.000277777777775, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W049.json index 3e56678a29..00015b5372 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W049.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:01.777319Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -49.000277777777775, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W065.json index 59e78275ab..a5a0121bdd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W065.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:02.243353Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00027777777778, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W066.json index 2b995023c7..0c1460a344 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W066.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:02.303474Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00027777777778, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W068.json index 5d7f62ddc0..7ef7a7f62f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W068.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:02.455584Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00027777777778, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W069.json index 9a491f2544..769fcf4135 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W069.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:02.509041Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00027777777778, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W070.json index 7a356199d1..af75383eb4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W070.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:02.973393Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00027777777778, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W071.json index aa64b9a135..4c0f1eff6c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W071.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:03.171599Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00027777777778, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W072.json index 5187d3b512..7a800fc2e4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W072.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:03.294844Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00027777777778, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W077.json index 9be6ffb9c2..5ccfadc2fe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W077.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:03.513560Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00027777777778, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W078.json index ea001a35e0..72f4b4e80a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W078.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:04.318031Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00027777777778, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W079.json index 50ea9e7587..0bccde8bb2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W079.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:04.535880Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00027777777778, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W095.json index 0e6b766029..17ea4ed0e7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W095.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:05.349835Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -95.00027777777778, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W140.json index f10c82444c..ea7b6d895a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W140.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:05.394733Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -140.00027777777777, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W142.json index f9d134b631..085f53a446 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W142.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:05.464272Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -142.00027777777777, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W143.json index e178ae8a9f..7c50529a54 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W143.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:05.810321Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -143.00027777777777, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W144.json index c8675efa1d..1fae53c5bb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W144.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:06.318470Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -144.00027777777777, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W145.json index da2ffbfe10..297d5b3334 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W145.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:06.974633Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -145.00027777777777, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W146.json index 317e9e5bf8..d1ad5f6ea2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W146.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:07.475133Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -146.00027777777777, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W147.json index 358ffcabce..e37e3dd72c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W147.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:07.875573Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -147.00027777777777, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W148.json index 451c36ff24..72e3f1c986 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W148.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:08.213856Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -148.00027777777777, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W149.json index 4cd5d5b20a..8290835f09 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W149.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:08.537939Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -149.00027777777777, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W150.json index 68f1cab3ab..db1aa8172c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W150.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:08.773312Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -150.00027777777777, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W151.json index 0e9c87052c..06601588e9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W151.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:08.994063Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -151.00027777777777, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W152.json index 9cb5ba706a..d941e59916 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W152.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:09.644913Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -152.00027777777777, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W153.json index 647348c2ba..b0f3412d4f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W153.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:10.164989Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -153.00027777777777, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W154.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W154.json index 78bae125a0..20da734f8a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W154.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W154.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:10.317076Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -154.00027777777777, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W154.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W154.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W161.json index ddefb3b588..6738ede264 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W161.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:10.868971Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -161.00027777777777, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W162.json index af8818c557..5f6893fbc4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W162.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:13.136971Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -162.00027777777777, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W163.json index 9f6a1975fe..b88f3093a6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W163.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:16.493114Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -163.00027777777777, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W164.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W164.json index d13b3374eb..6bcdba9a86 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W164.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W164.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:19.653801Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -164.00027777777777, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W164.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W164.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W165.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W165.json index 2cc9ebd6b9..6b86ad5bb7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W165.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W165.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:21.647922Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -165.00027777777777, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W165.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W165.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W166.json index fb6b010d54..c8c90328a5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W166.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:22.061577Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -166.00027777777777, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W167.json index fed173b133..79b5c72991 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W167.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:22.228236Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -167.00027777777777, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W168.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W168.json index 9a8a639301..c195d0c13e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W168.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W168.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:22.380124Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -168.00027777777777, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W168.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W168.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W173.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W173.json index adf30ac863..0984ae3848 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W173.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W173.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:22.587331Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -173.00027777777777, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W173.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W173.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W174.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W174.json index 580b0a08aa..686b55980a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W174.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N60W174.json @@ -41,7 +41,7 @@ 61.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:22.635283Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -174.00027777777777, 60.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W174.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N60W174.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E004.json index 9b7d28ae67..6dff5d046e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E004.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:22.889470Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 3.999722222222222, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E005.json index 2b0b88dce1..668edd32e8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E005.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:23.254566Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 4.999722222222222, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E006.json index 4950296eab..de759e34c0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E006.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:23.467756Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 5.999722222222222, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E007.json index e43b9b82c0..4fe376f1cb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E007.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:23.662858Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 6.999722222222222, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E016.json index c18442798a..409200511c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E016.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:23.759192Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 15.999722222222223, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E017.json index f7386f674d..9cf0a84002 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E017.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:24.216035Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 16.99972222222222, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E020.json index 3a326644cf..159e610f0a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E020.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:24.267257Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 19.99972222222222, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E021.json index ae9943e16e..95263d753e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E021.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:25.093717Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 20.99972222222222, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E029.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E029.json index 62577031f7..d3b886bb0b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E029.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E029.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:25.559739Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 28.99972222222222, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E029.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E029.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E030.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E030.json index b22ea42932..f660533d58 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E030.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E030.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:26.103544Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 29.99972222222222, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E030.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E030.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E031.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E031.json index 30769bf7e4..968e2ddcca 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E031.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E031.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:26.418114Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 30.99972222222222, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E031.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E031.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E032.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E032.json index fc411ab202..a6570856db 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E032.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E032.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:26.817601Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 31.99972222222222, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E032.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E032.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E066.json index 8a02e63cbc..13f2afa5e4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E066.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:27.089468Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 65.99972222222222, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E067.json index 57b5fcd48c..a55e33c6c9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E067.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:28.410163Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 66.99972222222222, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E068.json index e21cd2079f..b81160ee7a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E068.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:29.241418Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 67.99972222222222, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E069.json index b5d39a35e3..93d7f81259 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E069.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:30.119119Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 68.99972222222222, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E070.json index 32bfe3ca37..ff1dfa8949 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E070.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:31.172144Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 69.99972222222222, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E071.json index fd629392c7..debedcd4b2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E071.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:32.149051Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 70.99972222222222, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E072.json index c39f8e9e10..5c22b43d31 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E072.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:32.878118Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 71.99972222222222, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E156.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E156.json index 2032388b45..7840b7fa6e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E156.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E156.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:33.083159Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 155.99972222222223, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E156.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E156.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E157.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E157.json index 591a2fe729..9177b1b4d9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E157.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E157.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:33.194842Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 156.99972222222223, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E157.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E157.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E158.json index 8c2b411722..57fee43312 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E158.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:33.392262Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 157.99972222222223, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E159.json index 11c10a7dcf..ac5d85fb44 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E159.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:33.593053Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 158.99972222222223, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E160.json index f8deb07436..7548797574 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E160.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:33.718031Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 159.99972222222223, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E161.json index aac2488dff..3c38995fe9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E161.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:33.798646Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 160.99972222222223, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E162.json index 7255bc3c3b..14b85b840a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E162.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:34.117745Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 161.99972222222223, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E163.json index b0bb4604a6..197d40bf5e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E163.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:34.238372Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 162.99972222222223, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E164.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E164.json index 0f11ede157..245feba8cd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E164.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E164.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:34.444533Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 163.99972222222223, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E164.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E164.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E171.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E171.json index 3928e9c13d..d50b29c632 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E171.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E171.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:34.496929Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 170.99972222222223, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E171.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E171.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E172.json index 523a4bd6f0..2483a9e79d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E172.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:34.841385Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 171.99972222222223, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E173.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E173.json index 562f6079a9..d5add7d0d4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E173.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E173.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:35.262228Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 172.99972222222223, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E173.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E173.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E174.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E174.json index 2170d75765..06515b8c94 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E174.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E174.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:35.521197Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 173.99972222222223, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E174.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E174.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E175.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E175.json index f7cfcfb5c9..d1d162cc97 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E175.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61E175.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:35.671114Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 174.99972222222223, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E175.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61E175.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W007.json index 95a0c887c3..43d5e0c830 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W007.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:35.803824Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -7.000277777777778, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W008.json index c0b39d9643..373c1156ef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W008.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:35.856686Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -8.000277777777777, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W043.json index bd9104fa26..5bcbe274a3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W043.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:36.098504Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -43.000277777777775, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W044.json index ffbc025a7a..f38fd9e4aa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W044.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:36.233684Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -44.000277777777775, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W046.json index e1915d292c..b3533ca7a3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W046.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:36.338807Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -46.000277777777775, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W047.json index c6eb72ea55..d5010d06ce 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W047.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:36.523884Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -47.000277777777775, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W048.json index 4a9b48573b..df33980a28 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W048.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:36.726943Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -48.000277777777775, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W049.json index 3ea4072590..b74f695ccc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W049.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:36.922126Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -49.000277777777775, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W050.json index 876a5cf9d0..1fba59b18d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W050.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:37.327624Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -50.000277777777775, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W065.json index faecd8729c..d86468c3c8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W065.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:37.620421Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00027777777778, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W066.json index e171a29fff..af41e9f47e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W066.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:37.853033Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00027777777778, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W067.json index 1acdf97ea7..bd8f00f5a1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W067.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:37.945653Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00027777777778, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W070.json index 2e0017a708..647ad74319 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W070.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:38.113700Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00027777777778, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W071.json index e7ff8cb85e..0683f74976 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W071.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:38.288979Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00027777777778, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W072.json index 2c7674511a..656422a339 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W072.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:38.461209Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00027777777778, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W073.json index c7b54b9bf0..c6f6804a04 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W073.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:38.691017Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00027777777778, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W078.json index 49f8a0bb12..c8203956f1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W078.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:39.464684Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00027777777778, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W079.json index 97d39be571..a4b2632c64 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W079.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:39.557121Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00027777777778, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W080.json index 17dc344d69..e03176b6ab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W080.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:39.972646Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00027777777778, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W081.json index 56dc58fe2d..9aae00e60b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W081.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:40.229729Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00027777777778, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W093.json index 157bb18f48..ee3c1d8768 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W093.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:40.388319Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -93.00027777777778, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W094.json index 7b4eae6ef8..33a7299db9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W094.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:41.127366Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -94.00027777777778, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W095.json index ca05cc6436..f05efe4cb6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W095.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:42.170349Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -95.00027777777778, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W096.json index c25acee5a7..cc0aab737d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W096.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:42.503603Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -96.00027777777778, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W146.json index d90cb29d13..8809772110 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W146.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:42.559576Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -146.00027777777777, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W147.json index 727534267a..25a7c14f84 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W147.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:42.667439Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -147.00027777777777, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W148.json index 3e796af5ac..073686a5c3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W148.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:43.004348Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -148.00027777777777, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W149.json index b64ce0c36a..0b659f288e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W149.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:43.157025Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -149.00027777777777, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W150.json index 731bed68de..33e6c7c98d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W150.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:43.620155Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -150.00027777777777, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W151.json index 40ef4b427d..fa670809ea 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W151.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:44.634751Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -151.00027777777777, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W152.json index 8c8dd41e2a..335d50192c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W152.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:44.958476Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -152.00027777777777, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W160.json index 72032d1263..9e61a2a5f5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W160.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:45.733827Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -160.00027777777777, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W161.json index ae6677c063..fb73fcd2b1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W161.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:47.839776Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -161.00027777777777, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W162.json index f61e6d4e33..3132af4947 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W162.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:50.053406Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -162.00027777777777, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W163.json index 08d468792a..11b6c2a4ad 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W163.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:52.098724Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -163.00027777777777, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W164.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W164.json index 56b8c229d6..ce42c1aaab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W164.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W164.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:54.698669Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -164.00027777777777, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W164.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W164.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W165.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W165.json index 456abbe1dc..606f5e2075 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W165.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W165.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:57.217864Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -165.00027777777777, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W165.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W165.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W166.json index ab284c3757..8c8a166139 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W166.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:59.099906Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -166.00027777777777, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W167.json index 8b531fd46d..b7383acfb9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N61W167.json @@ -41,7 +41,7 @@ 62.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:59.298698Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -167.00027777777777, 61.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N61W167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E004.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E004.json index 79eb27e33e..9aca7750e2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E004.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E004.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:59.342045Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 3.999722222222222, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E004.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E004.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E005.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E005.json index cbb1db65e1..631d122b1b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E005.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E005.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:59.591972Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 4.999722222222222, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E005.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E005.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E006.json index 587a59ff4b..69c34c402a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E006.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:16:59.948299Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 5.999722222222222, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E007.json index 9515933efa..8a96217ae1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E007.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:00.313798Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 6.999722222222222, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E008.json index 2a10f48989..70ae77c807 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E008.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:00.471528Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 7.999722222222222, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E017.json index 4e3b277ee8..dd60e55718 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E017.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:00.900622Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 16.99972222222222, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E018.json index b11da417c2..039caa5e82 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E018.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:01.166090Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 17.99972222222222, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E020.json index 327144090e..a43f007f09 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E020.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:01.217844Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 19.99972222222222, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E021.json index c7091246b9..940a35c0d9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E021.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:02.471928Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 20.99972222222222, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E022.json index 824517fb03..88ddb1236d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E022.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:02.786178Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 21.99972222222222, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E040.json index da786eb9e2..1a17039d3e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E040.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:02.935234Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.999722222222225, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E042.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E042.json index 0ce86f2951..5fc673d1e9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E042.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E042.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:03.588155Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 41.999722222222225, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E042.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E042.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E043.json index 805a9972c7..9fac1af646 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E043.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:04.168336Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 42.999722222222225, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E044.json index 1ad0d1833c..5a1ea567ed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E044.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:04.395626Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 43.999722222222225, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E061.json index 2e3534db43..36355f83e3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E061.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:04.714476Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 60.999722222222225, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E063.json index 3186ce8867..c4fa8412ff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E063.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:04.931467Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 62.999722222222225, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E064.json index da1dd13b7d..c582108f05 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E064.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:05.875178Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 63.999722222222225, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E065.json index 73e87431c6..40625a8822 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E065.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:06.783123Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 64.99972222222222, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E066.json index 1cb1f05256..dfd424be8a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E066.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:07.509175Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 65.99972222222222, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E067.json index de3c776bcb..72da26538f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E067.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:07.770708Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 66.99972222222222, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E160.json index b07586d444..423c35d11a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E160.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:07.984852Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 159.99972222222223, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E163.json index 26ac845bbd..92d4890d1b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E163.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:08.343222Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 162.99972222222223, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E164.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E164.json index 96773995f0..ec25ed487a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E164.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E164.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:08.530922Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 163.99972222222223, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E164.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E164.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E165.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E165.json index 27b1d48d5a..c4a79969c9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E165.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E165.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:08.869500Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 164.99972222222223, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E165.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E165.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E166.json index 38e8617736..f505b3cd55 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E166.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:09.248294Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 165.99972222222223, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E167.json index 30ef36e03f..d9a7c645e1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E167.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:09.403276Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 166.99972222222223, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E174.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E174.json index 002623074d..fdbd526e72 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E174.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E174.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:09.638897Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 173.99972222222223, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E174.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E174.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E175.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E175.json index f79bb69e04..d2a6ff8d5a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E175.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E175.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:10.116382Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 174.99972222222223, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E175.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E175.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E176.json index 6898169579..510c807cd6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E176.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:10.399797Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 175.99972222222223, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E177.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E177.json index e690748b1d..5d4b24f6da 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E177.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E177.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:10.800031Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 176.99972222222223, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E177.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E177.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E178.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E178.json index 978241499a..47dd632d84 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E178.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E178.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:10.994981Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 177.99972222222223, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E178.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E178.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E179.json index 2933e71039..9ff960ee14 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62E179.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:11.383788Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 178.99972222222223, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62E179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W007.json index 7d1b65dcad..8134cd6d50 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W007.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:11.496738Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -7.000277777777778, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W008.json index 3d148eccab..d728e1422f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W008.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:11.650034Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -8.000277777777777, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W042.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W042.json index 2b7371af84..b5918086af 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W042.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W042.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:11.855771Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -42.000277777777775, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W042.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W042.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W043.json index 962406ef48..ef25daedac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W043.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:12.038775Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -43.000277777777775, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W044.json index 908e1bbee7..a1f6fc8159 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W044.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:12.191180Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -44.000277777777775, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W049.json index 1e67338f61..44575d7666 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W049.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:12.258912Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -49.000277777777775, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W050.json index 43cceca7ad..b3ef23ec92 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W050.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:12.524611Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -50.000277777777775, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W051.json index 85270d9b2d..735a01dc46 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W051.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:12.930385Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -51.000277777777775, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W065.json index 5e9e72878e..d427cf4392 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W065.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:13.111944Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00027777777778, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W066.json index d59cfa1b00..39f94c3e21 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W066.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:13.467114Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00027777777778, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W067.json index f7699dafbf..1797760ad3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W067.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:13.758591Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00027777777778, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W068.json index b64eeebe69..51596765a2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W068.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:13.993686Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00027777777778, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W069.json index aa2d0d38a1..5eef8b7659 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W069.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:14.144720Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00027777777778, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W070.json index 8f297982ee..6b9761a0c6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W070.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:14.519420Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00027777777778, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W071.json index 1b862476eb..f47b147687 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W071.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:14.700049Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00027777777778, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W072.json index 8e89f9acb1..580ce11797 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W072.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:15.012916Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00027777777778, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W073.json index e610a36257..1fed170a3e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W073.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:15.195749Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00027777777778, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W074.json index 621cecca8d..7c1d055e39 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W074.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:15.535760Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00027777777778, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W075.json index 83db6f094a..50959f98a5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W075.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:15.729005Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00027777777778, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W076.json index 15f782b43c..f0044fde8c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W076.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:15.918866Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00027777777778, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W077.json index db07b672c2..a1a1bbcb6d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W077.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:16.098822Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00027777777778, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W078.json index fa7aca98a2..7aae5e21a6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W078.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:16.197763Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00027777777778, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W079.json index 048ed19728..18498757cd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W079.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:16.419413Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00027777777778, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W080.json index 623d24b388..109530cbf0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W080.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:16.663473Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00027777777778, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W081.json index 7dad8cac45..2ea5f34fcc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W081.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:16.791657Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00027777777778, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W082.json index 3d7d7afa08..74cbf38bde 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W082.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:16.941494Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00027777777778, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W083.json index 55e513673c..da8914967e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W083.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:17.213085Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00027777777778, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W084.json index ab77e7314c..1babb90051 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W084.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:17.796039Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00027777777778, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W091.json index 95f9294190..12b3a4b081 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W091.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:17.948805Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00027777777778, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W092.json index 538589bca1..aba6cc22ef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W092.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:18.215794Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00027777777778, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W093.json index d2b2417dc4..ae0afc3182 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W093.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:19.060949Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -93.00027777777778, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W094.json index 69a64c8369..ecc05ffb84 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W094.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:19.731839Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -94.00027777777778, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W096.json index 7bf8e701d0..dcb86eac78 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W096.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:19.829064Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -96.00027777777778, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W159.json index cfa9b97d8d..f881ececd5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W159.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:20.097528Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -159.00027777777777, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W160.json index 26cc23ae7a..95162afebf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W160.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:21.359110Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -160.00027777777777, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W161.json index a97d5f212b..5f4a812a7a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W161.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:22.009846Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -161.00027777777777, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W162.json index b9bc79ee99..d32639b167 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W162.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:22.430383Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -162.00027777777777, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W163.json index fc43c582e9..29a34177da 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W163.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:23.056749Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -163.00027777777777, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W164.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W164.json index 46d0236878..fb84efeacd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W164.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W164.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:24.649869Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -164.00027777777777, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W164.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W164.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W165.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W165.json index 114aed72da..9b01c868e2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W165.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W165.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:26.670467Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -165.00027777777777, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W165.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W165.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W166.json index 71a66f7a8b..8a7ac0ce1c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W166.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:27.241142Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -166.00027777777777, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W170.json index a737d41287..0eb7c8887c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N62W170.json @@ -41,7 +41,7 @@ 63.00013888888889 ], "properties": { - "created": "2024-11-22T15:17:27.402632Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -170.00027777777777, 62.000138888888884, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N62W170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E006.json index 9157b1cdbc..3605657e3d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E006.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:27.454333Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 5.999722222222222, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E007.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E007.json index cae8fdeb6a..94e0c709bf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E007.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E007.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:27.708315Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 6.999722222222222, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E007.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E007.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E008.json index 5b5e5aea92..a52be1d399 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E008.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:28.185108Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 7.999722222222222, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E009.json index 8038dfb7fe..2a225e9dfa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E009.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:28.512424Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.999722222222223, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E010.json index 255aceb8d7..0c0e41d671 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E010.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:28.769560Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.999722222222223, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E011.json index 9b8540ad38..64ca74d6e3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E011.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:28.990359Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.999722222222223, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E017.json index 329d055f68..aa663ff2f8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E017.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:29.177258Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 16.99972222222222, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E018.json index 618e2890c7..d284d1996c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E018.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:29.328799Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 17.99972222222222, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E019.json index 9c02e1f912..30d9b6fa77 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E019.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:29.674414Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 18.99972222222222, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E020.json index 0074f1b3e7..91c7b93c02 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E020.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:30.025223Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 19.99972222222222, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E021.json index 50a811d3a2..a1920de94c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E021.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:30.551199Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 20.99972222222222, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E022.json index bc341572c3..69fea08cbd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E022.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:31.414654Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 21.99972222222222, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E023.json index d48132fa7d..fb6b82f4af 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E023.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:31.890666Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 22.99972222222222, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E036.json index 6f27b1a7ec..a4040c0664 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E036.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:32.305107Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 35.999722222222225, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E037.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E037.json index 10e4fe7f5f..507a56e9ce 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E037.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E037.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:32.681264Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 36.999722222222225, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E037.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E037.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E038.json index 5d7364d820..664cf1b08a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E038.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:33.399398Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 37.999722222222225, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E039.json index 5b93952eb0..482902ff8f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E039.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:33.771925Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.999722222222225, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E040.json index a805ab0568..bc3bef566f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E040.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:33.890427Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.999722222222225, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E041.json index 52e3a9697c..f9bc80b692 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E041.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:34.957771Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 40.999722222222225, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E042.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E042.json index 478415e92d..4663d2ab8e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E042.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E042.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:35.513885Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 41.999722222222225, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E042.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E042.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E060.json index 2e2f53c2c2..1377e91baa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E060.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:35.617031Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 59.999722222222225, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E061.json index a5c946710a..d024a3e877 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E061.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:36.570639Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 60.999722222222225, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E062.json index 5a9253cc8f..cad59843d6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E062.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:36.894845Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 61.999722222222225, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E063.json index b9575e9aed..d4dbbc9ac5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E063.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:37.350714Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 62.999722222222225, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E064.json index 9ea98d5c34..18636b78da 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E064.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:38.684843Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 63.999722222222225, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E065.json index c83cc6241a..99d97f0410 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E065.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:40.746178Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 64.99972222222222, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E066.json index 460ef61597..e717901098 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E066.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:41.546388Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 65.99972222222222, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E067.json index 382c32349d..27cfab0d45 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E067.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:41.904128Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 66.99972222222222, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E087.json index b6839f4cde..585c4d06a8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E087.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:43.134065Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 86.99972222222222, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E176.json index 14cca285bc..44aec11334 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E176.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:43.435603Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 175.99972222222223, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E177.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E177.json index 181fc9d0da..b34510c3ae 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E177.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E177.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:44.433926Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 176.99972222222223, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E177.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E177.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E178.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E178.json index 501857d9c0..dda8e1cd7a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E178.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E178.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:45.285233Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 177.99972222222223, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E178.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E178.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E179.json index 49794ad586..9f93619c4b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63E179.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:45.525347Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 178.99972222222223, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63E179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W017.json index 0a4d207856..5d0e6e7ad3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W017.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:45.755769Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -17.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W018.json index e8192869d6..25c74bccf5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W018.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:46.139656Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -18.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W019.json index 32e915aec3..80bb080e31 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W019.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:46.564123Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -19.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W020.json index d8c8b9215d..fd4d64fa71 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W020.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:46.816416Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -20.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W021.json index 540d101bea..d25187cd2e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W021.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:47.328685Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -21.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W022.json index 6afbb67f23..b3bae4f494 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W022.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:47.576653Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -22.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W023.json index 90d25b4049..44dc07e889 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W023.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:47.713339Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -23.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W041.json index c306c225c8..9b3cd13246 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W041.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:47.917078Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -41.000277777777775, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W042.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W042.json index 6637d791aa..09482eb33d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W042.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W042.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:48.181867Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -42.000277777777775, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W042.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W042.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W043.json index 5a699771e3..80ff87fca6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W043.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:48.233048Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -43.000277777777775, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W050.json index 04c86336a2..61ac83db75 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W050.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:48.368975Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -50.000277777777775, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W051.json index 600bcc8ec2..2ebc98b7b5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W051.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:48.647464Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -51.000277777777775, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W052.json index 2943b670d1..073af6f648 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W052.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:49.078513Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -52.000277777777775, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W064.json index 59f86245df..9b376397b8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W064.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:49.132166Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W065.json index 190271a946..6f205b0aec 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W065.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:49.450890Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W066.json index 12e633214b..a3ff5de691 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W066.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:49.622031Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W067.json index 53701df8d7..549d34fc5b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W067.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:49.757351Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W068.json index 395bdccbab..b11f04dda8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W068.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:50.133534Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W069.json index e5c0d7d11d..987888c926 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W069.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:50.324353Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W070.json index 2c3ab47386..277963803b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W070.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:50.475814Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W071.json index 76329ec296..2bf533cce4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W071.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:50.531403Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W072.json index 3d52829204..e749b590a8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W072.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:50.975520Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W073.json index bb2206ff0d..445b3ef94b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W073.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:51.314287Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W074.json index b29baca4e7..7c0342b4ce 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W074.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:51.363719Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W077.json index 468bdfd97d..9601e7419e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W077.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:51.582708Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W078.json index 5b8e259f89..b3a8a5e58f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W078.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:51.858812Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W079.json index 2918bad3ff..fbeae47399 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W079.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:52.057931Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W081.json index eb74760bec..40eb6a2d94 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W081.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:52.391418Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W082.json index 40ba388a04..9a566b0043 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W082.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:52.886004Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W083.json index a91f3f39f7..57f06fd5a8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W083.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:53.610099Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W084.json index 8d6236b81d..0643c6d53e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W084.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:53.909356Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W085.json index 5c71b280b8..f13b220de0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W085.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:54.493556Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W086.json index 54423f0393..6f04169746 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W086.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:55.425595Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -86.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W087.json index c0e67ced45..fb0c3b88d6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W087.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:56.443903Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W088.json index 932f2eb79f..1557c33713 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W088.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:56.737123Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W089.json index a3d9427bcd..9f49087892 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W089.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:56.807307Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W090.json index 88b36471bc..c7335526dd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W090.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:57.100436Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W091.json index 142e7e1ce6..9d014fdc57 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W091.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:57.989972Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W092.json index 56e5929aef..5ae51edc1c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W092.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:58.406367Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W093.json index 6fb84a5599..1cd785f1b9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W093.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:59.220596Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -93.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W094.json index c17899b2a5..fccdd7d37c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W094.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:59.565760Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -94.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W095.json index ef33348d80..fee9b62b8b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W095.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:17:59.687940Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -95.00027777777778, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W158.json index 1c449822c8..5bf45ba08e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W158.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:00.107514Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -158.00027777777777, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W159.json index fdcf98efb0..a57a3cd709 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W159.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:01.031929Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -159.00027777777777, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W160.json index 3a75e8b4b0..c5d6a2e17a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W160.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:01.725748Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -160.00027777777777, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W161.json index 9f7accafc1..e0f4f40ce3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W161.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:02.060147Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -161.00027777777777, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W162.json index 72f120d1ec..cf275cd773 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W162.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:02.245592Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -162.00027777777777, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W163.json index 0bdec809b2..e0b51605a3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W163.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:02.810849Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -163.00027777777777, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W164.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W164.json index 317eebb737..d6367dc096 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W164.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W164.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:03.303481Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -164.00027777777777, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W164.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W164.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W165.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W165.json index 1f79eddd63..04ca925836 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W165.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W165.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:03.837956Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -165.00027777777777, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W165.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W165.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W169.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W169.json index e66b57c2c2..4331a218df 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W169.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W169.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:03.937059Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -169.00027777777777, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W169.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W169.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W170.json index 33e819aa35..9bb87fcede 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W170.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:04.497144Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -170.00027777777777, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W171.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W171.json index 76a006d070..cdc13519e6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W171.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W171.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:05.021832Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -171.00027777777777, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W171.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W171.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W172.json index 9f8123c390..90b20beaf2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N63W172.json @@ -41,7 +41,7 @@ 64.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:05.433475Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -172.00027777777777, 63.00013888888888, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N63W172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E008.json index caeea61fd6..6ac436e897 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E008.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:05.480265Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 7.999722222222222, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E009.json index 2a91e3e1f6..be2a8ca109 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E009.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:05.532296Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.999722222222223, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E010.json index 35ca640aef..13a4a1b19c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E010.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:05.945504Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.999722222222223, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E011.json index 7d0fdf8904..028dab6a45 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E011.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:06.496090Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.999722222222223, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E012.json index 05d967721c..4063fba971 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E012.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:06.731471Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.999722222222223, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E020.json index 7f2c387795..6edbb6ab15 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E020.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:06.952759Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 19.99972222222222, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E021.json index 5e53f4c9c4..35d3d752e9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E021.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:07.498596Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 20.99972222222222, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E022.json index 92f8aa36a5..de72918da5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E022.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:07.538767Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 21.99972222222222, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E023.json index 228f60e8eb..1c67a84abd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E023.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:08.017220Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 22.99972222222222, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E024.json index 3ec39e71cb..895b60718b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E024.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:08.658484Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 23.99972222222222, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E025.json index f5a621f4bf..9c28d6ff69 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E025.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:09.326939Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 24.99972222222222, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E034.json index 48c9b7dc39..d085cf9265 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E034.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:10.071368Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 33.999722222222225, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E035.json index b65916ef3e..9a83f5d37f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E035.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:10.686207Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.999722222222225, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E036.json index f6bbe1abee..e295db40c1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E036.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:11.200473Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 35.999722222222225, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E037.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E037.json index cfa26e0511..b1ec94235c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E037.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E037.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:11.761765Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 36.999722222222225, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E037.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E037.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E038.json index a14b47305d..8f6f2b4d3f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E038.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:12.296963Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 37.999722222222225, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E039.json index 61af695b2c..a372a4785e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E039.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:12.784756Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.999722222222225, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E040.json index 70cf66e022..15840788b9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E040.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:14.124779Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.999722222222225, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E041.json index 48dd9b58ee..91699b444c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E041.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:14.847432Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 40.999722222222225, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E042.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E042.json index b319186974..61fcd8e39a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E042.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E042.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:15.084257Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 41.999722222222225, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E042.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E042.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E043.json index fda61201e5..507dd19c77 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E043.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:15.713699Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 42.999722222222225, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E044.json index 4f11d74160..ed0a94ebdc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E044.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:15.923454Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 43.999722222222225, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E045.json index e5a9bd870a..2115996ddb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E045.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:16.133544Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 44.999722222222225, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E060.json index ea09b77044..d3409bba3e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E060.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:16.425194Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 59.999722222222225, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E061.json index 21ede0d48e..16cd6587be 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E061.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:17.206834Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 60.999722222222225, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E064.json index 811048f075..d82e125556 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E064.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:17.965746Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 63.999722222222225, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E065.json index 0b9754e458..73ceef1559 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E065.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:20.396558Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 64.99972222222222, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E066.json index bc46fc4478..db5ac6dcf5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E066.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:22.129278Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 65.99972222222222, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E067.json index 1aac008a1e..9928f0e3f5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E067.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:22.468552Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 66.99972222222222, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E077.json index 52c914414c..d256ec4a35 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E077.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:23.041520Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 76.99972222222222, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E080.json index 15ac402e68..eb4f64005a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E080.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:23.555681Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 79.99972222222222, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E081.json index bf99899343..84d18c21e0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E081.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:25.077194Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 80.99972222222222, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E082.json index 391aa58eaf..23d1af4960 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E082.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:25.419846Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 81.99972222222222, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E087.json index a8a160889e..02490bc72f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E087.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:26.100642Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 86.99972222222222, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E170.json index c3d9acf202..5377b27b52 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E170.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:27.372015Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 169.99972222222223, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E171.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E171.json index 688c6c2186..f8e5b7f386 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E171.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E171.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:28.196672Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 170.99972222222223, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E171.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E171.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E172.json index 740a834606..dc689f4756 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E172.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:28.245672Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 171.99972222222223, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E173.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E173.json index 5c7297e62d..1708fb4d69 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E173.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E173.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:29.333721Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 172.99972222222223, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E173.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E173.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E174.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E174.json index c90c0f8506..893fd4436e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E174.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E174.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:30.529732Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 173.99972222222223, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E174.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E174.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E175.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E175.json index 4455380973..8ce1731926 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E175.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E175.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:31.243286Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 174.99972222222223, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E175.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E175.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E176.json index 218f4237af..76262a225d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E176.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:34.163246Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 175.99972222222223, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E177.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E177.json index 3b2e0359af..9a5296448b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E177.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E177.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:36.348581Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 176.99972222222223, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E177.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E177.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E178.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E178.json index b989d59cd1..a4a61b3388 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E178.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E178.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:37.206272Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 177.99972222222223, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E178.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E178.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E179.json index 1554ad8f75..2638de674e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64E179.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:37.417382Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 178.99972222222223, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64E179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W014.json index 23147e47c7..700d3ea4dd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W014.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:37.498890Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -14.000277777777777, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W015.json index d38f1bf473..820502774d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W015.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:37.842128Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -15.000277777777777, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W016.json index 93ac3ba950..37d2812cc8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W016.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:38.033513Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -16.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W017.json index 02f0b4394a..71d60acb9e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W017.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:38.256583Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -17.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W022.json index 6973dfcc02..63976657d1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W022.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:38.724401Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -22.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W023.json index c8670438fa..8237cfa9c7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W023.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:39.218215Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -23.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W024.json index c638cb6dff..f0fe011352 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W024.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:39.466890Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -24.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W025.json index 5f4df3aa11..5c61dab6e7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W025.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:39.514458Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -25.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W040.json index f31267ec1b..a2e723f969 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W040.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:39.557402Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -40.000277777777775, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W041.json index 9e2a32a5bc..0af5b1a634 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W041.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:39.803837Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -41.000277777777775, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W042.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W042.json index dd1e2aecf5..d472978d80 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W042.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W042.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:39.995735Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -42.000277777777775, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W042.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W042.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W050.json index 35fd650eb5..6c70c40217 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W050.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:40.055185Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -50.000277777777775, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W051.json index 86f72f232a..333fe1be73 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W051.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:40.318098Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -51.000277777777775, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W052.json index 9064e992aa..620d32ca20 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W052.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:40.863105Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -52.000277777777775, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W053.json index b480e3c2ab..379e0c328c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W053.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:41.303791Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -53.000277777777775, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W064.json index 6d702728f6..016fc76da2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W064.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:41.360027Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W065.json index 817bc72ac0..da1c78b31b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W065.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:41.564997Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W066.json index bc7139283a..db5e7c0b37 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W066.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:41.833736Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W067.json index 7ac0073595..145f43aee1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W067.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:42.029533Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W073.json index 2263e36b49..4e1da1abbe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W073.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:42.171618Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W074.json index f4b2bf856d..7a94359e9e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W074.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:42.919560Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W075.json index bb781fe764..281e189f1e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W075.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:43.682109Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W076.json index b0f284fefc..75bc7cfabb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W076.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:44.287991Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W077.json index 1f2ca61f52..8f5685c06e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W077.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:44.530827Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W078.json index 95cf0b3fc1..1bb9465cb7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W078.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:44.766268Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W079.json index 0555772578..eb13831e26 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W079.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:44.999154Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W081.json index dd8d912ee1..2980f28814 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W081.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:45.182527Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W082.json index 9e67f529f4..7ca0296c04 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W082.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:45.373222Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W083.json index ffa4cba1d4..5838c71e80 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W083.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:45.867896Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W084.json index be3eb9503d..01b7f3c5f5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W084.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:46.074348Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W087.json index c6b0369c21..781473dae9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W087.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:46.753251Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W088.json index ef4b8568bc..3b69e5e8b6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W088.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:47.079650Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W089.json index e4216258ac..c2ca562149 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W089.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:47.380529Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W090.json index 4356b5d9eb..dbef5a657f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W090.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:47.836962Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W091.json index f8f7a21356..30bc8f6ce2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W091.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:48.007669Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W094.json index e8487c76a5..e0736c2600 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W094.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:48.325681Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -94.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W095.json index 0e8da34450..fa0179976b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W095.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:48.537132Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -95.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W096.json index 303398c781..d6d0895e99 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W096.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:48.884982Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -96.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W097.json index 77cef135d5..3c7d7c3cb5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W097.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:49.071752Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -97.00027777777778, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W161.json index fa44bbebb2..15f5b45118 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W161.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:49.528283Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -161.00027777777777, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W162.json index 7206ea36db..546a182994 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W162.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:50.022666Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -162.00027777777777, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W163.json index 00651f9347..283f635c7f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W163.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:50.267815Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -163.00027777777777, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W164.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W164.json index a25dbbd053..02831f2ca3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W164.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W164.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:50.786087Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -164.00027777777777, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W164.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W164.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W165.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W165.json index 87066c0037..4e373efb22 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W165.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W165.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:51.074099Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -165.00027777777777, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W165.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W165.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W166.json index c61c9f0be6..60ee03d194 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W166.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:51.319768Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -166.00027777777777, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W167.json index b0118c5ae4..bf2046794e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W167.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:51.598344Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -167.00027777777777, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W168.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W168.json index a7029cabb9..192d3afe45 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W168.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W168.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:51.646411Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -168.00027777777777, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W168.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W168.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W169.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W169.json index 7a16147dc9..de05987ea6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W169.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W169.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:51.791511Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -169.00027777777777, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W169.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W169.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W173.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W173.json index 4b63856fa3..b6a42209ed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W173.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W173.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:52.062461Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -173.00027777777777, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W173.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W173.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W174.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W174.json index 646d82983b..6bfbf40843 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W174.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W174.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:52.180932Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -174.00027777777777, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W174.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W174.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W175.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W175.json index eba38dd079..c9422d99a4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W175.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W175.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:52.533505Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -175.00027777777777, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W175.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W175.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W176.json index 639a87952a..071cb28edf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N64W176.json @@ -41,7 +41,7 @@ 65.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:52.630107Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -176.00027777777777, 64.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N64W176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E010.json index 8f21537a7b..f0b3412281 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E010.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:52.673851Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.999722222222223, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E011.json index ef5cc3d02f..5c23f39377 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E011.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:52.933595Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.999722222222223, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E012.json index 8f10ff69f9..0ec7b92a2d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E012.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:53.601199Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.999722222222223, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E013.json index 90c564aa89..ee08932531 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E013.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:53.783927Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.999722222222223, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E021.json index 3242dcb065..cee0fb832a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E021.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:54.672279Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 20.99972222222222, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E022.json index c5b31e7b34..aeed94dde8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E022.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:55.459656Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 21.99972222222222, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E023.json index 9d21c30347..40a06a37a6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E023.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:55.993516Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 22.99972222222222, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E024.json index 96c101637e..a2bb24148d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E024.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:56.723785Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 23.99972222222222, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E025.json index abc4605961..3a0a6512dc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E025.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:57.296293Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 24.99972222222222, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E034.json index 21b0c1a52a..8525126d8b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E034.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:58.310385Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 33.999722222222225, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E035.json index 25404a6b38..5a097b76f9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E035.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:58.466129Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.999722222222225, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E036.json index 6863303f84..31a9a0aee9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E036.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:58.664249Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 35.999722222222225, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E037.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E037.json index 383ef39ece..abd55390ac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E037.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E037.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:58.844349Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 36.999722222222225, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E037.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E037.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E039.json index d5878c705e..052ffe5e6f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E039.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:58.943364Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.999722222222225, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E040.json index 0f9dcc2555..88bfdc62d0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E040.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:59.339362Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.999722222222225, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E041.json index 4d0882da26..77ffc976c4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E041.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:59.459071Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 40.999722222222225, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E042.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E042.json index 4f36d67b8f..85d67aaee9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E042.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E042.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:18:59.703814Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 41.999722222222225, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E042.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E042.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E043.json index 4cc7466506..7d1d9a41c0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E043.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:01.127192Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 42.999722222222225, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E044.json index 9b494ffa18..0885336dc9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E044.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:02.003385Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 43.999722222222225, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E045.json index fe1975d245..49bd5ba1cd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E045.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:02.342346Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 44.999722222222225, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E051.json index 583e2c44bf..009570f504 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E051.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:02.662383Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.999722222222225, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E052.json index ef4cd59c95..eafc88cce2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E052.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:03.323478Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.999722222222225, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E053.json index b497f83a12..88b6b52d6b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E053.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:03.662854Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 52.999722222222225, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E054.json index 26a196b583..bcd38b4967 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E054.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:04.096859Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 53.999722222222225, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E055.json index 8fa53601bc..26322ebce4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E055.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:04.367567Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 54.999722222222225, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E064.json index 635d24d5fb..027ff40c22 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E064.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:05.479637Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 63.999722222222225, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E065.json index 0b99b09934..538222c4f9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E065.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:07.763592Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 64.99972222222222, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E066.json index ecc114bcba..84809fbccb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E066.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:09.503173Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 65.99972222222222, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E067.json index e4d67bed77..1213c4719f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E067.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:10.552543Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 66.99972222222222, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E068.json index fcec6752c8..e2af0d4322 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E068.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:11.271467Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 67.99972222222222, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E069.json index 248d3b76f4..8bcd189e11 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E069.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:11.945064Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 68.99972222222222, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E070.json index 78153f401e..661f5b2e7f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E070.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:12.255866Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 69.99972222222222, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E071.json index c52f3067f4..d2d7b681f4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E071.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:13.079866Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 70.99972222222222, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E072.json index b684c2a8c5..98e06ffe5e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E072.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:14.650018Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 71.99972222222222, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E073.json index 465468498f..f59e9beabe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E073.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:15.625509Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99972222222222, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E077.json index 145c0a60ea..e25bda915e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E077.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:16.817778Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 76.99972222222222, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E078.json index d8b7c139cc..8bc203e1c0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E078.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:17.855446Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 77.99972222222222, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E080.json index 4a1d65731f..26c8cf5031 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E080.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:18.258073Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 79.99972222222222, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E081.json index a63cca31d9..fc68277319 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E081.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:19.909024Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 80.99972222222222, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E082.json index ecaef4884f..4c1f4d6f96 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E082.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:21.235494Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 81.99972222222222, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E083.json index 52314c5176..9d9cfb038e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E083.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:21.514771Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 82.99972222222222, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E085.json index 1f322713f0..c9b875c5d6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E085.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:21.930898Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 84.99972222222222, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E086.json index 5011701c16..27ea304a68 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E086.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:22.600522Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 85.99972222222222, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E087.json index f041364ff1..e0a242b9b1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E087.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:23.997870Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 86.99972222222222, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E088.json index e70db677dd..3f0bc09c92 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E088.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:24.133447Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 87.99972222222222, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E170.json index 5794fa74b8..55f01e6bd2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E170.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:24.499031Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 169.99972222222223, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E171.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E171.json index a08b513bba..fe8948f07b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E171.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E171.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:25.554143Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 170.99972222222223, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E171.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E171.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E172.json index 3a5f649709..c24a281f25 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E172.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:26.162317Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 171.99972222222223, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E173.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E173.json index bf46063e22..a36deccf57 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E173.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E173.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:27.128723Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 172.99972222222223, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E173.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E173.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E174.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E174.json index 014c4c0d86..dea6db1ebe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E174.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E174.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:27.316834Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 173.99972222222223, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E174.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E174.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E175.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E175.json index 2fdad333d3..3539ca7ecf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E175.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E175.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:28.215922Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 174.99972222222223, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E175.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E175.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E176.json index 3fbcebfb89..669f6879e5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E176.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:28.879040Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 175.99972222222223, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E177.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E177.json index 0ddef738dd..19b6a84f07 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E177.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E177.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:29.782607Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 176.99972222222223, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E177.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E177.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E179.json index e173306249..84061383bc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65E179.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:30.073854Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 178.99972222222223, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65E179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W014.json index 8f39e318a9..ab7b5714dc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W014.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:30.257710Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -14.000277777777777, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W015.json index 179018e434..d5816df9c7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W015.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:30.472126Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -15.000277777777777, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W018.json index 2d7e7f3f01..a532700799 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W018.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:30.675860Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -18.00027777777778, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W019.json index 674aa931d8..eefc009df0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W019.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:30.886815Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -19.00027777777778, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W020.json index 0fd6f2dbd9..ab83e4b4e5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W020.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:31.124385Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -20.00027777777778, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W021.json index 8a7e437e06..3c02bf11b7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W021.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:31.373892Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -21.00027777777778, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W022.json index 771c3b4b49..c297bddc0b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W022.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:31.629128Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -22.00027777777778, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W023.json index 6cb8509cd1..5f7c4ac27c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W023.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:31.978919Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -23.00027777777778, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W024.json index c2b332e82b..71fc0c76c6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W024.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:32.211439Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -24.00027777777778, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W025.json index 3d8f2d1078..4e701e7d8e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W025.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:32.383870Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -25.00027777777778, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W036.json index f2f77d1d93..b320deee61 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W036.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:32.435242Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -36.000277777777775, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W037.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W037.json index f509811247..1c27625c61 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W037.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W037.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:32.568515Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -37.000277777777775, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W037.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W037.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W038.json index daaae37f4d..107659f7d7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W038.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:32.950293Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -38.000277777777775, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W039.json index cae6fc935d..57631a6703 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W039.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:33.097563Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -39.000277777777775, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W040.json index f1b926a46a..35985a57a0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W040.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:33.420331Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -40.000277777777775, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W041.json index 58839cdef5..3718ba1a14 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W041.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:33.498525Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -41.000277777777775, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W042.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W042.json index 7ec190cf4d..d9265f26e1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W042.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W042.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:33.534534Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -42.000277777777775, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W042.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W042.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W052.json index 0788b2f7cb..0253db39e0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W052.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:33.740600Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -52.000277777777775, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W053.json index c628406e18..0557629837 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W053.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:34.053813Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -53.000277777777775, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W054.json index 3ae3296e67..54e56f9359 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W054.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:34.279234Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -54.000277777777775, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W062.json index b755e706a9..4b5824399e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W062.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:34.319243Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.000277777777775, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W063.json index f73203697b..d3de05195a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W063.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:34.541587Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.000277777777775, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W064.json index 4083966c70..fbc0720e79 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W064.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:34.788677Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00027777777778, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W065.json index f9f5d2135c..332c920a57 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W065.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:34.988946Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00027777777778, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W066.json index 1b05a6d069..8d2f622b7d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W066.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:35.099902Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00027777777778, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W067.json index 36c921fffe..fcec1760f0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W067.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:35.340656Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00027777777778, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W068.json index e1252e8d26..94e4dc35e4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W068.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:35.704667Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00027777777778, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W069.json index a541002427..5ae0f77ff4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W069.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:35.919086Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00027777777778, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W074.json index 29bccde11d..2a5647af99 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W074.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:37.478571Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00027777777778, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W075.json index ebf684b8d8..e7f2af9fb9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W075.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:38.293824Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00027777777778, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W076.json index 198f806f06..51912d983a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W076.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:39.004228Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00027777777778, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W077.json index 49ef25cb41..891c85d937 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W077.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:39.322111Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00027777777778, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W078.json index 5074ac89c2..8e44f651da 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W078.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:39.782788Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00027777777778, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W079.json index 488ed13713..8857429104 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W079.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:39.828166Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00027777777778, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W084.json index 12b886605a..ff3f59a5fd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W084.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:40.111924Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00027777777778, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W085.json index d21e956e7f..1d363556cc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W085.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:40.412097Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00027777777778, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W086.json index dc894d69f5..c4bc7f2d65 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W086.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:41.109734Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -86.00027777777778, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W087.json index a3487eb6cf..926c57d722 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W087.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:41.451971Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00027777777778, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W088.json index 13ba5686f6..f53c2eaff3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W088.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:41.865244Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00027777777778, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W089.json index bb40de01bf..62b4257a4d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W089.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:42.009764Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00027777777778, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W090.json index 60b401536b..a6dfc8c242 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W090.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:42.353845Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00027777777778, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W091.json index 917b60c9fe..c7a6907e25 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W091.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:42.469381Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00027777777778, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W161.json index b7e2ef3c19..679e41e24e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W161.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:42.702726Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -161.00027777777777, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W162.json index 8f3ede4721..1376a31dff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W162.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:43.398139Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -162.00027777777777, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W163.json index 4651ad4501..6adda76ef8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W163.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:43.533800Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -163.00027777777777, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W164.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W164.json index af189262fe..f1e2b7d5e7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W164.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W164.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:43.694416Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -164.00027777777777, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W164.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W164.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W165.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W165.json index 12ff0746c7..35d134fd94 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W165.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W165.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:43.961546Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -165.00027777777777, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W165.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W165.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W166.json index 051dc98b64..a964cd07a8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W166.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:44.544428Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -166.00027777777777, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W167.json index 7080ff8df3..c172d3d4dd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W167.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:45.072853Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -167.00027777777777, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W168.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W168.json index ce9f27f2bb..721826daec 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W168.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W168.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:45.530806Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -168.00027777777777, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W168.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W168.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W169.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W169.json index 7a50c66e9d..aa261a8129 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W169.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W169.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:45.593387Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -169.00027777777777, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W169.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W169.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W170.json index 7eb4e6e37d..19471e922e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W170.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:45.639268Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -170.00027777777777, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W171.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W171.json index 95c33acb5d..53fe6b84d2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W171.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W171.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:45.807250Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -171.00027777777777, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W171.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W171.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W172.json index 7b1919f483..2b7f33dd66 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W172.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:46.033142Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -172.00027777777777, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W173.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W173.json index ba4f07d167..a0db6a788c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W173.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W173.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:46.600159Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -173.00027777777777, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W173.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W173.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W174.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W174.json index 7908aa3446..b25ca4a7a9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W174.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W174.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:46.868668Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -174.00027777777777, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W174.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W174.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W176.json index 89a72830fa..bf37ae9771 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W176.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:47.130207Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -176.00027777777777, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W177.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W177.json index e750e6899c..e9c6047008 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W177.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W177.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:47.369180Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -177.00027777777777, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W177.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W177.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W178.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W178.json index e4cf85d802..9b0163ed5a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W178.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W178.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:47.686195Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -178.00027777777777, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W178.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W178.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W179.json index 1d60d59a1a..5efe8274e1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W179.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:48.225446Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -179.00027777777777, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W180.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W180.json index 9370739f2c..2d118d9080 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W180.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N65W180.json @@ -41,7 +41,7 @@ 66.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:48.708495Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -180.00027777777777, 65.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W180.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N65W180.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E011.json index 77d7eb7c70..e69ff45ec3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E011.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:48.766823Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.999722222222223, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E012.json index a78d8ecfd8..15934566fb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E012.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:49.225878Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.999722222222223, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E013.json index ed3b7ceb1b..045ba16601 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E013.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:49.682287Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.999722222222223, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E014.json index eff1d330c5..926dd72d92 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E014.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:49.793174Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.999722222222223, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E032.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E032.json index db7b93a132..b6e0a6d8ba 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E032.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E032.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:50.260387Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 31.99972222222222, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E032.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E032.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E033.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E033.json index 4919c09cb4..9bcd12cc44 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E033.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E033.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:51.070580Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 32.999722222222225, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E033.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E033.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E034.json index f82353583a..36c34295db 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E034.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:51.385387Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 33.999722222222225, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E035.json index 926756638e..4e84653777 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E035.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:51.619030Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.999722222222225, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E036.json index 0c2721ed63..3bd0342a76 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E036.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:51.876425Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 35.999722222222225, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E037.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E037.json index a4cb40d141..a8e226adb5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E037.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E037.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:52.113301Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 36.999722222222225, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E037.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E037.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E038.json index 81e6d85847..6d90adff1d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E038.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:52.293313Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 37.999722222222225, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E039.json index c4adf852e9..b38d73d854 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E039.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:52.431993Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.999722222222225, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E040.json index cb597c38a9..d0a64b14ed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E040.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:52.669352Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.999722222222225, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E041.json index 9446b8ab66..4df7e9e839 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E041.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:53.162666Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 40.999722222222225, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E042.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E042.json index 1cf283c0cc..270f5838b4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E042.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E042.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:54.233805Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 41.999722222222225, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E042.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E042.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E043.json index 99ce042816..1ac9aada73 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E043.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:55.058819Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 42.999722222222225, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E044.json index 340bc17c2d..595886b422 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E044.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:56.261911Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 43.999722222222225, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E045.json index 71901dc731..9a9237f467 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E045.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:57.352353Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 44.999722222222225, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E046.json index 71a1762ded..e1415ce511 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E046.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:58.199888Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 45.999722222222225, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E047.json index 4ee6e22280..c671f40f91 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E047.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:59.170499Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.999722222222225, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E048.json index e8193be25a..9868242c9f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E048.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:59.443137Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.999722222222225, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E051.json index 278b6d9be1..39debb9bb9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E051.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:19:59.745407Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.999722222222225, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E052.json index 38b781b894..b7af26b01e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E052.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:01.355647Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.999722222222225, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E055.json index ddeb050787..841ef9a6d0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E055.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:01.580465Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 54.999722222222225, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E056.json index ef7ce2b18f..c88c8fb10d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E056.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:01.823434Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 55.999722222222225, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E065.json index ae1d80b6c2..88aab8a504 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E065.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:02.603331Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 64.99972222222222, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E066.json index 75740eedbb..0e664c979c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E066.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:03.962211Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 65.99972222222222, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E067.json index bd1444b435..40a7cf2552 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E067.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:05.520002Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 66.99972222222222, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E068.json index 93aa49f31a..ffa9cbfca5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E068.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:07.109058Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 67.99972222222222, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E069.json index fb92aeb6ac..377f8c693e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E069.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:08.213965Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 68.99972222222222, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E070.json index 17ca32a9a7..811483e022 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E070.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:09.691271Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 69.99972222222222, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E071.json index 4d98d9900e..ba8c289f7f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E071.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:10.774388Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 70.99972222222222, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E072.json index bae04211f6..08cd2c8e50 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E072.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:12.014398Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 71.99972222222222, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E073.json index 4e77cff86e..31de5feab1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E073.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:13.454980Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99972222222222, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E074.json index 653ada96a7..e50275a0ff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E074.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:13.788951Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 73.99972222222222, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E076.json index 4895b0d6d2..101c21af12 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E076.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:13.951956Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 75.99972222222222, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E077.json index e77d46cfb6..c9b78c2f24 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E077.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:15.477043Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 76.99972222222222, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E078.json index df3ac5a8fb..71b640a8ed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E078.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:16.818978Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 77.99972222222222, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E079.json index 14f7796e2d..c9e0780520 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E079.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:17.134601Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 78.99972222222222, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E080.json index e782e444db..f8556e7648 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E080.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:17.983038Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 79.99972222222222, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E081.json index 53290b0f9e..1cff52db8f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E081.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:19.721817Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 80.99972222222222, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E082.json index ac7160f49a..ccf7289aae 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E082.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:20.730830Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 81.99972222222222, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E086.json index 98f8dc2acc..210a88d0f7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E086.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:21.507583Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 85.99972222222222, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E087.json index 465aaaedeb..ced2491588 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E087.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:22.699551Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 86.99972222222222, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E123.json index 57c37a241e..3cdef6bc80 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E123.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:22.884431Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99972222222222, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E151.json index 7e9b327635..d4e8e39a91 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E151.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:23.356777Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 150.99972222222223, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E152.json index e0ac488997..e0b248dbc6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E152.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:23.834051Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.99972222222223, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E153.json index 1f74b5eac8..5e31e03c75 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66E153.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:23.952863Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 152.99972222222223, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66E153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W015.json index d950a37248..9f098e84d7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W015.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:24.114937Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -15.000277777777777, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W016.json index ee4b8386a7..9b951013d7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W016.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:24.329709Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -16.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W017.json index 831ddc550f..3955f63d50 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W017.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:24.650901Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -17.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W018.json index 3e1149c2a5..9114c15205 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W018.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:24.878220Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -18.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W019.json index 68c99e00d0..09819a970d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W019.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:24.953296Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -19.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W020.json index fabe91a6fc..fa08e4bf3a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W020.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:25.112472Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -20.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W021.json index 66c6976d9d..1d7b843320 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W021.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:25.178118Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -21.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W022.json index c25f2d5df0..b240b9e6c4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W022.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:25.331541Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -22.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W023.json index 1b60c5ed30..f6bdd92bcf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W023.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:25.495731Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -23.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W024.json index 4d93f9c626..cab62ffb46 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W024.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:25.732448Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -24.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W034.json index 664c31102a..da3089aec0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W034.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:25.879885Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -34.000277777777775, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W035.json index b077b30060..1b8f192d76 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W035.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:25.978355Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -35.000277777777775, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W036.json index bfbc15dfa4..9e1abdc9d6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W036.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:26.182968Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -36.000277777777775, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W037.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W037.json index 7c05f79096..dc69c8a998 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W037.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W037.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:26.234079Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -37.000277777777775, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W037.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W037.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W038.json index 93a0ec8124..739cd2465d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W038.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:26.426550Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -38.000277777777775, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W039.json index 2c6a32c7b1..5a6b1cc5d7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W039.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:26.473074Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -39.000277777777775, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W051.json index 955cc95295..2c8e8754c2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W051.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:26.557749Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -51.000277777777775, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W052.json index 45bebd0800..8a3a04c7a4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W052.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:26.877957Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -52.000277777777775, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W053.json index 172d0eb772..473cce71f3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W053.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:27.026883Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -53.000277777777775, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W054.json index 2746c81248..ab3866ce48 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W054.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:27.409782Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -54.000277777777775, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W062.json index 02862648a0..13816ec28c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W062.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:27.519446Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.000277777777775, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W063.json index ad0bf626ba..218b750d3f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W063.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:27.780987Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.000277777777775, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W064.json index dc72f29b42..2e2381ddf0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W064.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:27.949995Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W065.json index 91c83d76d6..c1ef3afec5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W065.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:28.045007Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W066.json index 865012682e..83f01d72a3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W066.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:28.249453Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W067.json index f2f51202c6..f50cdc82e8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W067.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:28.476267Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W068.json index 8fb19ab34e..f07e0714e4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W068.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:28.825911Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W069.json index c55b1ef30b..7b785309cc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W069.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:29.054599Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W070.json index 8bc0a23042..05528cc607 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W070.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:29.102742Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W073.json index a74eae69f0..7490591581 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W073.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:29.817384Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W074.json index f601aa2491..b2c3db70d6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W074.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:30.906000Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W075.json index bb2fa4fe27..647889b122 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W075.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:31.222545Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W082.json index aaecc7e5f2..d107f7db90 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W082.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:31.412917Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W083.json index efcc053656..ff8ec2692d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W083.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:31.659940Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W084.json index a0e3d460da..cf08f974ef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W084.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:31.972082Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W085.json index 566dd605ba..cc9b169311 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W085.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:32.338905Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W086.json index 6e6b25aa8c..76798fd0b6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W086.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:32.730740Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -86.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W087.json index c88b68085c..ba32fd2b46 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W087.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:33.001863Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W088.json index f12e7fe628..48f1c7c585 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W088.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:33.060211Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W090.json index 6cefb9f476..db3019b148 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W090.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:33.219837Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W096.json index 0fa6590f5d..6f0ca331d6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W096.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:33.715846Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -96.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W107.json index cbc038e8da..69c75815fa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W107.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:33.769997Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -107.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W108.json index 349e8a38a3..2746d9cc7f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W108.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:34.127407Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -108.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W109.json index 37d88b1375..f7e69007b9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W109.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:34.403354Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -109.00027777777778, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W129.json index c81384f058..0b89123de8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W129.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:34.581206Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -129.00027777777777, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W130.json index 4d953b8d7f..62ba8d4f7d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W130.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:34.819891Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -130.00027777777777, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W131.json index b13135a9bc..bb004b955b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W131.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:35.067091Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -131.00027777777777, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W134.json index 695f1f259c..54d5a27d5a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W134.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:35.268317Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -134.00027777777777, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W135.json index 26b4daf4e3..8af44b0750 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W135.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:35.395901Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -135.00027777777777, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W136.json index 4019c9d5be..3070a9e0cd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W136.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:35.449114Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -136.00027777777777, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W159.json index 1d334f59cd..199c2701ee 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W159.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:36.377287Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -159.00027777777777, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W160.json index 3d883462d8..bd806f4172 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W160.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:37.528399Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -160.00027777777777, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W161.json index 04a59e1647..7396c34f41 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W161.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:38.297049Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -161.00027777777777, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W162.json index a4246d77ab..77bef9c762 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W162.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:39.641160Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -162.00027777777777, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W163.json index c5d42776fa..8f72018f08 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W163.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:40.102540Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -163.00027777777777, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W164.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W164.json index 43ab7ca8ca..5f796555e4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W164.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W164.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:40.536144Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -164.00027777777777, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W164.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W164.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W165.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W165.json index f2b320e9d3..77ed96f679 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W165.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W165.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:41.403520Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -165.00027777777777, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W165.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W165.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W166.json index 0bf60068ea..e0f4219552 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W166.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:42.237337Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -166.00027777777777, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W167.json index 87b40ef106..173e4c733e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W167.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:42.655203Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -167.00027777777777, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W168.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W168.json index 02ea492c6c..ee5973f7f0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W168.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W168.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:42.706766Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -168.00027777777777, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W168.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W168.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W170.json index c328a5f0f9..451f4064be 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W170.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:42.815192Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -170.00027777777777, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W171.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W171.json index 5e0fb5e628..2b63c76cda 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W171.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W171.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:43.262487Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -171.00027777777777, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W171.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W171.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W172.json index 3640ad5526..77c9e4742a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W172.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:43.482659Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -172.00027777777777, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W173.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W173.json index 6e091b84f4..b7094dfb96 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W173.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W173.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:43.767647Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -173.00027777777777, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W173.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W173.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W174.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W174.json index 092b0fc0a0..74c8af3f94 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W174.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W174.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:44.552897Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -174.00027777777777, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W174.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W174.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W175.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W175.json index 749fb9305c..aa373ef0b8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W175.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W175.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:45.109522Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -175.00027777777777, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W175.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W175.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W176.json index 332f782d1e..b9142b4ff7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W176.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:45.303585Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -176.00027777777777, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W179.json index 8bf2f9fa64..2f108b920a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W179.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:45.613788Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -179.00027777777777, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W180.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W180.json index a0a9125ca1..cc2e101bc0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W180.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N66W180.json @@ -41,7 +41,7 @@ 67.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:45.824719Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -180.00027777777777, 66.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W180.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N66W180.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E011.json index e39359801b..365e772063 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E011.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:45.867993Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.999722222222223, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E012.json index a173d45c77..f970067358 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E012.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:45.952891Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.999722222222223, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E013.json index 2f19fdf960..d5ceb77e14 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E013.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:46.155801Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.999722222222223, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E014.json index 47500e4c60..02e912a429 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E014.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:46.512797Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.999722222222223, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E015.json index f0383934ee..0097943b25 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E015.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:46.928230Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 14.999722222222223, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E016.json index 792e0a15a3..b34eb0da52 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E016.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:47.027921Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 15.999722222222223, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E031.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E031.json index 98dfb6a762..b495babadb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E031.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E031.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:47.198860Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 30.99972222222222, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E031.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E031.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E032.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E032.json index ec800897a2..44813ca8c8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E032.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E032.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:47.452632Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 31.99972222222222, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E032.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E032.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E033.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E033.json index f05b9262ec..38e16b732d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E033.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E033.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:47.515487Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 32.999722222222225, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E033.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E033.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E039.json index 6e367d1be2..fd45d5935d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E039.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:47.678132Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.999722222222225, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E040.json index 812a1a9df7..c3042b0541 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E040.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:47.875043Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.999722222222225, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E041.json index 71dc1e1345..b94998a172 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E041.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:47.961810Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 40.999722222222225, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E043.json index 6a9c55bccd..1c8a381ce9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E043.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:48.232797Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 42.999722222222225, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E044.json index bb686a2897..936e5615a0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E044.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:50.014090Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 43.999722222222225, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E045.json index ec50da9886..f91eb3772d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E045.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:50.634445Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 44.999722222222225, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E046.json index f729340a02..ded71e5f43 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E046.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:50.838542Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 45.999722222222225, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E047.json index 8cd216fc34..e1737a774f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E047.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:51.138813Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.999722222222225, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E048.json index 514558cc26..0f597b1ad1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E048.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:51.527401Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.999722222222225, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E049.json index 194495561b..82a074884f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E049.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:51.882750Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.999722222222225, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E050.json index 30fb320339..8f26925ce4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E050.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:52.239044Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.999722222222225, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E051.json index 5a5e94d034..450b9be9da 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E051.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:53.134531Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.999722222222225, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E052.json index 67da90803c..c264e44077 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E052.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:54.783114Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.999722222222225, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E053.json index 014f87f29a..3ac8dcfb4e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E053.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:56.105047Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 52.999722222222225, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E054.json index f3543fd46f..5e87d83095 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E054.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:56.441681Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 53.999722222222225, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E067.json index 99d6280ff4..01acc45095 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E067.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:56.656689Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 66.99972222222222, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E068.json index 1d0de13132..3395846c73 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E068.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:57.614429Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 67.99972222222222, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E069.json index 7273fd97ea..79e6f08c9d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E069.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:58.340082Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 68.99972222222222, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E071.json index 3678675ac3..ec38cb9d18 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E071.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:59.229582Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 70.99972222222222, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E072.json index 4f5001dad6..857207c8d8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E072.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:20:59.993826Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 71.99972222222222, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E073.json index 89d9d51a66..80666476a7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E073.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:00.260349Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99972222222222, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E074.json index f4465710f8..87048f3bf7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E074.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:00.610081Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 73.99972222222222, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E075.json index 1a7c854717..30758bf535 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E075.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:01.085992Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 74.99972222222222, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E076.json index e253d34e3b..62f578924a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E076.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:02.325794Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 75.99972222222222, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E077.json index 7fcb5e9ca5..c19a481425 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E077.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:05.738041Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 76.99972222222222, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E078.json index 1427b0fd65..9c68fc0ffa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E078.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:08.136695Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 77.99972222222222, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E079.json index 1d2c099df0..4d65e22b84 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E079.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:09.735171Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 78.99972222222222, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E080.json index 7a54bdaf39..589ba82ef7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E080.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:10.990293Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 79.99972222222222, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E081.json index 1ea20a48c1..3a194e2337 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E081.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:11.663371Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 80.99972222222222, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E082.json index 4af8f4a488..5e382c2b89 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E082.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:12.001386Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 81.99972222222222, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E086.json index dae7aebf89..05836b4844 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E086.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:13.104741Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 85.99972222222222, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E123.json index e646ff8963..45aca07eec 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E123.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:13.415265Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99972222222222, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E151.json index 0be2c04801..1f904cf4d9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E151.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:14.064954Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 150.99972222222223, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E152.json index 042615dbdd..2251bcb073 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E152.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:14.472373Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.99972222222223, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E153.json index 89441311b2..8db7ada62f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E153.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:15.704783Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 152.99972222222223, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E154.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E154.json index 85b1e6359d..009b19542f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E154.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E154.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:17.322954Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 153.99972222222223, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E154.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E154.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E155.json index 4de2ef6052..7a7daf16dd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E155.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:19.478168Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 154.99972222222223, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E156.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E156.json index 40ccede62e..d9a7ceabd3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E156.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E156.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:21.062712Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 155.99972222222223, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E156.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E156.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E160.json index e449aec302..475177ae92 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E160.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:21.453294Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 159.99972222222223, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E161.json index 47e0f3de9c..e890ca8302 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E161.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:22.278964Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 160.99972222222223, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E162.json index ca1bf670c2..75b719e010 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67E162.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:22.537874Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 161.99972222222223, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67E162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W033.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W033.json index 861a3275a3..ce35969fa5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W033.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W033.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:22.615058Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -33.000277777777775, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W033.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W033.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W034.json index 71dc859fa8..a10af5dff9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W034.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:23.197268Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -34.000277777777775, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W035.json index f0e2d533bd..7465f7a0cf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W035.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:23.316119Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -35.000277777777775, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W051.json index 0ca04946fc..c4df88f851 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W051.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:23.631510Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -51.000277777777775, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W052.json index 3072fcbd46..f7797159ca 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W052.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:24.015516Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -52.000277777777775, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W053.json index 8ece1c539c..de5e91ed7c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W053.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:24.354485Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -53.000277777777775, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W054.json index 947e116552..fd2e2e6d00 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W054.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:24.975508Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -54.000277777777775, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W055.json index 143acc581d..8d84c7f5c4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W055.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:25.101467Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -55.000277777777775, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W062.json index cc78a0b5a8..81ef5cc11e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W062.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:25.152775Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.000277777777775, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W063.json index 04604146ad..adfe15feca 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W063.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:25.424056Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.000277777777775, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W064.json index 0c4dfbff4a..ebf7c76cae 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W064.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:25.717728Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W065.json index b4945e99ca..9391eba981 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W065.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:26.012276Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W066.json index c73695a3a2..437ba1382c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W066.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:26.254164Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W067.json index af7eec98c3..2c80717fb4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W067.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:26.465625Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W068.json index aab8e770e0..978eb40077 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W068.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:26.518239Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W073.json index d0fa47ac8f..f447d30f35 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W073.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:27.287470Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W074.json index abe2e89678..dc17cb2414 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W074.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:27.827060Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W075.json index 616976d8f4..85b43a6b14 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W075.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:28.338385Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W076.json index f39c8e485d..9a48659e72 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W076.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:29.831217Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W077.json index 0daa4cfb36..2fdc80f258 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W077.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:31.028931Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W078.json index a2c848742d..c5d2a34175 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W078.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:31.554267Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W082.json index 55ea99b454..1d1d1cbdfa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W082.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:31.790438Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W083.json index cfd15284d3..3c9556f409 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W083.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:31.948875Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W085.json index 77aab7e09a..d53a80a172 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W085.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:32.032451Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W086.json index cfc12df581..7b81acc099 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W086.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:32.087660Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -86.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W087.json index a8205bf12f..526a9c708e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W087.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:32.731454Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W088.json index dbde564c87..ebf43a1e7c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W088.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:33.142015Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W089.json index 1d94039f02..28ae664f26 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W089.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:33.333080Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W095.json index eebe2e659a..2d5cb57e59 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W095.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:33.606452Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -95.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W096.json index ccbf2c090b..fe52b95444 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W096.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:34.535744Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -96.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W097.json index 6c041151d9..e91caa5beb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W097.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:36.195302Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -97.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W098.json index 18420d770b..aad59196c3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W098.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:37.186088Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -98.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W099.json index e4a987953d..25a13dba46 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W099.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:38.049507Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -99.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W100.json index dc3afcbd2d..560b3a9b43 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W100.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:38.826375Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -100.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W101.json index 836c7c75b3..4c3aeb8f41 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W101.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:39.590875Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -101.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W102.json index f80527704c..c21605ebc0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W102.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:40.312985Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -102.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W103.json index 7c02657bd1..dfca999e71 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W103.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:41.023753Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -103.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W104.json index 3acb48f0cf..fb9309f74e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W104.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:41.547486Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -104.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W105.json index 3e431ce037..e49eb235d0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W105.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:42.376017Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -105.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W107.json index d57fcfb4a6..30db42e87c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W107.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:42.434537Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -107.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W108.json index 00bfa74d0f..5bf7a6e2be 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W108.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:42.768330Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -108.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W109.json index d87d787741..8ec2165ed6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W109.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:43.414403Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -109.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W110.json index a72a5692ee..a93ba80da6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W110.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:43.797294Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -110.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W111.json index 81ddd5adb3..ad3169cd33 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W111.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:44.073609Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -111.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W112.json index e6ee8a2dad..d62099b2ef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W112.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:44.338501Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -112.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W113.json index a3ae56ff74..939ab0d758 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W113.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:44.552240Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -113.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W114.json index 72dea7283f..8f80d30f54 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W114.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:44.686156Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -114.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W115.json index 99a681e09d..cfd7cd0471 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W115.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:45.028952Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -115.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W116.json index 4f4e8731ac..70dc1ef75c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W116.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:45.510734Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -116.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W117.json index 64f8679b67..bdd5eaae82 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W117.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:45.653211Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -117.00027777777778, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W131.json index b9a202fcfa..f31e384f14 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W131.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:45.899758Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -131.00027777777777, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W132.json index 28fa5ec072..3a13069e39 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W132.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:46.144261Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -132.00027777777777, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W133.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W133.json index cb087f9f23..ac4d3ea06a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W133.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W133.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:46.247033Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -133.00027777777777, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W133.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W133.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W134.json index 598d3ac64e..608bb1ce45 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W134.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:46.691596Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -134.00027777777777, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W135.json index f1599c35c5..af1091f1c1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W135.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:48.218853Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -135.00027777777777, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W136.json index ec760afca8..9f935842a6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W136.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:48.776219Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -136.00027777777777, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W158.json index 8ec3ca0fa5..8ad896f3ed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W158.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:48.990594Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -158.00027777777777, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W159.json index 770cba08d6..9e21b8b8c9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W159.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:49.296343Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -159.00027777777777, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W160.json index 0930212bf0..be04e8eb2e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W160.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:49.714657Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -160.00027777777777, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W161.json index d7e6a0dafa..b6d8a59e88 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W161.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:49.890787Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -161.00027777777777, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W162.json index 023b2a56f0..599205373d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W162.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:50.072424Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -162.00027777777777, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W163.json index be208925e4..663b3c6f58 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W163.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:50.826885Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -163.00027777777777, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W164.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W164.json index c7306d0524..d9ebcb7b27 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W164.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W164.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:51.345355Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -164.00027777777777, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W164.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W164.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W165.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W165.json index ae357a94ef..35983ef560 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W165.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W165.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:51.683009Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -165.00027777777777, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W165.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W165.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W166.json index 2acd2cd5cd..97f56acc54 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W166.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:51.849395Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -166.00027777777777, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W173.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W173.json index 729821eed5..2a2e73c7b2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W173.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W173.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:51.904764Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -173.00027777777777, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W173.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W173.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W174.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W174.json index 153aaba2ee..c4b8cfedbe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W174.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W174.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:52.175255Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -174.00027777777777, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W174.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W174.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W175.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W175.json index e3915998ce..aa5065df14 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W175.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W175.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:52.450001Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -175.00027777777777, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W175.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W175.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W176.json index 5fedcd162d..6174502aff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W176.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:53.409651Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -176.00027777777777, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W177.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W177.json index 95dbdd344c..23caf0abc7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W177.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W177.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:54.296071Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -177.00027777777777, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W177.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W177.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W178.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W178.json index 763fd57b13..ca7d0b2414 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W178.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N67W178.json @@ -41,7 +41,7 @@ 68.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:54.752620Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -178.00027777777777, 67.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W178.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N67W178.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E012.json index 74a2ddfecd..0833df6493 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E012.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:54.796209Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.999722222222223, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E013.json index 7d37b0879e..df8150640f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E013.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:55.057085Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.999722222222223, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E014.json index 98417bef94..75980f7696 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E014.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:55.548109Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.999722222222223, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E015.json index 0548d7360c..f20a12f0e2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E015.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:56.163337Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 14.999722222222223, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E016.json index ca4883b8da..cb416371ce 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E016.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:56.591858Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 15.999722222222223, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E017.json index 5fb0ed466f..d0a7e24fa6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E017.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:56.856855Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 16.99972222222222, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E032.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E032.json index 616e25fb9e..c18ebc4bc1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E032.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E032.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:57.057209Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 31.99972222222222, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E032.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E032.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E033.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E033.json index 11c7ce6112..9e2a4212d6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E033.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E033.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:57.146993Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 32.999722222222225, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E033.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E033.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E036.json index 48c94611c9..b592d4446b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E036.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:57.247663Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 35.999722222222225, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E037.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E037.json index c411fea384..25d1abd1c8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E037.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E037.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:57.438071Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 36.999722222222225, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E037.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E037.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E038.json index ebaff4cbdc..3e5dc5f0f8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E038.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:57.641655Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 37.999722222222225, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E039.json index dff8345aa2..a39370a02c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E039.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:57.735875Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.999722222222225, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E043.json index d29fbec805..0441977caa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E043.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:57.802024Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 42.999722222222225, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E044.json index 7206aefebb..2cbaa26377 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E044.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:58.248201Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 43.999722222222225, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E045.json index 86bf5b2710..6e1ff25072 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E045.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:58.506421Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 44.999722222222225, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E046.json index 93a0cf7893..bc8820f3f0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E046.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:58.729825Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 45.999722222222225, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E048.json index 1180027989..f6182c6dfd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E048.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:59.256323Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.999722222222225, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E049.json index a68dd0873d..955b6316dd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E049.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:21:59.816546Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.999722222222225, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E050.json index 4f4e3c6c6d..148943fdbd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E050.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:00.293816Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.999722222222225, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E051.json index 9cdb05e5b4..f4f55a5c4c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E051.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:01.055497Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.999722222222225, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E052.json index 7283a97d8c..883107401a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E052.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:02.355738Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.999722222222225, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E053.json index 555bac8385..f67780f01f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E053.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:04.397535Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 52.999722222222225, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E054.json index 5a9d9e07ac..2313963a88 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E054.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:05.149627Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 53.999722222222225, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E055.json index d6c3dfcc0c..10d146bd21 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E055.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:06.621342Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 54.999722222222225, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E056.json index 549f1facee..5a18c99329 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E056.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:07.146025Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 55.999722222222225, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E057.json index df0315a9b9..deae1e60b8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E057.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:07.962120Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 56.999722222222225, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E058.json index 07f58235a1..7568e1ab7d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E058.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:09.117391Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 57.999722222222225, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E059.json index b6c6006cb9..b72a0ef0b8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E059.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:10.067323Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 58.999722222222225, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E060.json index ef655858c9..d12954d393 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E060.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:12.317937Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 59.999722222222225, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E061.json index e31ddec5c9..446c8626da 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E061.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:13.825589Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 60.999722222222225, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E062.json index 0d036ae0b4..d7922f5fa1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E062.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:14.476607Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 61.999722222222225, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E063.json index 46d06f10a5..d7eab6638f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E063.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:14.714180Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 62.999722222222225, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E064.json index 185640dc26..2477ae5221 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E064.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:15.071041Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 63.999722222222225, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E065.json index 9587a72f6b..f34160cfd8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E065.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:15.229121Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 64.99972222222222, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E066.json index 8aa28e211c..019a7b2a5c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E066.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:15.610978Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 65.99972222222222, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E067.json index 2a20eea618..86eb996047 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E067.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:16.136842Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 66.99972222222222, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E068.json index 8a3c3a95c5..446f590b56 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E068.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:17.547769Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 67.99972222222222, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E069.json index 9ae5073c75..ae50d772aa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E069.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:19.990029Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 68.99972222222222, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E070.json index 9667a18456..19e4211be5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E070.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:21.592032Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 69.99972222222222, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E071.json index ecd8fb0886..4ff3dc9e14 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E071.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:22.981880Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 70.99972222222222, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E072.json index 34ec48ed05..51b4e4c0e8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E072.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:25.014267Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 71.99972222222222, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E073.json index 3451d822e6..de2a510922 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E073.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:25.548755Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99972222222222, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E074.json index 99426b6a89..0c9748cc1c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E074.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:26.424621Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 73.99972222222222, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E075.json index 7ab8def828..11e62cad9f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E075.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:27.529045Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 74.99972222222222, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E076.json index b262a24521..6c79ecfe3e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E076.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:29.729947Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 75.99972222222222, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E077.json index ab5ed5f7d3..e944ac08d1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E077.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:31.155641Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 76.99972222222222, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E078.json index 87bb9f9def..86bcfa0398 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E078.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:32.913318Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 77.99972222222222, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E079.json index 313a1dd69a..0bed5b142b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E079.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:34.426096Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 78.99972222222222, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E080.json index 98ecd56336..81d478e861 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E080.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:35.712622Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 79.99972222222222, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E081.json index 040215abed..b2af9303bd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E081.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:35.951375Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 80.99972222222222, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E082.json index 03993ccbf4..3fdfa2c053 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E082.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:36.058241Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 81.99972222222222, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E083.json index a9979ba67e..4da1264bac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E083.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:36.976994Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 82.99972222222222, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E084.json index cd6fe53798..2725e80498 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E084.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:37.247089Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 83.99972222222222, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E086.json index 6886c0d69f..fa208753b9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E086.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:38.001187Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 85.99972222222222, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E123.json index 11422f8e5d..8a194df7f5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E123.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:38.902475Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99972222222222, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E145.json index 7612cd4a15..fd6b75d07c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E145.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:40.382997Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.99972222222223, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E146.json index 2a188a6b23..2649a6cbc1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E146.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:41.194325Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.99972222222223, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E147.json index 63717834a6..e56c73701e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E147.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:41.726860Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 146.99972222222223, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E151.json index 4df67749f1..744b377f25 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E151.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:43.529374Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 150.99972222222223, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E152.json index 5e784983bc..53a0296abb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E152.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:45.329916Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.99972222222223, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E153.json index 5a65c5a162..6ed0dee8a1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E153.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:47.211558Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 152.99972222222223, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E154.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E154.json index dc95d2a480..a1f0387b6c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E154.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E154.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:48.136020Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 153.99972222222223, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E154.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E154.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E155.json index 564033ad75..0d35843239 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E155.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:48.974086Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 154.99972222222223, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E156.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E156.json index 3f62054a4e..7cf542e47e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E156.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E156.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:49.599126Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 155.99972222222223, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E156.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E156.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E157.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E157.json index 2999b896f2..a0e92f7e11 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E157.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E157.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:51.078409Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 156.99972222222223, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E157.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E157.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E158.json index 009957e5b5..085a01bd86 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E158.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:52.788313Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 157.99972222222223, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E159.json index 013a34996c..4ea75987bf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E159.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:54.246735Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 158.99972222222223, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E160.json index 11a812d1b3..c02dfb8b7f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E160.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:56.525895Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 159.99972222222223, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E161.json index b619342eda..a0c572db57 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E161.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:58.635797Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 160.99972222222223, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E162.json index 50b728ed99..4ef3e90daf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E162.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:58.928196Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 161.99972222222223, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E169.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E169.json index 5f59bbead1..1360f4adb2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E169.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E169.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:22:59.340587Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 168.99972222222223, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E169.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E169.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E170.json index 34fa2fa0d2..c85224908a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E170.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:00.553044Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 169.99972222222223, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E171.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E171.json index b2ad152ad0..aaacb45535 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E171.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E171.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:01.539165Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 170.99972222222223, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E171.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E171.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E179.json index 96e356cf9e..2997647560 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68E179.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:01.589222Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 178.99972222222223, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68E179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W026.json index 8886ef7c39..965fb17453 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W026.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:01.639436Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -26.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W027.json index 01ab266e78..6d8c9e9840 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W027.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:01.736312Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -27.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W028.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W028.json index 1a27d86506..16ce00af00 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W028.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W028.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:01.929174Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -28.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W028.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W028.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W029.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W029.json index d658bd0536..786b27b4b8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W029.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W029.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:02.130044Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -29.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W029.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W029.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W030.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W030.json index 14433cf63c..eba5a40c41 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W030.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W030.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:02.228522Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -30.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W030.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W030.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W031.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W031.json index 2aa891c66c..3f5e3081db 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W031.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W031.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:02.401669Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -31.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W031.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W031.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W032.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W032.json index feb991272b..5ade397ec0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W032.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W032.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:02.580864Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -32.000277777777775, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W032.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W032.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W033.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W033.json index 12e6bc4837..99f0de332f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W033.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W033.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:02.751749Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -33.000277777777775, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W033.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W033.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W051.json index 75b16f6ea1..9bc125ae1a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W051.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:03.013974Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -51.000277777777775, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W052.json index 439a1f85bf..4d05f50152 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W052.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:03.326915Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -52.000277777777775, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W053.json index e35263f363..7f8286d5c2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W053.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:03.826110Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -53.000277777777775, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W054.json index dc6e39953f..7252e0e76d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W054.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:04.311114Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -54.000277777777775, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W065.json index 1e9efa18bc..a475152837 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W065.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:04.366064Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W066.json index b0a2ff56b9..9b0070b26c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W066.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:04.564397Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W067.json index 0abe5aa383..225e2cc9e2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W067.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:04.816135Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W068.json index 1173cea069..121f503e38 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W068.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:05.095978Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W069.json index aa0580659e..67101118cd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W069.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:05.330353Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W070.json index 691fbb6f3b..70f81a0d09 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W070.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:05.427113Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W073.json index defdabacb2..1b5ec3260d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W073.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:05.770813Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W074.json index 7addce8f19..662dfa4ad8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W074.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:06.413573Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W075.json index ff04562fce..b0772fe49c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W075.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:07.381971Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W076.json index 9840a32405..415ae920cc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W076.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:08.528448Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W077.json index d0874a53ae..2e85424b02 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W077.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:09.420606Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W078.json index 72fed406dd..d684cec10d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W078.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:09.467575Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W079.json index b3cca3733a..3a0ebe4758 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W079.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:09.774358Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W080.json index b1300fc332..d2fbaffd60 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W080.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:10.023872Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W082.json index 70480b6c3b..c539de56a8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W082.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:10.830675Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W083.json index befd2b1220..b9d6a3179a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W083.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:11.511720Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W085.json index 9c728a9afb..25532573e7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W085.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:11.626067Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W086.json index d5b3f30c75..a98d326fe0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W086.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:11.873807Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -86.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W087.json index 0fdf7e4b92..cad7f92f60 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W087.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:12.121490Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W088.json index 30d74b6f3c..832e292708 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W088.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:12.402413Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W089.json index 6d4f0c0eae..e200f868cb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W089.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:12.688742Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W090.json index 00cac82436..841e1392de 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W090.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:13.113919Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W091.json index e2c8572ac9..d8ef96ebef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W091.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:13.628112Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W093.json index 3644dfa03c..c71e540beb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W093.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:13.829219Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -93.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W094.json index 7487664cc1..6ca5ce5499 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W094.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:15.237373Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -94.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W095.json index f1a425de87..fafc3eec09 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W095.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:16.062170Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -95.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W096.json index 81c72309e1..2948178cbf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W096.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:16.613856Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -96.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W097.json index ccff9face1..43c98367e8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W097.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:17.660513Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -97.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W098.json index 5305c9ef93..60b10da8e0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W098.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:19.174591Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -98.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W099.json index 3af22d6cbb..3d820d9047 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W099.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:20.112441Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -99.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W100.json index b5643ac489..be81029b43 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W100.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:20.454006Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -100.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W101.json index c351138865..e5bc1675b0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W101.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:20.995023Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -101.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W102.json index 4403ad0668..9c01dd8ea1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W102.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:21.271123Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -102.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W103.json index 9a18e39711..b0329137a0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W103.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:21.620179Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -103.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W104.json index 04d9dee4d3..27703f6d61 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W104.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:22.138514Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -104.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W105.json index d0e95e9dbf..d3512b042f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W105.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:22.873301Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -105.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W106.json index a8ae5247e0..1bc814b8f0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W106.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:23.616940Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -106.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W107.json index 9c9ae1fea9..305cc6b654 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W107.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:24.195540Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -107.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W108.json index a7a51ecb5a..cc0d4a0749 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W108.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:25.026154Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -108.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W109.json index 6932da96f4..a77fed5675 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W109.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:25.695960Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -109.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W110.json index 052417c46c..2a7a81b47b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W110.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:25.975695Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -110.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W111.json index f01087b9d8..8ea891f1d6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W111.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:26.304914Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -111.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W112.json index 5ed9a7c6a7..5c4733d370 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W112.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:26.554281Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -112.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W113.json index 989b8f4136..00d88cf96b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W113.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:26.896579Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -113.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W114.json index 9b1a67641d..927c940a1d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W114.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:27.357959Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -114.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W115.json index 46bcf1422d..8674bf5366 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W115.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:27.977154Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -115.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W116.json index 562681732d..955a90999c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W116.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:28.357077Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -116.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W117.json index 776889b324..fc23ce4bae 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W117.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:28.652005Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -117.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W118.json index 05a6ac301b..e63f8e24dd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W118.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:28.880387Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -118.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W119.json index 4c768ee8c9..bd9bc1dec2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W119.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:28.929332Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -119.00027777777778, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W133.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W133.json index 6511ecd0c1..b5623c90c9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W133.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W133.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:29.884055Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -133.00027777777777, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W133.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W133.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W134.json index 44c5c6e3dd..2833bf7a49 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W134.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:30.904410Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -134.00027777777777, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W135.json index 1301c0218c..6234707ddf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W135.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:33.342664Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -135.00027777777777, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W136.json index 771232df10..a189f6f5cf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W136.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:35.495311Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -136.00027777777777, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W137.json index ab1ec97bff..b73cbe3801 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W137.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:36.046403Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -137.00027777777777, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W138.json index 2f122ea4b9..4040218611 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W138.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:36.261433Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -138.00027777777777, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W164.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W164.json index 05c86d5927..54abf03db1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W164.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W164.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:36.315805Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -164.00027777777777, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W164.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W164.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W165.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W165.json index 57a7d58d2b..a7ea40e8b0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W165.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W165.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:36.525383Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -165.00027777777777, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W165.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W165.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W166.json index ab539be2ac..434af73510 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W166.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:36.821168Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -166.00027777777777, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W167.json index 61786ae6a1..97ca26dd27 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W167.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:37.183241Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -167.00027777777777, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W177.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W177.json index 41aecdf7a4..4e4a1912af 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W177.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W177.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:37.328250Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -177.00027777777777, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W177.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W177.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W178.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W178.json index 7021539e2d..1a11d58c8d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W178.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W178.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:38.062164Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -178.00027777777777, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W178.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W178.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W179.json index 912c312122..4cdc60c1fc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W179.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:38.831726Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -179.00027777777777, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W180.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W180.json index 1f65af4865..5b78669b6c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W180.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N68W180.json @@ -41,7 +41,7 @@ 69.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:39.157584Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -180.00027777777777, 68.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W180.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N68W180.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E014.json index 70c04460cc..146c0744c8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E014.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:39.302852Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.999722222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E015.json index 35bf8e879e..d163d13c18 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E015.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:39.467227Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 14.999722222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E016.json index 035d6b2144..8bd136e408 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E016.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:39.673512Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 15.999722222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E017.json index fca7666eb3..30d64ab00c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E017.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:40.024996Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 16.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E018.json index 7b4ea843f2..6c0ac2bff2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E018.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:40.461300Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 17.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E019.json index a8bbe95c77..c4a305eb7f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E019.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:40.732974Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 18.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E020.json index b2989a0d0a..2813a18dfc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E020.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:40.982253Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 19.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E021.json index c5e1df2690..45789b172c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E021.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:41.189201Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 20.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E022.json index 46ed4cc931..30c0b140b8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E022.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:41.240375Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 21.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E023.json index 7371bdea6d..5bc796035e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E023.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:41.440607Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 22.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E029.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E029.json index 5fc70380d4..d1e3173eaa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E029.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E029.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:41.588316Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 28.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E029.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E029.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E030.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E030.json index 94fcaf664f..0f6068ea4f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E030.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E030.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:41.973313Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 29.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E030.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E030.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E031.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E031.json index 7052122283..837c74e928 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E031.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E031.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:42.121164Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 30.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E031.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E031.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E032.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E032.json index c08f44c01b..8a35e77b5d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E032.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E032.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:42.480414Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 31.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E032.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E032.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E033.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E033.json index 4834a16d00..6e96c225f8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E033.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E033.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:42.664614Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 32.999722222222225, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E033.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E033.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E034.json index 144645ba32..da35ca1654 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E034.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:42.847681Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 33.999722222222225, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E035.json index 19253eda7e..73d516e515 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E035.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:43.078057Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.999722222222225, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E036.json index c9e8d4fe97..390e37b7b2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E036.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:43.163620Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 35.999722222222225, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E048.json index cfa366583b..9fa0c40719 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E048.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:43.508205Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.999722222222225, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E049.json index 94092f8d72..aa57dacc52 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E049.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:44.041573Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.999722222222225, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E050.json index 61a976f18b..c4296c4388 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E050.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:44.327050Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.999722222222225, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E058.json index 45ebc8bb56..76e5f7a820 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E058.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:44.545073Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 57.999722222222225, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E059.json index 40c0114eed..ee2479df0f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E059.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:44.748933Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 58.999722222222225, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E060.json index 8cb9bcd355..abbffbbacc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E060.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:45.647488Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 59.999722222222225, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E061.json index 636dc17727..e5820b7c36 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E061.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:45.920357Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 60.999722222222225, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E062.json index fd36b0ab0d..bfea9a0171 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E062.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:46.214671Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 61.999722222222225, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E063.json index c2fbe7c5e6..4cfcb2f3e0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E063.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:46.520336Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 62.999722222222225, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E064.json index ec1a6b1876..4435e49104 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E064.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:47.374078Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 63.999722222222225, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E065.json index 61563c49d7..4eb1ee5a0f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E065.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:47.845911Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 64.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E066.json index 8d86ff1002..c6b9fb201e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E066.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:48.266063Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 65.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E067.json index ea78c76264..ff4ff646b7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E067.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:49.799902Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 66.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E068.json index e5a85045f3..4f2dc9e5f2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E068.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:52.433812Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 67.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E069.json index 9c8d4fab3c..6622cd3509 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E069.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:54.604098Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 68.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E070.json index 151cdbc1bb..0137fa4424 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E070.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:56.291262Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 69.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E071.json index c6e41f3c5e..7964f54a4d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E071.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:23:59.333852Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 70.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E072.json index 48420e7db5..951dcfcf8a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E072.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:01.862319Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 71.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E073.json index 41a8c62dee..463beb9213 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E073.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:02.539783Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E074.json index 20db40ad07..a793459f52 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E074.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:03.510234Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 73.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E075.json index bb672f9a26..16b6254760 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E075.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:04.790207Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 74.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E076.json index 2298f493b4..3cf875f3a4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E076.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:06.090013Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 75.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E077.json index dbea9d4749..9650b75d7b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E077.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:07.599832Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 76.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E078.json index 7b958533a4..f831275ea7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E078.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:08.492649Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 77.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E079.json index 598e5f44ce..e2542efd8d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E079.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:09.282296Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 78.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E080.json index 2b9dfa0a8c..53d96931ec 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E080.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:09.804784Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 79.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E081.json index 731df8a539..ffa05bba26 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E081.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:11.085049Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 80.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E082.json index 7ea69e2e5f..a15093e1f9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E082.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:12.114125Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 81.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E083.json index 67f8358504..cfda14555c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E083.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:14.479596Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 82.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E084.json index c443b37041..8d8bd48055 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E084.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:16.340816Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 83.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E085.json index 91a07f8d1f..c865a5a5c7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E085.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:17.981803Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 84.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E086.json index 0acf22dfe8..1ecd52b957 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E086.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:18.799147Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 85.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E123.json index 2c7270c3a7..e35d65ab4f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E123.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:19.269103Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E124.json index a406032cca..8d44ca62b3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E124.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:21.116653Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E125.json index 6a40fa2d8f..e16960adf6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E125.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:21.787834Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99972222222222, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E145.json index 68ca3c19c1..c8980016a6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E145.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:22.175905Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E146.json index 4604101f02..d0f8bebc22 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E146.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:23.177301Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E147.json index 6716a9d467..df794671f4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E147.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:25.252197Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 146.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E151.json index 306e8081f0..278cc8872b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E151.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:26.314210Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 150.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E152.json index 686d05f5ce..329df3ada8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E152.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:27.655785Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E153.json index 62d3dc1af7..65edd6c0cb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E153.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:28.960473Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 152.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E154.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E154.json index 04ec0b55b6..c3652657ab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E154.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E154.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:30.701266Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 153.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E154.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E154.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E155.json index fd73fc0548..cd4affb308 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E155.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:32.069123Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 154.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E156.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E156.json index 0ac20afe0f..d059c898cc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E156.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E156.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:33.855678Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 155.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E156.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E156.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E157.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E157.json index 02b4e9098d..26a090b76d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E157.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E157.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:35.404400Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 156.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E157.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E157.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E158.json index caf5240824..e2e9f257fa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E158.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:37.488394Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 157.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E159.json index 5af467cdab..f2fcf36188 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E159.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:40.981590Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 158.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E160.json index 9cb653dd6f..627f4c2b76 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E160.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:43.077637Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 159.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E161.json index afcfc50489..6e6dac00dc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E161.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:44.292751Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 160.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E162.json index c1b5f93b90..b51d2c7ac8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E162.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:44.471543Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 161.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E163.json index 4515221e1e..e68645753a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E163.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:44.649208Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 162.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E164.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E164.json index 15ee9d8a96..aa0cf55203 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E164.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E164.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:44.910598Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 163.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E164.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E164.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E165.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E165.json index 9984794b70..3dab2156a1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E165.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E165.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:45.227241Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 164.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E165.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E165.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E166.json index ecffbd6bd7..23c91c36bc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E166.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:45.764693Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 165.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E167.json index 22a5884f41..233d72ca3a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E167.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:47.107820Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 166.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E168.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E168.json index e3df2edd63..06d3c0cab4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E168.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E168.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:48.327452Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 167.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E168.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E168.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E169.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E169.json index c9a18e6763..523f4f3b83 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E169.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E169.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:48.656878Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 168.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E169.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E169.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E170.json index 84cf60e494..389ff033c2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E170.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:49.189619Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 169.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E171.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E171.json index 6d673dafc6..f9f466ebb1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E171.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E171.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:49.607081Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 170.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E171.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E171.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E172.json index 586db3c5a8..6eaafac667 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E172.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:49.712741Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 171.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E173.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E173.json index db5b0c883e..5d0191bd6c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E173.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E173.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:50.274781Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 172.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E173.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E173.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E174.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E174.json index c7891bc7e3..e20d34f1f8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E174.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E174.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:50.735699Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 173.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E174.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E174.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E175.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E175.json index b366251489..ac3a0ce412 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E175.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E175.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:51.255510Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 174.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E175.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E175.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E176.json index b7e4f0590c..725109c955 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E176.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:51.516809Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 175.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E177.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E177.json index b120f9536d..e1a4c60a97 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E177.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E177.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:51.772007Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 176.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E177.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E177.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E178.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E178.json index daa9ef369b..97160b7574 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E178.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E178.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:52.202323Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 177.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E178.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E178.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E179.json index be2221596a..eaaee4dffa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69E179.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:52.569138Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 178.99972222222223, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69E179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W023.json index 0f2aac6b6a..ae5e961929 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W023.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:52.736709Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -23.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W024.json index 52b9e00045..1d5335ccd3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W024.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:52.850075Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -24.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W025.json index 60b48c5374..734e0cdd67 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W025.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:53.029217Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -25.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W026.json index 2ff401eec5..60139bb2da 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W026.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:53.226663Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -26.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W028.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W028.json index 8f6b4cb5af..953f9382be 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W028.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W028.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:53.317462Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -28.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W028.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W028.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W029.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W029.json index 154e109e29..6ad82a9b0a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W029.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W029.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:53.361646Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -29.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W029.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W029.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W050.json index f5ba05cfe7..ef7ae8963f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W050.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:53.425595Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -50.000277777777775, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W051.json index 6585b8d9f7..3049c5ee28 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W051.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:53.838956Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -51.000277777777775, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W052.json index ce7a4c0edc..640d33807f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W052.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:54.091217Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -52.000277777777775, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W053.json index 0f86dbc540..f8611c1ae9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W053.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:54.366147Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -53.000277777777775, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W054.json index 7140fb6462..af1584db47 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W054.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:54.592689Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -54.000277777777775, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W055.json index ced12e52c7..804e2d5108 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W055.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:54.833754Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -55.000277777777775, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W056.json index 1bc9ad8cfe..cc92b0664e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W056.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:54.880425Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -56.000277777777775, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W067.json index 98b84f402f..a2abb8d9b5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W067.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:54.936517Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W068.json index c667a223e4..4a50cd60c4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W068.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:55.347601Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W069.json index e4be466b3f..add43a4e35 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W069.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:55.471787Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W070.json index 63385b63bc..d616aef44b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W070.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:55.660851Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W071.json index 669b282396..a0a121ebc5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W071.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:55.839447Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W075.json index 8a585dbc88..0ddbd5c683 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W075.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:56.022728Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W076.json index 7581b73a7b..b73523631b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W076.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:56.384272Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W077.json index 7841bdc093..f292552a77 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W077.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:56.901970Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W078.json index 9fa6e2f35a..211012f1a8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W078.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:57.426277Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W079.json index 67024873e2..57042d1312 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W079.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:58.081076Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W080.json index 2379790b16..df7614c759 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W080.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:58.596732Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W081.json index 905afab839..776f87358b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W081.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:59.031014Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W082.json index ebdc20aeff..5cb7f80215 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W082.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:24:59.525781Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W083.json index fdb347f8bc..f1d5b16d9c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W083.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:00.108290Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W084.json index b82f5f364b..1207798729 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W084.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:00.398665Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W085.json index 3c11feeed0..5ef3bb96be 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W085.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:00.636739Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W086.json index 45b68e37bf..31d5b2a7f2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W086.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:00.917528Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -86.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W087.json index 9bbc0adb76..769f66ab33 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W087.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:01.077461Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W088.json index 99f7475578..226b7caa2b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W088.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:01.127696Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W089.json index 159f20b795..66e8e4f748 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W089.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:01.290550Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W090.json index 1d6536defb..5c7e39988c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W090.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:01.617199Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W091.json index 699b89e303..faecff98bc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W091.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:02.186195Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W092.json index 922933f312..b55f32ee84 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W092.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:02.544014Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W093.json index c57ee03ec0..de32f24a0b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W093.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:03.322850Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -93.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W094.json index 89fab6ae6b..e6fa857c4c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W094.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:04.961828Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -94.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W095.json index 610ccb41e2..4c5b490fb0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W095.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:05.607769Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -95.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W096.json index f37593781a..b98b984e11 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W096.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:06.356616Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -96.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W097.json index f27d81d2a7..a9f533a4b4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W097.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:07.230875Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -97.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W098.json index da067e1fda..76d49a0c28 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W098.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:08.106263Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -98.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W099.json index 4813f993bc..13997004ba 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W099.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:09.526606Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -99.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W100.json index 201702b888..87e11116a2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W100.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:10.010101Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -100.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W101.json index 55f8d18815..8602d8242e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W101.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:10.342191Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -101.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W102.json index 85a0b7fd96..e648f714d2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W102.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:11.261430Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -102.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W103.json index aa5a40b782..d94ee394e7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W103.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:13.166321Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -103.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W104.json index e7e4a29252..a9443bf5e5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W104.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:14.754275Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -104.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W105.json index 99bd0786a7..5dee390d1c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W105.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:15.364187Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -105.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W106.json index 9c06b2b864..ddf9d0fddf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W106.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:15.822942Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -106.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W107.json index 1927e34535..fdb363ccf3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W107.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:16.296938Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -107.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W108.json index 6423e07836..10bb472db8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W108.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:16.437633Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -108.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W114.json index b4fc9c9e0b..7f3020d59c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W114.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:16.836422Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -114.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W115.json index 25d2665ba8..623fe29a76 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W115.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:17.030053Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -115.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W116.json index 53a3dad17c..5478b63c52 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W116.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:17.359097Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -116.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W117.json index f556044dcb..5d57f88d84 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W117.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:17.515697Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -117.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W118.json index e36bbcb50e..c7db4ff752 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W118.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:17.735638Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -118.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W119.json index 9c05ffc1e7..8057f9dd2a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W119.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:17.964247Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -119.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W120.json index 2d5d820e53..66e1a9e366 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W120.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:18.053059Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -120.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W121.json index 563ae19355..b7fb44066d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W121.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:18.388452Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -121.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W122.json index b8f2eec406..46ded6a43a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W122.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:18.511177Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -122.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W123.json index 961123f72e..f266884959 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W123.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:18.739128Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -123.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W124.json index 8bbdafd76c..b3c15981b9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W124.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:18.983159Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -124.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W125.json index 00a8a4af91..3c69f476c2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W125.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:19.789018Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -125.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W126.json index cc96903177..73c1734fea 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W126.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:20.323885Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -126.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W127.json index 8f77f9dc87..fa08f37bed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W127.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:20.517985Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -127.00027777777778, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W128.json index d3320e4951..7a1e0ffb38 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W128.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:20.646030Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -128.00027777777777, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W129.json index 0b2282d57b..3cc4c2eade 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W129.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:21.371725Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -129.00027777777777, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W130.json index 042be507df..8ed66cc682 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W130.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:22.257640Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -130.00027777777777, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W131.json index 56d71f3dd2..96359d82d4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W131.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:23.530754Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -131.00027777777777, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W132.json index 77bff9208a..ab914006fd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W132.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:25.213371Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -132.00027777777777, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W133.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W133.json index 1003aab09c..3c2b727baf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W133.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W133.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:26.392614Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -133.00027777777777, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W133.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W133.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W134.json index 1a4b8e61e0..6e7ad895ac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W134.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:27.310023Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -134.00027777777777, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W135.json index 7e99104a90..618c266a1a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W135.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:28.714459Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -135.00027777777777, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W136.json index e430cc8355..f6f7613e53 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W136.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:29.983594Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -136.00027777777777, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W137.json index b54fd1a9ec..b56f54441f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W137.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:30.100592Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -137.00027777777777, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W138.json index 42a0959e81..3737861772 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W138.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:30.322924Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -138.00027777777777, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W139.json index 91ac944ec3..4fa46cfb05 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W139.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:30.763472Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -139.00027777777777, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W140.json index 54e3cda036..c180dc05b0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W140.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:31.086400Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -140.00027777777777, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W141.json index 4bd2d16890..bb6199dd21 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W141.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:31.291507Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -141.00027777777777, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W142.json index aa43cf417e..5c49332276 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W142.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:31.563199Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -142.00027777777777, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W143.json index 851e8a6304..54f2819c5a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W143.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:31.907827Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -143.00027777777777, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W145.json index 60b91f720c..13f1182d35 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W145.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:32.086699Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -145.00027777777777, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W146.json index 6e439e52ac..43e9be7838 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W146.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:32.327539Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -146.00027777777777, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W151.json index 6a2ed4d03a..7692d08b00 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W151.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:32.558032Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -151.00027777777777, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W152.json index a720553c95..344bc7f0d0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W152.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:32.945936Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -152.00027777777777, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W163.json index f3efc9af83..326bbc6302 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W163.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:33.910095Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -163.00027777777777, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W164.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W164.json index 37d6c70280..a6fe2ef43c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W164.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N69W164.json @@ -41,7 +41,7 @@ 70.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:34.188718Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -164.00027777777777, 69.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W164.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N69W164.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E018.json index baedd8d086..9cf71f75e0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E018.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:34.273865Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 17.999583333333334, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E019.json index a0719e5cda..4d878f9a08 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E019.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:34.453549Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 18.999583333333334, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E020.json index 53abc07d13..b9d260ddb0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E020.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:34.632205Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 19.999583333333334, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E021.json index e6ea52e029..4d70e99c1d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E021.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:34.774740Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 20.999583333333334, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E022.json index 05cc0140ba..56de6e16c5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E022.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:35.012974Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 21.999583333333334, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E023.json index 0ba4e64794..230788cb6c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E023.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:35.250282Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 22.999583333333334, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E024.json index 87cbe3426d..158c1cb8a3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E024.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:35.522814Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 23.999583333333334, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E025.json index 2897a392fa..a6aa07dd9a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E025.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:35.786429Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 24.999583333333334, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E026.json index 6a6b0373a9..e070e2b4ab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E026.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:35.996484Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 25.999583333333334, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E027.json index 5b87f701f4..87ff59aab2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E027.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:36.205792Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 26.999583333333334, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E028.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E028.json index 4fdc231261..1b63f140c1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E028.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E028.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:36.390389Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 27.999583333333334, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E028.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E028.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E029.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E029.json index 7e1243e16d..da405ed7ad 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E029.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E029.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:36.605099Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 28.999583333333334, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E029.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E029.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E030.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E030.json index a2aac91979..b74c018d00 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E030.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E030.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:36.808708Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 29.999583333333334, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E030.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E030.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E031.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E031.json index 1d1670ca29..135060fcbd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E031.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E031.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:36.860285Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 30.999583333333334, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E031.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E031.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E052.json index f194ab80e3..6431c4f1f4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E052.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:36.900203Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.999583333333334, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E053.json index 99d11ae9d5..b4a87df57c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E053.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:37.128960Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 52.999583333333334, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E054.json index fae6611ea4..0de187a825 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E054.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:37.384227Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 53.999583333333334, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E055.json index 3ead5d82e5..90a40542b9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E055.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:37.667430Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 54.999583333333334, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E056.json index b6d751fa8d..8534877729 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E056.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:37.987480Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 55.999583333333334, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E057.json index aef8b85a31..dfbd189370 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E057.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:38.341756Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 56.999583333333334, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E058.json index 687a48f710..65daf84294 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E058.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:38.531156Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 57.999583333333334, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E059.json index cf0ff65490..899a44387c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E059.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:38.698748Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 58.999583333333334, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E060.json index b0c10a2129..d1f4189d28 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E060.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:38.847879Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 59.999583333333334, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E066.json index 0d9c0f17f8..7373d80d31 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E066.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:39.342721Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 65.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E067.json index d517fd3b2a..6fe5df1cbb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E067.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:40.968925Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 66.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E068.json index a49a2250f3..06ee5e1c94 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E068.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:42.597134Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 67.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E069.json index acbba42b2e..1db7a1d635 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E069.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:43.620736Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 68.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E071.json index 03ae6d0ab6..c5845ddd32 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E071.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:45.280115Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 70.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E072.json index 378c180788..7a47e62e1c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E072.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:46.683719Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 71.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E073.json index e9420913d1..bd7beeca4b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E073.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:46.876670Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E074.json index 632ccd4d06..4975b442cd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E074.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:47.898880Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 73.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E075.json index 2f6194d733..f7002b1542 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E075.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:49.301888Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 74.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E076.json index 4978753880..213f165dbb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E076.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:50.783982Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 75.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E077.json index 29b675b5a4..0c08920f33 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E077.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:52.124249Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 76.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E078.json index 99f1ff52a6..8371c0c614 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E078.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:53.355424Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 77.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E079.json index 2d0d304d5a..90b0226e79 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E079.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:54.624150Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 78.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E080.json index 3c085df751..9deac77ca5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E080.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:55.672423Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 79.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E081.json index b4adec95e1..00a3c8e149 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E081.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:57.380125Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 80.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E082.json index eb82f69277..c9f5a2d957 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E082.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:58.873755Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 81.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E083.json index bcdcb1918d..22dbbdbdda 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E083.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:25:59.858817Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 82.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E084.json index e4aac262ca..7dc2624046 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E084.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:00.322392Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 83.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E107.json index b53bc40529..ceafe94d69 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E107.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:00.370197Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 106.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E122.json index 2c57777298..aa7686eba5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E122.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:00.518545Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E125.json index a27dbe5ab6..4349536d03 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E125.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:00.885300Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E126.json index f8bb49e2fe..733134f19d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E126.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:01.051046Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E127.json index 7a431096c2..b9fca17985 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E127.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:01.384641Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E129.json index 666346fe40..ceb6e7d240 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E129.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:01.518117Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E130.json index 501d46d44a..098bc56ed0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E130.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:01.741735Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 129.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E131.json index a1eaa31516..de2c5970af 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E131.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:02.287720Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E132.json index 2b9ee1ca7a..34870725a7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E132.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:02.818135Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 131.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E133.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E133.json index 84f8832ab6..7dcd47c2f3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E133.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E133.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:03.522947Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 132.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E133.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E133.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E135.json index aaf5ab4ad5..0a91be6460 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E135.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:04.168992Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 134.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E136.json index 315a7ce521..9ba5b9f10d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E136.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:05.177433Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E137.json index 1efed17d2e..f676dce23e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E137.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:06.160246Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E138.json index c13777b227..d5c54b157d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E138.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:07.036271Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E139.json index 33c3db61cc..dd8b74080a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E139.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:08.089664Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E140.json index c2b41c1e54..054b8904a7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E140.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:08.773656Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E141.json index 63e4848ad2..9e0449ba7e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E141.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:09.454390Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E142.json index e5803a67ae..249add8d0a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E142.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:10.699332Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E143.json index 1e1e0b02c7..aea7361b1f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E143.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:11.939405Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E144.json index 4eb2bee76f..2be70155dc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E144.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:13.130707Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 143.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E145.json index 60db23c992..dd614ef380 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E145.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:14.635098Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E146.json index c8b8f1905d..ef78b1ede0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E146.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:16.222283Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E147.json index ab1c0f3170..a2c44f94bc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E147.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:17.793508Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 146.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E148.json index c8f328f06c..2534c9315f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E148.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:18.706127Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 147.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E149.json index 83f77c7112..adc6810f0c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E149.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:19.292253Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 148.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E150.json index a6ce166c4e..2f8ead805a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E150.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:20.374358Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E151.json index 0e9de6d9bf..c87804fd46 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E151.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:21.453604Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 150.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E152.json index 85def224cd..753eb8ffd5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E152.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:22.490384Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E153.json index 4b07fb218a..93016e2003 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E153.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:23.599839Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 152.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E154.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E154.json index 5f25dd4dc7..ea6246071e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E154.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E154.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:25.136299Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 153.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E154.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E154.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E155.json index 0b3210644a..b8eda64c75 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E155.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:26.397736Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 154.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E156.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E156.json index d410eadb3e..377642e1d0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E156.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E156.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:28.008748Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 155.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E156.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E156.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E157.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E157.json index d39aeba6f0..c75c0dca40 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E157.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E157.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:29.719921Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 156.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E157.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E157.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E158.json index bee411eef6..39f766deaf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E158.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:31.334466Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 157.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E159.json index 11ec1be38d..0036eca9db 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E159.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:32.657982Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 158.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E160.json index b6171ae17f..c5998adeab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E160.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:32.857093Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 159.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E161.json index b40bb88ab2..dc08b7bfcc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E161.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:32.912165Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 160.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E162.json index 429cd4ee11..20c389703b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E162.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:32.954696Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 161.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E168.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E168.json index 062a90da75..a11cff0eb5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E168.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E168.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:33.005050Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 167.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E168.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E168.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E170.json index 618086348f..c9dd88b524 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E170.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:33.152383Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 169.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E171.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E171.json index a75215ff4c..26f06bd688 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E171.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E171.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:33.208648Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 170.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E171.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E171.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E178.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E178.json index 2b10752522..66a16f1462 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E178.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E178.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:33.393228Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 177.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E178.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E178.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E179.json index 1b4080d6fc..7acca8073a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70E179.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:33.480725Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 178.99958333333333, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70E179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W009.json index e50fc0e9cd..deaa1032d8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W009.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:33.538603Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -9.000416666666666, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W010.json index eea2af1f60..df225c307a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W010.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:33.687155Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -10.000416666666666, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W022.json index 9b6d3e2c6c..25eb9f1868 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W022.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:33.876042Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -22.000416666666666, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W023.json index f73cc12dc8..197a493d49 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W023.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:34.007240Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -23.000416666666666, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W024.json index a1e73aa70b..32f38bc0fc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W024.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:34.087701Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -24.000416666666666, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W025.json index 4b363c7424..ccb76408ed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W025.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:34.403544Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -25.000416666666666, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W026.json index 44ffd4aa3f..f780ac560a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W026.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:34.581844Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -26.000416666666666, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W027.json index 53bf981bfd..bfa38b4457 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W027.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:34.937024Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -27.000416666666666, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W028.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W028.json index 9ad0e25fd3..cdfdf37529 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W028.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W028.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:35.050469Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -28.000416666666666, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W028.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W028.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W029.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W029.json index cdb6364188..f2e7f50864 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W029.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W029.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:35.258293Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -29.000416666666666, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W029.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W029.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W030.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W030.json index f675ef27f3..4f81611736 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W030.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W030.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:35.440063Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -30.000416666666666, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W030.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W030.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W051.json index 355be60232..aa2f4b3102 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W051.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:35.588976Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -51.000416666666666, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W052.json index cd77b1612e..4850ef6748 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W052.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:35.825320Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -52.000416666666666, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W053.json index 3bbf7b5344..04d07311f7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W053.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:36.045801Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -53.000416666666666, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W054.json index 27bebbf7e6..18978bf27c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W054.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:36.127689Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -54.000416666666666, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W055.json index e43a1273be..3d0a7f2e5e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W055.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:36.323151Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -55.000416666666666, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W056.json index 3f68ac15bb..32f2dcfd86 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W056.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:36.365247Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -56.000416666666666, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W068.json index 79ded54a94..17e14190d9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W068.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:36.656688Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W069.json index d297ab332a..525599a5a1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W069.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:36.867885Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W070.json index 7b43859b2a..dc345286ff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W070.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:37.066491Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W071.json index c6087f458a..007dd5d279 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W071.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:37.192229Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W072.json index ef606d52cb..3ffbed7fa9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W072.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:37.391497Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W073.json index 299d95d1e1..cb0c830372 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W073.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:37.539062Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W074.json index 2ad30e0ecf..2684cc0107 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W074.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:37.584231Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W077.json index 23d4c4a72d..c069074118 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W077.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:37.628032Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W078.json index 7efbeb9881..8618088a89 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W078.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:37.703163Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W079.json index e9bf5895ca..b3dce107a5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W079.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:37.959562Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W080.json index d2a66a26ca..32676a7926 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W080.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:38.410064Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W081.json index ff27b16bd4..1446d03dd0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W081.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:38.623942Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W082.json index 8150e94c33..04bdb33e0e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W082.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:38.761222Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W083.json index 163c7dfdbf..50cd78235a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W083.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:38.936658Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W084.json index 3bd368989a..2aef78628c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W084.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:39.121567Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W085.json index 4055660088..8242b184a9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W085.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:39.257381Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W086.json index fa6c0e03da..a72bcfa73f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W086.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:39.449181Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -86.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W087.json index 3bea740afe..5dc219f9c2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W087.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:39.710731Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W088.json index c2efbdc880..fdcd93a9e2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W088.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:40.012757Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W089.json index f610c28d22..3b54517166 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W089.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:40.276453Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W090.json index 5282b28851..ae32f90218 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W090.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:40.501347Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W091.json index b4f3d33919..2ee023e0c9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W091.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:40.548766Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W092.json index 279ce492f7..922c242f15 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W092.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:40.740786Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W093.json index 41d35cc716..106a83d0f6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W093.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:40.905004Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -93.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W094.json index 4bdec4376a..db18268ade 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W094.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:41.243476Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -94.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W096.json index 49ca60ccbb..3076050ff4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W096.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:41.405553Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -96.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W097.json index 74b7fb6632..e8112acb60 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W097.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:41.793692Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -97.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W098.json index 5b9f1e80c8..d3463b04f2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W098.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:41.847246Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -98.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W101.json index 7a2eaa9ac5..518cb905df 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W101.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:42.156826Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -101.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W102.json index 318ce8277c..925178b652 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W102.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:42.795378Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -102.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W103.json index 1f780ec193..141e32123a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W103.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:43.510024Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -103.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W104.json index 2eebd9305a..1040c7e221 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W104.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:44.178249Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -104.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W105.json index 3f6a5175ac..5e85a6dc43 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W105.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:44.481806Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -105.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W112.json index ceeb260565..a20086abca 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W112.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:44.913945Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -112.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W113.json index 6647c3b7c0..1e046acb7a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W113.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:45.238609Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -113.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W114.json index c32550aecf..04e376e5bf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W114.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:45.479936Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -114.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W115.json index 75abdddf02..d8d7e023da 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W115.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:45.623450Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -115.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W116.json index c5c8692ba9..743bb353ad 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W116.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:45.963667Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -116.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W117.json index 2f08d5e4d5..07483ed848 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W117.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:46.083720Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -117.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W118.json index e7e086b7b6..f2b9a20ae0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W118.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:46.267954Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -118.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W119.json index 66fbab3c5d..847a17d5f2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W119.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:46.332687Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -119.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W125.json index d068408de5..87e7099f61 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W125.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:46.567787Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -125.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W126.json index 91adde85a0..3b2f66a74d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W126.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:46.629830Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -126.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W127.json index 24a4899524..640fc5dcc6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W127.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:46.772942Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -127.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W128.json index 9ac8aeb26d..94896e00d0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W128.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:47.332654Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -128.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W129.json index 054d7fb400..8f2be78660 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W129.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:47.626920Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -129.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W130.json index bf854fa2e3..63127b95d0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W130.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:48.073880Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -130.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W131.json index 86990da78a..c8165cb8a4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W131.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:48.402052Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -131.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W132.json index d1e3015de9..6fd2c47ce6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W132.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:48.528998Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -132.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W143.json index f6faf96101..028b0ddab6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W143.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:48.642138Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -143.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W144.json index 2f83258223..0bd5df4310 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W144.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:48.957895Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -144.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W145.json index 957cadd0b8..e1923c323e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W145.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:49.166837Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -145.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W146.json index c2ad23b8a2..f9c0bf199d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W146.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:49.455882Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -146.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W147.json index aac19ca545..6a15bb6e6d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W147.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:49.777468Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -147.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W148.json index 64b0f17ecf..fe1484cdfb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W148.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:50.247407Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -148.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W149.json index ecfb418b36..8b6c9cc2ca 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W149.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:50.831871Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -149.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W150.json index 381059d30d..c774d27c85 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W150.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:51.509340Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -150.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W151.json index 0033a5fd19..6ce4c8af8d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W151.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:52.258076Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -151.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W152.json index 31f0080b25..ed604aab80 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W152.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:53.149513Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -152.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W153.json index 422922e2c3..efa490c133 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W153.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:54.380558Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -153.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W154.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W154.json index 64f02f3809..147eefc59a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W154.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W154.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:55.511098Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -154.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W154.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W154.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W155.json index f2379eeeba..411385a06e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W155.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:56.735338Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -155.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W156.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W156.json index 29ad30cc18..fce07abc15 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W156.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W156.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:26:58.185485Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -156.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W156.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W156.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W157.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W157.json index afd3fb5c4d..af332ffdb1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W157.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W157.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:00.144781Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -157.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W157.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W157.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W158.json index 401f709848..91456ba14b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W158.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:01.999355Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -158.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W159.json index 234589a3d0..1245ada14e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W159.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:03.073770Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -159.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W160.json index ff5b9acfd9..d85742314a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W160.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:04.120231Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -160.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W161.json index 80cb88d404..b6219d362f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W161.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:04.658314Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -161.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W162.json index fd79e4bedc..3e99f76fe6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W162.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:05.148268Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -162.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W163.json index a9550d9550..21bf49d206 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W163.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:05.378942Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -163.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W179.json index db2d4bcc25..414707dad0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W179.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:05.434858Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -179.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W180.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W180.json index 27204931a2..3b014dab22 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W180.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N70W180.json @@ -41,7 +41,7 @@ 71.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:05.530990Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -180.00041666666667, 70.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W180.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N70W180.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E023.json index c0a3e24ac4..bd7dcdbf22 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E023.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:05.668627Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 22.999583333333334, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E024.json index 3cada6fafb..6e31b07ce7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E024.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:05.732651Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 23.999583333333334, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E025.json index a9ebd64a18..ffcb60a0d5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E025.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:05.944764Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 24.999583333333334, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E026.json index 830ccfce2d..1dcd4b91eb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E026.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:05.998297Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 25.999583333333334, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E027.json index 1378681b88..f025c1ef15 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E027.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:06.056026Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 26.999583333333334, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E028.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E028.json index f774295a31..8a5f51da85 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E028.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E028.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:06.214305Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 27.999583333333334, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E028.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E028.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E051.json index 76a1a81725..db4ac2467e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E051.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:06.455572Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.999583333333334, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E052.json index 7d8a655afe..2334469575 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E052.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:06.986957Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.999583333333334, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E053.json index a5acc5fbbc..9cc88a7a19 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E053.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:07.446630Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 52.999583333333334, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E054.json index 24dceab191..1a1e780545 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E054.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:07.554611Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 53.999583333333334, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E055.json index 3ed33230dc..9f47c263fc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E055.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:07.813493Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 54.999583333333334, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E056.json index d003b05d14..4f481dd4ac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E056.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:08.018608Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 55.999583333333334, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E066.json index 78732d53b1..9baba59a86 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E066.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:08.149206Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 65.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E067.json index 89264ee24c..e50f415721 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E067.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:09.026856Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 66.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E068.json index 23890327d6..8607e4b5a3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E068.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:10.218866Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 67.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E069.json index 4bdf992a75..470dd0a6a2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E069.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:11.278200Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 68.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E070.json index 21c005ced5..459a75d3a9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E070.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:12.048044Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 69.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E071.json index a16fb31080..7a61e69254 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E071.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:14.133125Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 70.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E072.json index be4536c6b2..57f4b7bbc6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E072.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:14.858259Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 71.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E073.json index 0dbbfe6bc5..6afabdf063 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E073.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:15.502218Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E074.json index cbc401e0f7..79a036a974 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E074.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:16.546485Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 73.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E075.json index 7c670675da..12cb015cbd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E075.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:17.950876Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 74.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E076.json index cae1e182bb..a436bf7cec 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E076.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:19.683244Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 75.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E077.json index 400211254c..edd34a0ce6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E077.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:21.212671Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 76.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E078.json index 9948d2ac7e..94c2409d55 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E078.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:22.777976Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 77.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E079.json index d6b378d56a..068d525f7b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E079.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:24.022778Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 78.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E080.json index ff3b06b120..d69e70ed22 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E080.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:25.245007Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 79.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E081.json index 8a0b6536a6..223efc2a62 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E081.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:26.334726Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 80.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E082.json index 10c906a668..1ec466f1aa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E082.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:27.248716Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 81.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E083.json index 27bb77986d..e658adffb1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E083.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:27.704798Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 82.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E084.json index 3fbebc8d1c..bcd510a9fb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E084.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:27.998770Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 83.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E085.json index 1d23894156..6ea7b7d542 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E085.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:28.407483Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 84.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E087.json index 52b19d81c4..d5bb8ff1e0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E087.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:28.556505Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 86.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E088.json index bff576a2d3..ecd85fd25c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E088.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:29.288179Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 87.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E089.json index f1b72ad3cd..792d37ec98 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E089.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:30.040477Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 88.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E090.json index 3a9a893478..7de0ec1c53 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E090.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:30.331860Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 89.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E098.json index 7bf25a02c3..b7e5fe55f0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E098.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:30.678692Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 97.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E099.json index 143685da25..daac73702c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E099.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:31.438893Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 98.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E100.json index 4293f1cd42..4168eea8c3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E100.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:32.057650Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 99.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E101.json index 72acba14fa..580946c394 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E101.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:32.768599Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 100.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E102.json index 8d6983aebd..eae6e34a5b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E102.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:33.533436Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 101.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E103.json index de51baeadf..30c84b6c49 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E103.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:33.793181Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 102.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E104.json index a76092d747..3ae52e4c66 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E104.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:33.845427Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 103.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E113.json index 505d89e100..7d57022658 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E113.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:34.158411Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 112.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E114.json index 71bbe68b31..642c4aa4cb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E114.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:34.564925Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E121.json index 7a1ae23783..4a221ad16c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E121.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:34.829521Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E122.json index d5952dc504..800900f83e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E122.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:35.103704Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E123.json index 485a94986b..ba60c65e0b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E123.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:35.438900Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E126.json index bafed22eae..00bdaf4358 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E126.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:35.618120Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E127.json index 19f6392d53..15a67da23f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E127.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:35.927045Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E128.json index 254b3d5598..3d385c03e9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E128.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:36.154603Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 127.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E129.json index 6e5990cf6e..77185e5715 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E129.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:36.496623Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E130.json index db0725ec88..ee54b2633a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E130.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:36.652997Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 129.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E131.json index c4be569222..c6dce27982 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E131.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:36.828659Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E132.json index c6bb0fb421..3b6a0d9d34 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E132.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:37.919136Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 131.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E133.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E133.json index 7e209bd3b2..3f78ccb1f3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E133.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E133.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:38.731861Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 132.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E133.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E133.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E134.json index b0b957e6b6..a6c4103ca7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E134.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:39.301788Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 133.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E135.json index 33d31ae0b7..f315e5cf46 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E135.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:40.367139Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 134.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E136.json index 6f794263ca..6f21d05f13 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E136.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:42.056907Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E137.json index 87d8b681b0..5923c44f21 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E137.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:43.283351Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E138.json index 0ed93ce93b..6a76cab783 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E138.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:45.036685Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E139.json index d3d7de8c5d..af43c4a475 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E139.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:46.149324Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E140.json index 7a92e4c5b7..e1b5ac4123 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E140.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:47.682309Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E141.json index 15cd6bc216..9a421d968f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E141.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:49.030624Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E142.json index 3d3118db0d..42d429a20c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E142.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:50.793454Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E143.json index a67f3dea34..e0f637c59c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E143.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:52.620550Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E144.json index 266055939d..131378e47b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E144.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:54.509965Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 143.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E145.json index f14680bc84..63ec641f0a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E145.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:56.025660Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E146.json index 9aa0b8adea..25ecb01d99 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E146.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:57.779935Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E147.json index f7f1113561..adc6b33a1b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E147.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:27:59.763590Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 146.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E148.json index e846b5862b..a8680fa745 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E148.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:01.648165Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 147.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E149.json index c0cfb1cf59..20ce5f744a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E149.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:03.242987Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 148.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E150.json index 842db7678c..d485020a16 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E150.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:04.506388Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E151.json index 39165a97c7..ace7c2057f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E151.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:05.256383Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 150.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E152.json index ff2f4e1d6d..4f1eec88b5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E152.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:05.300093Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E154.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E154.json index 5b9dd7418d..715c7751e7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E154.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E154.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:05.341798Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 153.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E154.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E154.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E155.json index 60bcaa4fc0..3a64a86c8d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E155.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:05.666841Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 154.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E156.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E156.json index cb3009e6c6..0892b718f0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E156.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E156.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:05.841662Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 155.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E156.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E156.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E157.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E157.json index 1df5afc7f2..a8dc7b125a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E157.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E157.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:06.077534Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 156.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E157.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E157.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E158.json index c6bd5283d7..f48f260121 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E158.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:06.190578Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 157.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E178.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E178.json index 6a9d7b38ca..bf4a58529b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E178.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E178.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:06.240382Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 177.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E178.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E178.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E179.json index 2b1b69f558..7972b26e49 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71E179.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:06.291411Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 178.99958333333333, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71E179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W008.json index 22bdf4fc25..d44781d58d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W008.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:06.329727Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -8.000416666666666, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W009.json index a6d344e4c7..5f1a5a9481 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W009.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:06.374340Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -9.000416666666666, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W022.json index d6352c3f3b..c33f2960f8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W022.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:06.561374Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -22.000416666666666, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W023.json index 39becd654e..073d0cfc90 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W023.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:06.838991Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -23.000416666666666, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W024.json index d70f04ed3c..7058b160fc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W024.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:07.032162Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -24.000416666666666, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W025.json index 901ae93d33..8e3e67d222 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W025.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:07.271366Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -25.000416666666666, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W026.json index fcbc5f3fb3..3ba52c5bc4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W026.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:07.369656Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -26.000416666666666, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W027.json index ee5858f6f2..c6fcc51276 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W027.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:07.418525Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -27.000416666666666, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W028.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W028.json index 6789dea6ac..5dae1326dd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W028.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W028.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:07.592256Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -28.000416666666666, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W028.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W028.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W029.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W029.json index 93df890d2d..e66215f744 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W029.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W029.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:07.741563Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -29.000416666666666, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W029.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W029.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W051.json index 59ae1e8324..1f71664f21 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W051.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:07.788290Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -51.000416666666666, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W052.json index 814e376a5e..cb664c55f0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W052.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:07.871331Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -52.000416666666666, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W053.json index de2a961b4a..ec3789b068 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W053.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:07.961022Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -53.000416666666666, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W054.json index f2c6fcdb2c..8fa6b79b3b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W054.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:08.173420Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -54.000416666666666, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W055.json index 2db6fa6b3f..466ef4bdc7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W055.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:08.403567Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -55.000416666666666, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W056.json index db1790eb35..4a228d09ef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W056.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:08.617100Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -56.000416666666666, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W071.json index c252724ee2..c31a9f3363 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W071.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:08.786695Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W072.json index c74c429b2e..17522dba73 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W072.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:08.902446Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W073.json index 36aa4faf17..6c9dd1215b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W073.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:09.020279Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W074.json index fc2f2bf9ef..b5419b1984 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W074.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:09.326333Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W075.json index 3c366b897e..5e40501513 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W075.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:09.435717Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W076.json index 3eae35b271..e53c4b0b99 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W076.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:09.535598Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W077.json index 520d990bf9..0296bd6729 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W077.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:09.698414Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W078.json index 55e90ad5e2..c040aafcec 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W078.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:09.843725Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W079.json index 84e80c3d53..fca0d5a795 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W079.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:09.907665Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W080.json index c839c350e7..ec3c934aa2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W080.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:09.954320Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W081.json index 7ae69c75de..8d5c6ee199 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W081.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:10.008101Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W082.json index bcab3ee57d..85c93a4ba4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W082.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:10.170259Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W085.json index 6601dfde1c..ec54a9c69d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W085.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:10.731022Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W086.json index def2bc488d..d3cb278582 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W086.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:11.085863Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -86.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W087.json index 14037b4224..33b6b1f057 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W087.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:11.312242Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W088.json index c83905f248..15b1d13fb2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W088.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:11.524678Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W089.json index 88ecbcb3e3..3657ae0f05 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W089.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:11.773845Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W090.json index a49f529620..5d65a4defc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W090.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:12.103873Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W091.json index 6627a97369..d95fbbc9da 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W091.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:12.160298Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W093.json index df9a94494a..e4559fdee2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W093.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:12.460579Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -93.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W094.json index 27b3f479e5..c2362f41fb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W094.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:12.809724Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -94.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W095.json index 60e1b4323d..cba7ab3b19 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W095.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:13.150827Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -95.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W096.json index b74bc2d225..bd860b4c30 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W096.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:13.399324Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -96.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W097.json index c9dcb3570c..28e8c24434 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W097.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:13.646417Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -97.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W098.json index b68f26b870..ea144bce4a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W098.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:13.841657Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -98.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W099.json index a714e1853f..676b84103d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W099.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:14.256168Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -99.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W100.json index b646ed8e31..92111c9528 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W100.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:14.653814Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -100.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W101.json index ad47da9561..6f9b27120e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W101.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:14.758202Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -101.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W102.json index feb2f28c05..b113f44dd0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W102.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:14.899795Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -102.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W105.json index b12f91d260..e9817000f4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W105.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:15.294809Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -105.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W108.json index c5a664cc9f..8b4b696994 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W108.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:15.647820Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -108.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W109.json index 303194c403..a107f9c50e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W109.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:15.753156Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -109.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W115.json index c405f55b3d..af718e44fb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W115.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:15.798574Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -115.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W116.json index cc157509d7..ea03bd1461 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W116.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:15.993090Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -116.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W117.json index be90edfbdf..5cb8f5712f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W117.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:16.194963Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -117.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W118.json index 41139adefe..73cf1ad8f8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W118.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:16.314590Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -118.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W119.json index f65b039f42..95f6316f65 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W119.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:16.700422Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -119.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W120.json index 0ebb04eac0..cd358a7d4a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W120.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:16.781644Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -120.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W121.json index 63c25714de..60eae8d8c6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W121.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:16.874702Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -121.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W122.json index 27567fcfea..dad3da190d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W122.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:17.183899Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -122.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W123.json index 880415f08a..0849bbfbb7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W123.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:17.282025Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -123.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W124.json index 97bb646ba6..96a06c4008 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W124.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:17.382117Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -124.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W125.json index 0d50aa45b3..1071024dcc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W125.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:17.711932Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -125.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W126.json index fffb6d6aa0..9efc9c1014 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W126.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:17.804129Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -126.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W127.json index aef6a63cd9..161af5f57e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W127.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:17.847694Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -127.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W155.json index 78c8c157d1..036d545a51 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W155.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:18.031466Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -155.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W156.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W156.json index 9869f77449..e41360f8df 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W156.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W156.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:18.295023Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -156.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W156.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W156.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W157.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W157.json index d7b87d5a83..a0828a34ed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W157.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W157.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:18.839070Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -157.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W157.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W157.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W158.json index 2dfe060f8c..9ec2d04b52 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W158.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:18.949226Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -158.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W176.json index 9f888b0b84..34e6b224d6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W176.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:19.103194Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -176.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W178.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W178.json index 99ae68727b..a1edd95bf0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W178.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W178.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:19.302513Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -178.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W178.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W178.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W179.json index 1a8cd4f215..a52119b1a2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W179.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:19.694862Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -179.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W180.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W180.json index 51992f0276..85d46c82e7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W180.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N71W180.json @@ -41,7 +41,7 @@ 72.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:20.041678Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -180.00041666666667, 71.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W180.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N71W180.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E051.json index 3eb2242549..f7828a3bce 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E051.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:20.330935Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.999583333333334, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E052.json index da1a697af3..52e35253ec 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E052.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:20.530200Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.999583333333334, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E053.json index 1d98a79f49..e9640fdb86 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E053.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:20.756131Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 52.999583333333334, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E055.json index a4b38c7718..efe1b2ed6d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E055.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:20.995950Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 54.999583333333334, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E056.json index 1ac910e59c..58ccfe7bed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E056.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:21.058416Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 55.999583333333334, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E068.json index c39d291201..0ebf6427d9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E068.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:21.478031Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 67.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E069.json index f13df1390f..6e9477cdf2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E069.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:22.843099Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 68.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E070.json index 3c6a640544..c54f52cd7e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E070.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:24.133465Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 69.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E071.json index cc825cd017..55075098ba 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E071.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:25.181820Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 70.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E072.json index c588134d24..2c8e0606cb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E072.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:26.216428Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 71.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E073.json index 152dcd4aea..7ab525c252 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E073.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:26.265416Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E074.json index ddc90c53fe..cefbf22fe6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E074.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:26.619223Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 73.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E075.json index e0d68b2452..17af4640a3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E075.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:27.326785Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 74.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E076.json index a05bf351d3..f9631956c8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E076.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:27.524311Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 75.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E077.json index 790d68874d..1cb67a19b5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E077.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:28.216147Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 76.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E078.json index 20982568be..c003c07395 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E078.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:29.077714Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 77.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E079.json index 608d499a47..85c129e54e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E079.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:29.832338Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 78.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E080.json index 69582b3ae1..5eefb17592 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E080.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:30.207117Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 79.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E081.json index 7daef0a1f6..d0fbc48364 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E081.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:30.442497Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 80.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E082.json index 81de932c5c..befdce389e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E082.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:30.913397Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 81.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E084.json index a90849a87b..24cbda07aa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E084.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:31.034888Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 83.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E085.json index 24e6ec8f55..a442a3e5da 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E085.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:31.723439Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 84.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E086.json index 611c455f87..cc94e37be0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E086.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:32.062069Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 85.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E087.json index 8d57eb4519..b96a40523d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E087.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:32.501497Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 86.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E088.json index 6628cf0903..e1dc470484 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E088.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:32.938127Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 87.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E089.json index 8e5e225bf1..2057440135 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E089.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:33.792806Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 88.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E090.json index e87b4697ac..7fe9c11068 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E090.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:34.095857Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 89.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E091.json index c2b1ceddfb..9060f78768 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E091.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:34.879425Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 90.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E092.json index 32fb0f1e0d..032b011403 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E092.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:35.564409Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 91.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E093.json index 5a5849dcf0..d1ac77a5ed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E093.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:36.103613Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 92.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E094.json index 3952bef6bf..5121d3a55b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E094.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:36.604269Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 93.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E095.json index a721567ca5..1eaa62374e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E095.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:37.263555Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 94.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E096.json index 0be2333360..d07d19f778 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E096.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:37.530897Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 95.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E099.json index fcbdc7da13..e39128d465 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E099.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:37.750728Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 98.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E100.json index 64e6fe8710..39153108a7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E100.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:38.247075Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 99.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E101.json index e47b6086d6..a91ef542bb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E101.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:38.831208Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 100.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E102.json index 5e82750b04..f7cc68efdd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E102.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:39.792190Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 101.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E103.json index 0b380e3664..8e4a381550 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E103.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:40.669873Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 102.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E104.json index 81d3545dde..4d540d6a4c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E104.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:42.018036Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 103.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E105.json index aa7352773a..4bd88a2879 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E105.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:43.096711Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 104.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E106.json index dad3f8982a..973836c32e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E106.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:43.949016Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 105.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E107.json index e8301e62cd..564f44e2eb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E107.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:44.437951Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 106.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E108.json index 3e2cccac96..2e722624e4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E108.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:44.973318Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 107.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E109.json index e6ab2e8648..62415cbfed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E109.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:45.535954Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 108.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E110.json index 92aab55a43..7de0a76bdb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E110.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:46.394653Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 109.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E111.json index a307fcc4df..93c3f48f9d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E111.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:46.851530Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 110.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E112.json index 649b7b1bc0..918138b1d2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E112.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:47.206414Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 111.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E113.json index 085182ffd3..9a66a505b7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E113.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:48.227223Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 112.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E114.json index 463c8f17b7..91a68173ba 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E114.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:48.824352Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E115.json index 634a7eeca2..e5238e5814 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E115.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:49.567613Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E116.json index 82bbb7a9c5..de0e90a65e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E116.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:50.607311Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E119.json index c340aec94a..a3bb907cc0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E119.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:51.325297Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E120.json index d631065cab..9e2d96f6c1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E120.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:51.635205Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E121.json index 953372049c..2a79e81ec1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E121.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:51.906994Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E122.json index 5585493072..297ad11ca8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E122.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:52.215094Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E123.json index c4b27a3845..baf80be25e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E123.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:53.162975Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E124.json index 86cea9e8f0..a2966b99c2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E124.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:53.972099Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E125.json index d60f2667cd..b1419587dc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E125.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:55.503738Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E126.json index 4c5ac53717..b0dc344768 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E126.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:57.405650Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E127.json index a3cf0958f1..6961549238 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E127.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:28:58.708291Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E128.json index a922865f32..7a67ca91ca 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E128.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:00.359121Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 127.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E129.json index d4d76ecbaa..d687fbcc94 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E129.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:01.257889Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E139.json index 09c3e430a3..b8b5fa91a2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E139.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:01.739078Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E140.json index 92f96dfa18..95e44f5274 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E140.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:02.651771Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E141.json index 12468ab4a8..c918859cfe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E141.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:03.886752Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E142.json index d62f85496e..884d4ef986 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E142.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:05.271306Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E143.json index 87f0b7c769..e05a45201d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E143.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:06.664087Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E144.json index 641a569209..485fb1bc24 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E144.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:07.856955Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 143.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E145.json index 537d52d03d..2124f5d8af 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E145.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:08.722636Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E146.json index 0a363df928..c05d04405b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E146.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:09.455047Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E147.json index 9a50ebb585..d397650c83 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E147.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:10.194767Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 146.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E148.json index a0329d6341..13207382f5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E148.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:10.826846Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 147.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E149.json index 10733db649..47d91f502d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E149.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:11.253740Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 148.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E150.json index c5cce81de6..c799281e10 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72E150.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:11.303539Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.99958333333333, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W022.json index 4491b84a91..5d6d42bbd1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W022.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:11.356820Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -22.000416666666666, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W023.json index 8c999c8dc0..d66ded0b0f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W023.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:11.712480Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -23.000416666666666, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W024.json index 792654bdb1..3fb785a18e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W024.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:11.849673Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -24.000416666666666, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W025.json index daf65bc237..d0088d5ad8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W025.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:12.068112Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -25.000416666666666, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W026.json index 270f44cc34..13c45a3d90 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W026.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:12.258539Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -26.000416666666666, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W027.json index a4faf2e6e3..2163331f8c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W027.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:12.375406Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -27.000416666666666, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W028.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W028.json index 53ac83f25c..f46891387e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W028.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W028.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:12.428941Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -28.000416666666666, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W028.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W028.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W029.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W029.json index 699c46c6da..26ea1ebcbe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W029.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W029.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:12.566422Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -29.000416666666666, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W029.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W029.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W053.json index 343d44043e..c00f080c93 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W053.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:12.619054Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -53.000416666666666, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W054.json index 7dcedde94f..dbc22a3804 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W054.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:12.826140Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -54.000416666666666, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W055.json index 7ec66d560a..0c319f1118 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W055.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:13.092840Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -55.000416666666666, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W056.json index 5bb48a57f6..e97cd964b6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W056.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:13.350341Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -56.000416666666666, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W057.json index 5c77ae07e2..c6d8b78563 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W057.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:13.448900Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -57.000416666666666, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W075.json index f4494c30c6..0b36d65827 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W075.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:13.602270Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W076.json index 47a224fc86..c185dad630 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W076.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:13.798026Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W077.json index a885ab5d98..6728d22e75 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W077.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:13.996765Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W078.json index 52ff170b5a..79faf49029 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W078.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:14.180428Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W079.json index 909110503d..7aefa09ca2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W079.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:14.383391Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W080.json index bed1c69818..72677113e1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W080.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:14.527899Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W081.json index 72960ea88c..69fe7a9cb3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W081.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:14.860966Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W082.json index 15918235a5..9d35d76d92 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W082.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:15.014516Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W084.json index 4d5991e34a..94017b816c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W084.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:15.070893Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W085.json index d8a18e7712..02378720aa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W085.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:15.367739Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W086.json index c949f4bc96..628908b435 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W086.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:15.516549Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -86.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W087.json index 6b5128e946..062650b963 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W087.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:15.717742Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W090.json index e434e1be96..42ad74288a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W090.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:16.053323Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W091.json index 7cee3f58fd..3ce968a7de 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W091.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:16.110485Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W092.json index e1a69864a2..7bc08f3614 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W092.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:16.250431Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W093.json index a176eea93a..441bd3e4ef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W093.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:16.315437Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -93.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W094.json index e843d3d9c2..1283e435c7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W094.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:16.747381Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -94.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W095.json index 7f645cf0f4..5d9c4a1d9e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W095.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:17.267922Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -95.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W096.json index db955693dd..a824770e65 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W096.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:17.560604Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -96.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W097.json index cdbe1be267..249b2e1eca 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W097.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:17.809930Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -97.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W098.json index 6f2baf613b..4780169f83 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W098.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:18.375490Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -98.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W099.json index 7965b5e0c8..f9a2d85555 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W099.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:18.945892Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -99.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W100.json index 5678f34845..d59d7ec9a2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W100.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:19.686584Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -100.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W101.json index 19c6e0680e..ff0fffb115 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W101.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:21.193477Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -101.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W102.json index 7318a55253..244c0a5681 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W102.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:22.089182Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -102.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W103.json index 192ac5a447..d6a4d5765c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W103.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:22.530856Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -103.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W105.json index 827f94c193..357710643d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W105.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:22.591330Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -105.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W106.json index bcc4889f1f..0091c6109f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W106.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:23.289017Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -106.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W107.json index 002f86f9b3..501854d2fd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W107.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:23.334155Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -107.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W108.json index 3bc31e4222..1798e03ad5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W108.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:23.552341Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -108.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W109.json index 9eb13d35a0..1549e18ca3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W109.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:23.865647Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -109.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W110.json index 2511916440..9cfc9fd471 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W110.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:24.108686Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -110.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W111.json index da31dcf999..4f6e4bf107 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W111.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:24.358805Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -111.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W112.json index 2013d38d0c..5baafbdc29 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W112.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:24.643507Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -112.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W113.json index 8372a7ee34..564e5d3845 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W113.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:24.833451Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -113.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W114.json index a27ddbf40f..4131fd48ef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W114.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:24.995101Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -114.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W115.json index 0e4d2a4f80..2aedfac99a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W115.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:25.563675Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -115.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W116.json index 6d2a69a031..d9a76f1bdb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W116.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:25.743343Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -116.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W117.json index b66f108410..f6d6f3a35b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W117.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:25.889686Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -117.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W118.json index 6b64914420..36b38ae7c6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W118.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:26.023351Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -118.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W119.json index 625adbafe3..79ef42747d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W119.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:26.253232Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -119.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W120.json index 364eabb632..bee6b16505 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W120.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:26.427857Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -120.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W121.json index d14476be99..e17adafed6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W121.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:26.543251Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -121.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W125.json index 2aeedf1261..45535f8875 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W125.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:27.015188Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -125.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W126.json index 0ae41c466a..b7e2567d8c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N72W126.json @@ -41,7 +41,7 @@ 73.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:27.488875Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -126.00041666666667, 72.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N72W126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E052.json index a97c617fac..cacd66d418 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E052.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:27.535446Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.999583333333334, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E053.json index d2dd1ea860..e5141f0834 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E053.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:27.769448Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 52.999583333333334, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E054.json index 4dd61d73d9..0b37d50775 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E054.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:28.041017Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 53.999583333333334, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E055.json index eb21c7abaa..4e017e68f2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E055.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:28.282734Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 54.999583333333334, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E056.json index 23c560ddc1..61c4ded435 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E056.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:28.480203Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 55.999583333333334, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E057.json index fe67e2cc5a..bf97a5f0e1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E057.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:28.605869Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 56.999583333333334, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E058.json index 579bfd7b7b..43fd5cd29a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E058.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:28.656964Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 57.999583333333334, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E069.json index fb1ba6dcb8..315c6de249 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E069.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:28.801401Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 68.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E070.json index 2353bfe166..aeb62d9251 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E070.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:29.689802Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 69.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E071.json index 5c4745eb0f..467a4f59de 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E071.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:30.139636Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 70.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E074.json index 4e6725d9c5..810eb62747 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E074.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:30.413775Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 73.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E075.json index 9efc1b8ede..91f7c1f8ac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E075.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:30.621790Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 74.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E076.json index e6c71df0bc..0fd4b7e6e6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E076.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:30.776232Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 75.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E078.json index e36f96d872..f4820a43b0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E078.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:30.929997Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 77.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E079.json index b7c8310d86..04900a6f19 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E079.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:31.113974Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 78.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E080.json index aa2aa4d12c..007621b230 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E080.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:31.300137Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 79.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E081.json index c170507396..ef74fabd3d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E081.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:31.529457Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 80.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E082.json index 501da6a8bb..bcdb9979a7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E082.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:31.709962Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 81.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E083.json index e64ad3f72f..0204793a96 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E083.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:31.823065Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 82.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E084.json index b785abf32b..19872aa6c4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E084.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:32.152323Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 83.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E085.json index d0d6daa64b..2d4306a406 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E085.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:32.671894Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 84.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E086.json index f64cb9f274..22df6d0e8e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E086.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:33.591160Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 85.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E087.json index df73a1b477..ff91344b2e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E087.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:34.864087Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 86.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E088.json index 5fa5e7e35b..b42496ef53 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E088.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:35.459165Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 87.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E089.json index b054f544e6..298bb114b3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E089.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:35.939094Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 88.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E090.json index 0a26f19f97..776daf9fe7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E090.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:36.675901Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 89.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E091.json index f3ce61d81c..b409d7cdbf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E091.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:37.089786Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 90.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E092.json index 712bb502db..135cf8359c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E092.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:37.524247Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 91.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E093.json index cb89333a6d..93c160dd82 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E093.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:38.265829Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 92.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E094.json index d64fdef422..cbca42653c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E094.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:38.835713Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 93.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E095.json index bc9a09f322..4eeab18590 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E095.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:39.310850Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 94.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E096.json index a9d7dabaa5..73a2499a51 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E096.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:39.853113Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 95.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E097.json index eaddf8a895..8870fbcc8c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E097.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:40.135218Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 96.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E099.json index db19f7145d..4c93b683e2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E099.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:40.225447Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 98.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E100.json index d23a172189..18ac5d207c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E100.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:40.594530Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 99.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E101.json index ffd58164e2..4197d3bd61 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E101.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:40.709560Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 100.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E104.json index c0dddc3251..baa7d8de17 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E104.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:41.131077Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 103.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E105.json index 0429629a14..bf5d473a01 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E105.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:41.784119Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 104.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E106.json index bcd643d6eb..61a3206b64 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E106.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:42.771330Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 105.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E107.json index ad14aa20b5..f0709ac214 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E107.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:43.256010Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 106.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E108.json index 025df1b5c3..b959f92db0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E108.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:44.016498Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 107.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E109.json index 66deeec391..0d9315d8fb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E109.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:44.823637Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 108.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E110.json index 09c05ece83..ed2f7405b8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E110.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:45.826206Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 109.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E111.json index ba6db802f4..0a51de6ff4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E111.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:46.867351Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 110.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E112.json index 513252c863..7e471fcb02 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E112.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:47.936901Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 111.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E113.json index e2f5218c64..7fb97f9de0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E113.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:48.990156Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 112.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E114.json index 6efbddb099..8a346c76c7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E114.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:50.003796Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E115.json index 41cb067013..dde5651fde 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E115.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:50.824800Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E116.json index 5a2880429f..45a25f184f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E116.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:51.213168Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E117.json index 68ba4a84d3..6f6f8ce1ba 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E117.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:51.920451Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E118.json index 466e997de2..7d90d7a9d0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E118.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:52.758034Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E119.json index 4638116302..e74057ea30 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E119.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:53.131392Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E120.json index 9b9cc40854..45e0d0882d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E120.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:53.313779Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E121.json index f29555e9d4..9fa74c32a1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E121.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:53.456410Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E122.json index ac3de978e8..e41ca16ac6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E122.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:53.654705Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E123.json index 8e7e58311d..d16dbd3c7b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E123.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:54.735710Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E124.json index 334d5ced05..36452cd7b7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E124.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:56.490296Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E125.json index 6769902cc3..3e237bc9e3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E125.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:57.917173Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E126.json index e11e2fa594..b2546f586d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E126.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:29:59.010866Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E127.json index 749d647a88..016f6cc7f2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E127.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:00.086519Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E128.json index a24521337a..e0d940e1ac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E128.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:00.828074Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 127.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E129.json index 36879a82e4..15bad2506c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E129.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:01.032982Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E135.json index b9854bebd9..5514c85b26 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E135.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:01.098011Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 134.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E136.json index 1ad90d1c4c..e76ffb84d5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E136.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:01.152222Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E139.json index c06916c08f..f07ff55b75 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E139.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:01.303092Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E140.json index b9d2f13649..16c474bd97 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E140.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:01.728205Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E141.json index 58c7a40fdb..765cfebc0d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E141.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:02.653337Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E142.json index 89e8f2ed64..e2f04bb89e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E142.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:03.461826Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E143.json index f41ffc38fc..5e5b39ac2b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73E143.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:03.970566Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.99958333333333, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W021.json index aa0018918a..ec5406969f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W021.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:04.165756Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -21.000416666666666, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W022.json index bbaa234eb7..5fc6203e92 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W022.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:04.460593Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -22.000416666666666, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W023.json index 78ce358436..b25bfcd6c8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W023.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:04.689017Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -23.000416666666666, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W024.json index 5fbe22bda7..1808287b55 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W024.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:04.824402Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -24.000416666666666, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W025.json index 7c3bfd697b..ca09aff512 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W025.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:05.011065Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -25.000416666666666, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W026.json index 7b26d03f73..a6eb807b52 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W026.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:05.194232Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -26.000416666666666, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W027.json index b85cb620e4..2af6c19e1b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W027.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:05.261190Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -27.000416666666666, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W028.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W028.json index b167fdffc0..6bd3ee3cb5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W028.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W028.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:05.311684Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -28.000416666666666, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W028.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W028.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W055.json index 9beb3aa67b..735a48ebdc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W055.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:05.358133Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -55.000416666666666, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W056.json index 78533dc868..b26a0b9c96 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W056.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:05.568985Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -56.000416666666666, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W057.json index 45c446d320..23cdf16e7b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W057.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:05.800348Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -57.000416666666666, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W058.json index c545436240..52e2368f0f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W058.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:05.859162Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -58.000416666666666, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W077.json index abdd1fbf3c..bfef8a14d3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W077.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:06.038749Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W078.json index 160c32f414..8d07b878d4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W078.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:06.252235Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W079.json index a772f7fb1a..8006f1c9b2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W079.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:06.343507Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W080.json index de4f119c71..90980da8a6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W080.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:06.409371Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W081.json index 7c653c2927..0b3fe049b6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W081.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:06.615656Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W082.json index 5c31cee205..026f2ec557 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W082.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:06.783002Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W083.json index 804cab36bd..8216418c14 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W083.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:06.868480Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W084.json index da2a112a7e..3867e00a0f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W084.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:06.938178Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W085.json index adb08ee19a..4b02ece3ef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W085.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:07.147167Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W086.json index 32d3366471..dd784e9d0e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W086.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:07.330032Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -86.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W087.json index b4b65e6a97..97a6be1dc2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W087.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:07.417986Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W088.json index b6e3132fb4..9baa6d5081 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W088.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:07.470115Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W089.json index 58d640d418..ccbc832802 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W089.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:07.621342Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W090.json index aab224d3a0..3f664a28c2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W090.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:07.669260Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W091.json index 74c9ec0cdd..c3999e5c91 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W091.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:07.863781Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W092.json index e88b76fab9..fa9abf4e71 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W092.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:07.954823Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W093.json index aa89e67107..4e064abab1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W093.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:08.017935Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -93.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W095.json index b590b9beaf..d6952dc5fb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W095.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:08.172255Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -95.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W096.json index 5da9336588..5da0b80c0d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W096.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:08.386757Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -96.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W097.json index 4515ab9542..add0355d83 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W097.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:08.451214Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -97.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W098.json index 428f70ae5a..623a6fe6ee 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W098.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:08.884671Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -98.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W099.json index 8c886487b6..693512ce4e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W099.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:09.182130Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -99.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W100.json index 26f3999f6a..5e998157ba 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W100.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:09.436419Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -100.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W101.json index e93b22cd15..2facc66332 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W101.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:09.911898Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -101.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W102.json index 894b747d87..e620d986a5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W102.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:10.044212Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -102.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W103.json index 4a094d6dfd..189dbf1870 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W103.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:10.224136Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -103.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W105.json index 153949544c..7e2ae032c4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W105.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:10.439674Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -105.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W106.json index 2c09d0add9..9fda37e80b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W106.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:10.655621Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -106.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W107.json index e40fc41622..1f03349df1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W107.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:11.071454Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -107.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W108.json index fac2b69aa9..b90a9c111d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W108.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:11.290187Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -108.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W109.json index 0cafc99ed3..9b53415f0e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W109.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:11.347563Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -109.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W110.json index 5bc433f233..e1ea2b67db 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W110.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:11.501383Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -110.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W111.json index 2bda52a963..0163f1659c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W111.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:11.581958Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -111.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W113.json index 512f38569f..6279ecbd52 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W113.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:11.630384Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -113.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W114.json index 272980bcb7..330194624f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W114.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:11.788904Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -114.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W115.json index 0e7be6295a..e79805ff1b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W115.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:12.020979Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -115.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W116.json index 82b6e45b44..fe4f4dda27 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W116.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:12.157386Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -116.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W117.json index aae3c46503..698f13f4d9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W117.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:12.342648Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -117.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W118.json index c4850310b3..3329e30746 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W118.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:12.410245Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -118.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W119.json index 71314d79ee..55b453fd65 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W119.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:12.546263Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -119.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W120.json index 8d737349de..00a9193920 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W120.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:12.721239Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -120.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W124.json index 866d1912fe..7502de5b73 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W124.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:13.150938Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -124.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W125.json index 9b933c6583..02c533b43a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N73W125.json @@ -41,7 +41,7 @@ 74.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:13.632858Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -125.00041666666667, 73.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N73W125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E018.json index 08eef4afce..dadd1bac63 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E018.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:13.694057Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 17.999583333333334, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E019.json index 914dbd0469..4eb432b4a2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E019.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:13.742490Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 18.999583333333334, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E054.json index fc1cbcbe46..9302c005ab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E054.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:13.886849Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 53.999583333333334, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E055.json index 4ec4f90071..527a208f29 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E055.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:14.150353Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 54.999583333333334, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E056.json index 8a5cc9d0fe..adac9aa379 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E056.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:14.402660Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 55.999583333333334, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E057.json index 0e60bc0802..08954ef7d5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E057.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:14.508615Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 56.999583333333334, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E058.json index da8c5a1c17..1107ca8b46 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E058.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:14.776834Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 57.999583333333334, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E059.json index e25507238a..cd5d0a2dd4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E059.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:15.003180Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 58.999583333333334, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E060.json index 081ceee7f9..b7a15e2e94 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E060.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:15.164898Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 59.999583333333334, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E079.json index fa7ea5e332..a7bc25b0bc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E079.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:15.260280Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 78.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E082.json index 33fb424f7e..8b7403710a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E082.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:15.318836Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 81.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E083.json index e648b5c155..9a698c9151 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E083.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:15.489184Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 82.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E084.json index e850bafc4d..34ea04d505 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E084.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:15.683242Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 83.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E085.json index 81c0aef2fe..987f0a63ba 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E085.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:15.999991Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 84.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E086.json index b9975deb1f..1e6495193d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E086.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:16.748996Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 85.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E087.json index d35f37fab5..0eafbde3cc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E087.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:17.868883Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 86.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E088.json index da22084fd1..34295656b2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E088.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:17.991051Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 87.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E096.json index d219d00845..01105d8921 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E096.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:18.182764Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 95.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E097.json index 6554fc806d..11f6d04c61 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E097.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:18.373446Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 96.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E098.json index ab6f295fe4..4c757351d0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E098.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:18.612793Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 97.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E099.json index b11b1a377a..c21d7b1d79 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E099.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:19.154764Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 98.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E100.json index 4e8a7d1dce..70b1b0dcbb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E100.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:19.521606Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 99.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E101.json index db49314882..f977807e79 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E101.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:19.949271Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 100.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E102.json index efd5b8538d..b841c33fd3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E102.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:20.274138Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 101.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E103.json index d0cddffbdb..080c80a575 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E103.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:20.560337Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 102.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E104.json index cdda6c72d2..69188bd53a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E104.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:20.749902Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 103.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E105.json index 7690dd1910..d6a70fdf9a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E105.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:20.982873Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 104.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E106.json index 23271ea865..c09d09497f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E106.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:21.278656Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 105.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E108.json index 07445f49c1..449d75de85 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E108.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:21.433640Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 107.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E109.json index 46a95ad55e..49db80b809 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E109.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:21.792359Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 108.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E110.json index a9e6fb64a2..d0aaa51ef6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E110.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:22.063128Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 109.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E111.json index ebe83f7b4e..3588f5c2e4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E111.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:22.529799Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 110.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E112.json index 36d9e15b4a..5a312005ff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E112.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:23.018977Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 111.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E113.json index d578227d40..9985809d98 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E113.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:23.207755Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 112.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E115.json index 6b2c45c2a4..67d1174772 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E115.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:23.351637Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E116.json index bb0e71d9ec..5d85f46e6a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E116.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:23.391536Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E135.json index 275862acde..7f9af344cc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E135.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:23.558749Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 134.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E136.json index 9c59035376..d1040577b2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E136.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:23.602038Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E137.json index 2c9f5bd1fe..127fd216dc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E137.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:23.712817Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E138.json index fb7ffa75b2..17643b1fe9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E138.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:24.081112Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E139.json index 60e2b041df..a3b0b4db68 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E139.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:24.433431Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E140.json index 3838ed9613..428009d3bc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E140.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:25.197592Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E141.json index a55bbbda75..65f7e6b9b8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E141.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:25.454850Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E142.json index d6ce51f300..9b2b453884 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E142.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:25.762853Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E143.json index d21f1a2b8d..323d145cab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E143.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:25.995783Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E146.json index bf496b6f66..e9655d2344 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E146.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:26.143397Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E147.json index 636293f5b1..47240a3a4d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E147.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:26.276068Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 146.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E148.json index a1a480bcc7..8cedfc0b80 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E148.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:26.821782Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 147.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E149.json index febf77db51..57e7e5f9f4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E149.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:27.359740Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 148.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E150.json index 484d7cbd0d..6513ebe6da 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74E150.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:27.726153Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.99958333333333, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W018.json index f9d855b013..f7955278e8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W018.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:27.779238Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -18.000416666666666, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W019.json index e9595199b9..553d4568d9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W019.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:27.884574Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -19.000416666666666, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W020.json index 083f33db67..dca9ade338 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W020.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:28.110609Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -20.000416666666666, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W021.json index 709b273d3e..80aa66ff39 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W021.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:28.346018Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -21.000416666666666, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W022.json index 0aa88992cc..b33629a82c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W022.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:28.580959Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -22.000416666666666, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W023.json index 7f592f7604..8b19107d4c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W023.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:28.794228Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -23.000416666666666, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W056.json index 576fd91b16..e929dd8373 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W056.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:28.848103Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -56.000416666666666, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W057.json index 637da0bacc..f20eb2270c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W057.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:29.108031Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -57.000416666666666, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W058.json index 788d33537f..638c1cbae6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W058.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:29.307611Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -58.000416666666666, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W059.json index 18a35cc77c..56193b4e06 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W059.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:29.355354Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -59.000416666666666, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W080.json index fe12de5a23..5ab68d0785 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W080.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:29.443279Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W081.json index e962cf98f3..149bc1a22c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W081.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:29.703634Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W082.json index 023cb5956a..b12d5ee3e1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W082.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:29.852139Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W083.json index 3391d6e394..b17213c6ef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W083.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:29.934601Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W084.json index e076827803..4712b82f50 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W084.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:30.146817Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W085.json index d03838b60a..48ba717661 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W085.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:30.203107Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W086.json index 982b2271d1..9751b3799d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W086.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:30.345725Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -86.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W087.json index b5d76b8503..859b78bcf3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W087.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:30.410258Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W088.json index 99ce434eb8..0a6d9f2a39 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W088.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:30.466004Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W089.json index 906d28c6e5..4dfb1d1904 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W089.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:30.542820Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W090.json index a46e685f44..c52bc80250 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W090.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:30.715518Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W091.json index b74822ab7d..a1e4a35f77 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W091.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:30.910259Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W092.json index 948ecec57c..a3f49325a1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W092.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:31.043156Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W093.json index 5dfe7dae12..30fc14602e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W093.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:31.254992Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -93.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W094.json index 01d6a3bc5d..7ca955f9a3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W094.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:31.464281Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -94.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W095.json index 9d87158320..c33cc7364c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W095.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:31.564753Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -95.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W096.json index f3ece48fc0..05160209a7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W096.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:31.768694Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -96.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W097.json index 1e635fb937..bec0a76583 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W097.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:31.911132Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -97.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W098.json index eab55748fe..2e0eebbd39 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W098.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:32.039582Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -98.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W099.json index 4dfcb340c2..ea0cf90d90 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W099.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:32.133283Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -99.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W100.json index 5f349cc250..0a2eb28162 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W100.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:32.275593Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -100.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W101.json index 827e4e4ff4..0353b7ce10 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W101.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:32.321182Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -101.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W107.json index 83b7902ca7..c04a911acd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W107.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:32.461789Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -107.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W108.json index 6c7016bc95..b79ac2b99b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W108.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:32.575081Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -108.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W109.json index 37f66fa9c3..431c1661a3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W109.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:32.652111Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -109.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W110.json index ede93e9418..345004f1dd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W110.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:32.828539Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -110.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W111.json index cb8036ebbd..d6f96fd7d9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W111.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:33.036201Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -111.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W112.json index d87dbd345b..25586cc20b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W112.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:33.134748Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -112.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W113.json index 077f6ff105..6fbc396e79 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W113.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:33.182025Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -113.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W114.json index 6d1b05494a..94276f8774 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W114.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:33.476319Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -114.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W115.json index ed1f9b781e..3cd67f0219 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W115.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:33.527903Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -115.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W116.json index b9245971b4..ef6c3c9961 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W116.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:33.567907Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -116.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W117.json index b1278f43df..c8f4a3b92f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W117.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:33.610688Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -117.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W118.json index a7d49d2a4f..5c79274c0f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W118.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:33.649849Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -118.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W119.json index 9ade6717ef..ad1f3ab99d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W119.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:33.825996Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -119.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W120.json index 2cf13edb83..b127cfbe63 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W120.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:34.048514Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -120.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W121.json index 48634313f7..6ed2b23b8c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W121.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:34.168245Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -121.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W122.json index fb16871790..7a68409f93 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W122.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:34.363567Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -122.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W123.json index da8940d39c..028036f538 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W123.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:34.426058Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -123.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W124.json index 97b386277d..6e63500377 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W124.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:34.593535Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -124.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W125.json index 9643e9dda2..7b470f34dc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W125.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:34.943550Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -125.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W126.json index cc93111e21..2d739e49be 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N74W126.json @@ -41,7 +41,7 @@ 75.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:35.078790Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -126.00041666666667, 74.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N74W126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E055.json index a5ddb41774..b06523b727 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E055.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:35.158971Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 54.999583333333334, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E056.json index 962e003960..eec495c00f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E056.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:35.266863Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 55.999583333333334, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E057.json index 48c1ca986e..bc7b0ed151 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E057.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:35.455966Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 56.999583333333334, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E058.json index 0d3b2ac6bb..12a0c3f3d1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E058.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:35.629594Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 57.999583333333334, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E059.json index 71a7607e81..49dfde1793 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E059.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:35.712237Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 58.999583333333334, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E060.json index f99e683789..5fa40e691d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E060.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:35.921309Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 59.999583333333334, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E061.json index c58422ea4c..7e34d891d5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E061.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:36.109910Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 60.999583333333334, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E062.json index 8b200846d1..fbc9a3a9d8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E062.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:36.164196Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 61.999583333333334, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E063.json index 23b0d3dce5..3f7229b91b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E063.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:36.244084Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 62.999583333333334, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E064.json index e71855c967..1086ca4b7a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E064.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:36.299156Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 63.999583333333334, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E065.json index afa4bd8539..2eae103b5d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E065.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:36.458694Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 64.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E066.json index 3b8855241e..32e72a037f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E066.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:36.502652Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 65.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E081.json index c43d01a1a8..ad61b0c934 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E081.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:36.747482Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 80.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E082.json index ac0935cd9c..abe6d9033f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E082.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:36.999546Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 81.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E083.json index a1a532dfc4..0392b4ff21 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E083.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:37.053488Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 82.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E086.json index 114a65932c..63a290bd00 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E086.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:37.210572Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 85.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E087.json index b6e39b6c2a..6caf79538d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E087.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:37.580704Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 86.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E088.json index dc3753ce9c..ee33627dc9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E088.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:38.242133Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 87.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E089.json index 17287a2b3a..4f4d5d222c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E089.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:38.739056Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 88.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E090.json index 52ab56204d..e7990dd74a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E090.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:39.150956Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 89.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E091.json index f6eb0f0530..59f1c04009 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E091.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:39.452482Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 90.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E092.json index f1c2a928c2..6bbb5c1ef4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E092.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:39.798972Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 91.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E093.json index 0471bb8079..e7215a566a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E093.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:40.011695Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 92.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E094.json index bb5d738f64..96a51bb354 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E094.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:40.302799Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 93.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E095.json index fdf85f42c3..3a1749d6b0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E095.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:40.453450Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 94.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E096.json index b2ed865740..8f30362fd8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E096.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:40.712554Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 95.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E097.json index 7e8f7c5de7..ad1e8723a0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E097.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:40.954215Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 96.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E098.json index 082e4af9db..1cf1797a0a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E098.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:41.161265Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 97.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E099.json index deec4f5a83..c6201df01b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E099.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:41.905445Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 98.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E100.json index c80f9a8c49..554dd1775a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E100.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:42.503457Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 99.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E101.json index 6473c23cfd..ef3024daf1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E101.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:42.567700Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 100.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E103.json index 80fa32e15d..843e3541b5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E103.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:42.611494Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 102.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E104.json index da06194eeb..2bc9b697c0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E104.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:42.822919Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 103.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E106.json index 2568b81796..34ec98b9d5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E106.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:43.059989Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 105.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E112.json index c417b701d7..a693acd934 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E112.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:43.465476Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 111.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E113.json index 10636f1fe8..c7687f9c73 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E113.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:44.051557Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 112.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E135.json index 95fe0d85a9..1c59aa22e3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E135.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:44.178111Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 134.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E136.json index d6079fe4e9..3e04c6e51a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E136.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:44.374641Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E137.json index 8416dc8dcd..cc2f5fbcb6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E137.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:44.892694Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E138.json index 87d7d34446..80152c35f6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E138.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:45.159461Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E139.json index 017fa5629f..c207315427 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E139.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:45.899434Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E140.json index 5782618975..6976fd7b68 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E140.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:47.214829Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E141.json index dcc5c0cfd4..ecd8892eff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E141.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:49.396626Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E142.json index 683d169d24..bdf6072a67 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E142.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:50.830441Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E143.json index ff22fb21d3..fc5e3d068e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E143.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:52.477645Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E144.json index 6ea67989fd..754456468d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E144.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:53.805691Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 143.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E145.json index 4293732d2c..2e86fb8b48 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E145.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:54.066156Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E146.json index df52ccf460..2545d12927 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E146.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:54.650255Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E147.json index 53488722d6..45021348e7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E147.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:55.599479Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 146.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E148.json index bf3142080d..67b7485bfd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E148.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:56.203916Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 147.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E149.json index fab7a1c907..e50230fbfc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E149.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:56.695761Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 148.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E150.json index 835bbe909c..1c2da8dd75 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E150.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:57.074771Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E151.json index 0983f35aaa..aa1e91f928 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E151.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:57.123569Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 150.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E152.json index 0c5b49c576..46a6788ada 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75E152.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:57.169555Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.99958333333333, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W018.json index c130025082..b8a85ffd4f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W018.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:57.276345Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -18.000416666666666, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W019.json index 901f95e6e9..29fcfbad03 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W019.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:57.681713Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -19.000416666666666, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W020.json index 191e765f15..5ea948f1f4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W020.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:57.980669Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -20.000416666666666, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W021.json index 93f19abc93..7fa2d7bb9f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W021.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:58.161461Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -21.000416666666666, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W022.json index 20161998f4..a31ae77759 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W022.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:58.264780Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -22.000416666666666, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W023.json index 12b4c7ce1d..8d568a4f75 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W023.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:58.316838Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -23.000416666666666, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W058.json index 311b113c92..d98e9af217 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W058.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:58.525563Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -58.000416666666666, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W059.json index ef892589ad..235dedab02 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W059.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:58.734219Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -59.000416666666666, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W060.json index d22d6fc6bd..624a569d79 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W060.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:58.830539Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.000416666666666, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W061.json index 040aed931e..6be55f07a0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W061.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:58.876060Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.000416666666666, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W062.json index 0bea7ac37e..7dba5f530e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W062.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:59.006639Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.000416666666666, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W065.json index 667a8e16bb..d81677b7af 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W065.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:59.059244Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W066.json index 83a67938d9..65e4dbcdce 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W066.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:59.204576Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W067.json index 62de47a29e..f186b013d5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W067.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:59.244134Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W068.json index f86e2c39ad..b5915715b1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W068.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:59.285779Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W079.json index ccf3eda2a9..24ba353b76 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W079.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:59.329732Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W080.json index 16a30f6184..3eb9286291 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W080.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:59.525949Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W081.json index 0baca5fd9e..cc860f9dbd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W081.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:59.713317Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W082.json index 2a7c508d34..ce786bfe7e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W082.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:59.760826Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W083.json index fa90a27413..031bcef6a6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W083.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:59.806022Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W084.json index 0041cbc263..a2502584a4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W084.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:30:59.886660Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W085.json index f143689736..a6bc761241 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W085.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:00.055647Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W086.json index 97924aee69..8bd06c15a3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W086.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:00.242524Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -86.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W087.json index d9f4ad9187..d713fe71de 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W087.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:00.384952Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W088.json index 2b3ff663d5..fd1408f927 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W088.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:00.445789Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W089.json index 3f76f7287e..3da42e6c69 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W089.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:00.629380Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W090.json index 871cb17b1b..7b43d5ab08 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W090.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:00.823481Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W091.json index 57d0e532ba..c9063cd900 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W091.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:00.888394Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W092.json index 233a356d87..8dd081c0b0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W092.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:01.094326Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W093.json index 5d9cceb2fc..3eb0204a3b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W093.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:01.346234Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -93.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W094.json index cd9c9f9d00..82a53c954e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W094.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:01.430579Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -94.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W095.json index d9d7dd0735..4b278bdefd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W095.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:01.609388Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -95.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W096.json index 439c227777..ea53687763 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W096.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:01.873463Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -96.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W097.json index 73caba406c..ff072209d0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W097.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:02.159248Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -97.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W098.json index 55d5c2eba2..1b16aa4572 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W098.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:02.431885Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -98.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W099.json index b9768f661a..3b356254d9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W099.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:02.712308Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -99.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W100.json index 133544ad12..f206fc01fc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W100.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:03.068366Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -100.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W101.json index 0d7f45e50b..cfa340856b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W101.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:03.433844Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -101.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W102.json index 44a2a37713..2495dfd5e5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W102.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:03.554503Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -102.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W103.json index 9fbfbe08d4..7df0cc203c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W103.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:03.763843Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -103.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W104.json index 456b54d50e..66b0b696d5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W104.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:04.016664Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -104.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W105.json index b28c17102e..9fd5cb0b28 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W105.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:04.239793Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -105.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W106.json index 2fa21be1d9..a35fc8379b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W106.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:04.500776Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -106.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W107.json index 3fc5c19606..9c5d11de8d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W107.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:04.633315Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -107.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W108.json index d3c8d77b4a..8ffa344b5d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W108.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:04.839218Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -108.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W109.json index 07006f4b19..b6e20c4633 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W109.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:05.171667Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -109.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W110.json index 0dfa6bdc63..04a6f267c2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W110.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:05.522192Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -110.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W111.json index e306e1c7a9..4ad94635e0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W111.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:05.663486Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -111.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W112.json index 0722b5aed7..969561cb57 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W112.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:06.064409Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -112.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W113.json index f08957df1f..74c8ed6272 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W113.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:06.178227Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -113.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W114.json index b094eb16c1..8df953c64e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W114.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:06.338572Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -114.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W115.json index 7d02821a4e..5ed3a3bb47 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W115.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:06.528165Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -115.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W116.json index 64752a6f47..1567f69c63 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W116.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:06.673255Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -116.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W117.json index 63f839791a..3738f35a9e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W117.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:06.899389Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -117.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W118.json index 0eaab4610a..e0a410182e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W118.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:07.123113Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -118.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W119.json index 6d0ad9a99a..4f4803140e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W119.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:07.426901Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -119.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W120.json index aa0e81a3f0..fa1ac81917 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W120.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:07.656029Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -120.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W121.json index ec7a574f55..3a66cb8af3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W121.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:07.754429Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -121.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W122.json index 69740f0a5e..2956eefbf1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W122.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:07.936595Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -122.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W123.json index 7fa47c80e6..6561b10ed9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W123.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:08.118424Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -123.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W124.json index 5325f003ca..53bd8d592a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N75W124.json @@ -41,7 +41,7 @@ 76.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:08.169024Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -124.00041666666667, 75.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N75W124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E015.json index d05c5dd691..fe77216b30 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E015.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:08.298131Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 14.999583333333334, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E016.json index 87d7626741..9a06ac430f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E016.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:08.618444Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 15.999583333333334, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E017.json index d9ea99b9fc..677ae7ca5e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E017.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:08.678114Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 16.999583333333334, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E021.json index 5e88fd3921..306925c7f2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E021.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:08.730877Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 20.999583333333334, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E022.json index c97cfadd89..91fe82444d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E022.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:08.767598Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 21.999583333333334, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E024.json index 6ec615c7bd..2502674009 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E024.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:08.808650Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 23.999583333333334, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E025.json index afa7d42da9..8bc628b7a0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E025.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:08.958398Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 24.999583333333334, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E058.json index 1c0ab8cf89..8740e0f493 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E058.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:08.996165Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 57.999583333333334, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E059.json index ff937acdc8..75dcc32b3d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E059.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:09.148145Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 58.999583333333334, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E060.json index 9237aa62cb..1894fb89d7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E060.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:09.264004Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 59.999583333333334, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E061.json index 40aae08c8c..72adaa9748 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E061.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:09.348577Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 60.999583333333334, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E062.json index c76eb10e84..99840429a1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E062.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:09.523203Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 61.999583333333334, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E063.json index bfc3dfefe0..9b131a0b61 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E063.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:09.670239Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 62.999583333333334, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E064.json index d4e6ffdb4e..1fa35aeaf5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E064.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:09.733088Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 63.999583333333334, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E065.json index 890f7c9448..1eb822d0fd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E065.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:09.798133Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 64.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E066.json index 10593f8240..13eeea53b8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E066.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:09.986952Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 65.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E067.json index 59e0ea5a9f..930a6dff16 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E067.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:10.089631Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 66.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E068.json index 71a0169953..741921f78e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E068.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:10.290364Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 67.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E069.json index 8b4e8ac721..7b1e03264e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E069.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:10.337475Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 68.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E088.json index 6cc33f5e4c..5fc1869690 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E088.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:10.378110Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 87.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E089.json index 37336cf42f..6d4e087f9f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E089.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:10.521137Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 88.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E091.json index 01c4285612..4196007179 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E091.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:10.570786Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 90.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E092.json index 5438fa1a7f..b5bcda8b6c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E092.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:10.708500Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 91.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E093.json index 7b34c79b70..e3597fc1a3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E093.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:10.839916Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 92.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E094.json index bacade2a9e..c014362fc5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E094.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:11.071748Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 93.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E095.json index 5d3e811128..2171f7ca2d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E095.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:11.331392Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 94.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E096.json index e1e989ce5b..6f6ce45884 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E096.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:11.650434Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 95.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E097.json index 9c1f17cbfd..434bae598d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E097.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:11.895167Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 96.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E098.json index be4d43dddf..d6c00983aa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E098.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:12.129131Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 97.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E099.json index f98ba48ac6..afd6c05379 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E099.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:12.632483Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 98.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E100.json index 7c97a02e2c..ad6788b485 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E100.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:13.127460Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 99.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E101.json index 75f4608f49..02371af26e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E101.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:14.222564Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 100.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E102.json index 17f4b4f024..e9fadd7001 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E102.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:14.610057Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 101.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E103.json index c7942ef7dd..f34cddc79d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E103.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:15.071957Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 102.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E104.json index d9ea92be49..148c27a095 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E104.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:15.502073Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 103.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E105.json index 426d543a55..a9b9cb4d47 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E105.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:15.650592Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 104.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E106.json index 9506b6b997..9f13422af1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E106.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:16.032611Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 105.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E107.json index f0d0fbe5c0..a3e2e848d7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E107.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:16.313072Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 106.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E108.json index cf37351455..94d77af6de 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E108.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:16.612327Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 107.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E109.json index 1b9f7f694f..d249afb476 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E109.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:17.007559Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 108.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E110.json index 12d4cb6e18..fdf9139093 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E110.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:17.361820Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 109.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E111.json index f5eddd054f..3f0e648949 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E111.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:18.068289Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 110.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E112.json index 3da5b98e0c..43d55d05c8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E112.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:18.901619Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 111.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E113.json index 96370452bd..06343b2638 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E113.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:19.217930Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 112.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E137.json index 192242496a..cb382ac1c0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E137.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:19.269127Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E138.json index ddae3146a5..e6f72bfd3b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E138.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:19.623701Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E139.json index cee21e091c..11951589b0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E139.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:19.735934Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E140.json index d620503e95..be259167cc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E140.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:19.795308Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E141.json index dcda1c9d7b..89f066766f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E141.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:20.146053Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E142.json index f54616497b..8161c7685e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E142.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:20.195284Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E148.json index d7e0ec7674..7895c7252c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E148.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:20.237327Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 147.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E149.json index 6abed95e34..55e92c1c13 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E149.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:20.289523Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 148.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E152.json index 5dfa62e6fd..0d8e824aa4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E152.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:20.351811Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E158.json index 8440ffe3a5..860fd9bd64 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76E158.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:20.501891Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 157.99958333333333, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76E158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W019.json index 109beaccf4..7e382d726e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W019.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:20.732273Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -19.000416666666666, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W020.json index 43e15398d8..39fd261363 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W020.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:20.854446Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -20.000416666666666, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W021.json index 61fe60aef2..a5271ec9c4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W021.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:21.090636Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -21.000416666666666, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W022.json index 98f99cfb79..4bae251e25 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W022.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:21.334815Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -22.000416666666666, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W023.json index 9c7e398fbf..22821659d6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W023.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:21.742532Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -23.000416666666666, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W024.json index 3f1ab38af9..044f8944f7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W024.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:21.838916Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -24.000416666666666, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W060.json index 118d487261..d217a7a283 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W060.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:21.883409Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.000416666666666, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W061.json index 65c5e09f49..547e2e3a1f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W061.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:21.942780Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.000416666666666, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W062.json index f1331647e6..a973f6858c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W062.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:22.144367Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.000416666666666, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W063.json index f3f695cca6..4c607993ef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W063.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:22.326358Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.000416666666666, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W064.json index 91cb7da38e..d82a7393db 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W064.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:22.422842Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W065.json index ba02497d08..6139d8acc5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W065.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:22.591211Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W066.json index e1bd217074..3874bb28dc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W066.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:22.773479Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W067.json index bbd69814ed..2b55307619 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W067.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:22.836277Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W068.json index 4182d688b1..8d527c0d76 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W068.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:22.938740Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W069.json index d7436e0add..4090744606 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W069.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:23.101880Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W070.json index 9b13dbf021..ac891caa1e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W070.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:23.286902Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W071.json index 63c761a4e6..195be971e8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W071.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:23.399860Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W072.json index 98a83f29ca..4bd92a20b9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W072.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:23.446027Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W073.json index 0f5e7c8899..a05183a099 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W073.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:23.489418Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W074.json index 04cbc33163..0b39ebabbc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W074.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:23.650762Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W078.json index d4e6a1b40f..1f6997e36f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W078.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:23.709983Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W079.json index 829d6a0531..4f81c4b0bb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W079.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:23.887306Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W080.json index 71b7e5f53a..04e0b93838 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W080.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:23.994403Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W081.json index d489c97f43..1bee270cff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W081.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:24.147008Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W082.json index 84017bf410..9a1993c447 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W082.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:24.327269Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W083.json index 65f9651c7b..2bdb7460ab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W083.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:24.441821Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W084.json index 489b3d117a..ba42ffa701 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W084.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:24.539276Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W085.json index c5c94e1177..6623f389e5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W085.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:24.756913Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W086.json index f76c9d0ac9..51e2adfc6f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W086.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:24.926779Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -86.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W087.json index dcb9765faf..9098371981 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W087.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:25.019024Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W088.json index 7d168fcadf..be459ed4d4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W088.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:25.200126Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W089.json index ea4dc0803b..9736ebde3d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W089.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:25.409910Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W090.json index c1579f7d9c..6528376d20 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W090.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:25.553702Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W091.json index 3b7f11ac3b..0ff037194c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W091.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:25.785570Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W092.json index cb2944280d..8813b8b480 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W092.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:25.995334Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W093.json index fa6d3e4603..f987510f09 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W093.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:26.257996Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -93.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W094.json index 105ca6e0c2..4a64579c73 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W094.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:26.534067Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -94.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W095.json index 5957dc5ef8..233fe769dd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W095.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:26.763354Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -95.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W096.json index 82786426a7..c4334e17f9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W096.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:26.972625Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -96.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W097.json index af39154996..19c474655f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W097.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:27.101740Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -97.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W098.json index 3e638248d3..9480eb1c7d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W098.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:27.300863Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -98.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W099.json index 1c1aa753a5..8960744b3f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W099.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:27.497921Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -99.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W100.json index 8d80cbabc2..68a2e7d927 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W100.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:27.656279Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -100.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W101.json index 43f17de3ca..1d89bdcba2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W101.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:27.857908Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -101.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W102.json index 7f52027f12..4c628a903f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W102.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:28.064111Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -102.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W103.json index f30af84077..74cb11e184 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W103.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:28.185297Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -103.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W104.json index 65b4e6294f..b9e0375b25 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W104.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:28.589938Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -104.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W105.json index 2fc73315a3..e66c1840a7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W105.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:28.918962Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -105.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W106.json index afaeb1c443..69afc05f7d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W106.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:29.058077Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -106.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W107.json index dbddb63d1d..fbbc3e2c19 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W107.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:29.125871Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -107.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W108.json index a6ccd98c12..4b47ed52d5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W108.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:29.179698Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -108.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W109.json index 47408cb0e8..55336a7584 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W109.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:29.705841Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -109.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W110.json index b447edcf29..53d4c857f5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W110.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:30.251839Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -110.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W111.json index e9ebb75249..11d59e2d0e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W111.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:30.503254Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -111.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W112.json index 21dc3ec3a5..3c6ebadc18 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W112.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:30.656331Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -112.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W113.json index 3e5f01b1a3..dcad6b301b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W113.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:30.816647Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -113.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W114.json index 407fe07d57..3ab5531a74 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W114.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:31.238456Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -114.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W115.json index a147c21ddd..12d0b60f27 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W115.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:31.769726Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -115.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W116.json index 9a89951128..990242618c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W116.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:32.072644Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -116.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W117.json index 4d26f7e425..5431e7ff8b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W117.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:32.616530Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -117.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W118.json index 67cbe01910..180f7d74ae 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W118.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:33.090244Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -118.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W119.json index f6ab86b32e..cd24fc8f0c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W119.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:33.336437Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -119.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W120.json index 4733d2f140..e6cba7ef0b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W120.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:33.807859Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -120.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W121.json index 36773befca..144c141d26 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W121.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:34.460398Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -121.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W122.json index 1212a2b7ff..13d66bd376 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W122.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:35.031754Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -122.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W123.json index 31e0a26208..34702f4eaa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W123.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:35.723172Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -123.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W124.json index 6c6a9c8c03..22eea45e3b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N76W124.json @@ -41,7 +41,7 @@ 77.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:35.862361Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -124.00041666666667, 76.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N76W124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E013.json index 37e924e03b..57b6ddef90 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E013.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:36.021176Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.999583333333334, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E014.json index a630b07793..267c910ef6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E014.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:36.435154Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.999583333333334, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E015.json index 6a9bc64eb3..fefe6d6922 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E015.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:36.912540Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 14.999583333333334, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E016.json index 551f74e958..7d9ae57488 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E016.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:37.081308Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 15.999583333333334, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E017.json index d38b752dd4..770f921b07 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E017.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:37.319899Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 16.999583333333334, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E018.json index b02028bdfd..ed08e4ac49 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E018.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:37.525087Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 17.999583333333334, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E020.json index 88516ce67e..ce8bc0c1cc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E020.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:37.588181Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 19.999583333333334, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E021.json index c57345e504..0676ea8650 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E021.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:37.836834Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 20.999583333333334, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E022.json index 592b3f039b..b0605111fc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E022.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:38.174402Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 21.999583333333334, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E023.json index 731c2bee3c..1c8ead5ded 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E023.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:38.501959Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 22.999583333333334, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E024.json index 5686c6ff16..c7320247cc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E024.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:38.562422Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 23.999583333333334, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E025.json index c05419ead1..1ca8bf4c8b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E025.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:38.602332Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 24.999583333333334, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E067.json index 16a7527acb..e9e0cdcaa5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E067.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:38.640049Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 66.99958333333333, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E082.json index 10674b82f8..91bf8fb310 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E082.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:38.829861Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 81.99958333333333, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E088.json index 7f1ce121a8..6bfe16a808 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E088.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:39.014678Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 87.99958333333333, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E089.json index 5cfed8cc3e..e02ea9bf63 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E089.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:39.174469Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 88.99958333333333, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E090.json index 73556d2718..8056b7422d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E090.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:39.353420Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 89.99958333333333, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E091.json index 97a3eb8732..fbb882c6e4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E091.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:39.415799Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 90.99958333333333, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E092.json index 5dec97813a..4768e3ffd8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E092.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:39.555360Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 91.99958333333333, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E095.json index 702f4c77a5..9a91365ec5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E095.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:39.649732Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 94.99958333333333, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E096.json index 63509922dc..6796b3969e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E096.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:39.872679Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 95.99958333333333, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E099.json index 231a03e4a6..d9564f7346 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E099.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:40.096000Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 98.99958333333333, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E100.json index 4135d02c92..f2eabe9aae 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E100.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:40.163521Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 99.99958333333333, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E101.json index 69e3a15b28..b05ed2cd7b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E101.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:40.392688Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 100.99958333333333, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E102.json index f61a090d78..f8e6a99517 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E102.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:40.725461Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 101.99958333333333, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E103.json index 9f79c44e16..3024bb3625 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E103.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:40.999367Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 102.99958333333333, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E104.json index 7f770b34b1..823c91380c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E104.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:41.470514Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 103.99958333333333, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E105.json index 65d09e287b..aeaef64500 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E105.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:41.863915Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 104.99958333333333, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E106.json index 7aa03728bc..dd9196b9fc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E106.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:42.218320Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 105.99958333333333, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E107.json index 6315d4dec2..169a1649a8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E107.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:42.320297Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 106.99958333333333, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E108.json index ce468b33cb..c89db83a8e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E108.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:42.354248Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 107.99958333333333, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E156.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E156.json index 6148dc7356..64d086b8d5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E156.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77E156.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:42.487808Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 155.99958333333333, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E156.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77E156.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W018.json index 3c5af7128d..10058d4211 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W018.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:42.701604Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -18.000416666666666, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W019.json index 44fba44df6..d1d723d30c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W019.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:42.817243Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -19.000416666666666, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W020.json index a97f6cf93e..1d02c364f7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W020.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:43.084743Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -20.000416666666666, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W021.json index 08be502d38..f167213ebf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W021.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:43.329763Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -21.000416666666666, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W022.json index c7f7515a26..6e2374902d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W022.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:43.592284Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -22.000416666666666, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W023.json index 03057384b6..4c2af55533 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W023.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:43.742445Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -23.000416666666666, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W066.json index 9c0c140489..9de99f713c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W066.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:43.793516Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W067.json index 362d13ba92..06f631cf63 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W067.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:43.889085Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W068.json index 0125bbad38..3b15a47d72 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W068.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:44.068363Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W069.json index 9c459cef10..7f5a20cfa2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W069.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:44.163526Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W070.json index 82d94cd7f9..7f1086d803 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W070.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:44.345065Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W071.json index 3a83561b7c..58465975a9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W071.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:44.431461Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W072.json index 9f902664ee..90dfb14bf7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W072.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:44.619582Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W073.json index 1981e27cb8..51f9591c95 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W073.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:44.681656Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W076.json index 12208a940c..1f40775d1e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W076.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:44.820961Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W077.json index 2d9e1f15cd..f25d021421 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W077.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:44.885751Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W078.json index 611ef739b8..35c2f1a43e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W078.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:45.007848Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W079.json index dc43bd3c0c..b1ae4d8c0c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W079.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:45.328627Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W080.json index 7eda2d55b3..fee6fdd293 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W080.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:45.397336Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W081.json index e784927af8..48d8466ad3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W081.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:45.457577Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W082.json index 68caccb54b..7fd81eb922 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W082.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:45.703617Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W083.json index 68a5154672..9e62365b64 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W083.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:45.893948Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W084.json index 78eca61577..c09fe0ecb5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W084.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:46.030280Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W085.json index 70e732d836..4e5b86f59d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W085.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:46.346465Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W086.json index 3965fe1c30..0a7d680473 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W086.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:46.491721Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -86.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W087.json index a4c3eacc7d..0a0e659669 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W087.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:46.715343Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W088.json index f614569f2c..148f8bbafd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W088.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:47.044304Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W089.json index 17b2e59572..ba7e2c0971 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W089.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:47.292319Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W090.json index 3e736cf33f..cc685c4e2a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W090.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:47.533577Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W091.json index 028fe6208b..170dac31fb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W091.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:47.992381Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W092.json index b54e85588d..76aebab244 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W092.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:48.284946Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W093.json index 25480f805f..081e7b3298 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W093.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:48.335786Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -93.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W094.json index a56c16d725..f0db3eed03 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W094.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:48.823201Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -94.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W095.json index 7ae431c435..f36f746a4b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W095.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:49.042314Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -95.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W096.json index 0dcd2f64fc..77f795f984 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W096.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:49.507017Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -96.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W097.json index a8bc551ec3..b43bcc83a5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W097.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:49.880491Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -97.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W098.json index 75e2cc5cd5..1762d42ebe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W098.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:50.061990Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -98.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W099.json index 855907bc33..eb0d75df95 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W099.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:50.115142Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -99.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W100.json index 4db5c79e45..d7bc234628 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W100.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:50.391165Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -100.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W101.json index c05ce1b190..d567f40f1a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W101.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:50.639642Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -101.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W102.json index 5f848f2928..eb98e8875d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W102.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:50.880534Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -102.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W103.json index 6440f3e323..8bd24c62c0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W103.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:51.120825Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -103.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W104.json index 6cc432d306..35f59815c1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W104.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:51.173574Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -104.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W105.json index dd6a19ed68..9d3ce7f55f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W105.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:51.487325Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -105.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W106.json index 9893e1fd65..c80ad9aa54 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W106.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:52.035157Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -106.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W107.json index 4843baea2b..d30452dbd9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W107.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:52.165838Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -107.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W110.json index d474d267a2..943b965cad 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W110.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:52.304678Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -110.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W111.json index fc60419eea..77a3b770d2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W111.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:52.766146Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -111.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W112.json index b388db02a6..c0804dc28d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W112.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:53.222289Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -112.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W113.json index 9e3d21c725..e4464a4df0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W113.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:53.863506Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -113.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W114.json index f9b279fa07..7ec22248cf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W114.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:54.133399Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -114.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W115.json index ba02612891..558c9463b3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W115.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:54.624386Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -115.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W116.json index 80a27204d3..95e2ff1615 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W116.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:54.939708Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -116.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W117.json index 10ab21c86d..ef5d0ab40d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W117.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:55.614132Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -117.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W118.json index d3e0374e29..cb7ce33c47 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W118.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:55.890275Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -118.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W119.json index 7b86c30505..a8e726b707 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W119.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:56.352484Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -119.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W120.json index 9bd57b5027..9f9d2d7f18 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W120.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:56.737518Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -120.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W121.json index 3fac55d659..9da936ab91 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N77W121.json @@ -41,7 +41,7 @@ 78.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:56.862004Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -121.00041666666667, 77.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N77W121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E010.json index 4f51f074ac..c46427e63a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E010.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:56.983322Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.999583333333334, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E011.json index d0cb7a3374..166475f2b5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E011.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:57.459687Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.999583333333334, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E012.json index 07e58c315f..f2f90c0a4f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E012.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:57.738515Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.999583333333334, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E013.json index 7762d7e809..9f1c59a2bc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E013.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:57.958538Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.999583333333334, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E014.json index 5b7a557f14..144e52b37c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E014.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:58.301355Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.999583333333334, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E015.json index de7b79d0a5..57fa1ea9f9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E015.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:58.643573Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 14.999583333333334, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E016.json index 2df099a696..5df10e4a66 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E016.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:58.985003Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 15.999583333333334, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E017.json index 75af30e20a..d637e6f094 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E017.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:59.112377Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 16.999583333333334, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E018.json index c97bc7e0f0..caaa170970 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E018.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:59.310912Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 17.999583333333334, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E019.json index 3b358ca005..668ac275f8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E019.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:59.526633Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 18.999583333333334, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E020.json index a9870c2938..ae6b30d48d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E020.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:31:59.803856Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 19.999583333333334, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E021.json index b8a4552d1e..685546fac6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E021.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:00.051761Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 20.999583333333334, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E022.json index 5f389e40f6..f0a14a252d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E022.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:00.185344Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 21.999583333333334, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E023.json index bf80fe0aee..7bae14591f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E023.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:00.384646Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 22.999583333333334, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E026.json index df4083ec38..9b484747fa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E026.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:00.643732Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 25.999583333333334, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E027.json index d51123ca46..9c5df1fdfa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E027.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:00.694072Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 26.999583333333334, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E028.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E028.json index d184068c8a..0c36f372ac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E028.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E028.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:00.873209Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 27.999583333333334, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E028.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E028.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E029.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E029.json index 7717c3f81a..a49d2fed52 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E029.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E029.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:00.932453Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 28.999583333333334, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E029.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E029.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E030.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E030.json index 8459ef44fe..45fa78f181 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E030.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E030.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:01.079503Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 29.999583333333334, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E030.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E030.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E093.json index 877cf9becb..3e75d51e8c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E093.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:01.137338Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 92.99958333333333, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E094.json index 5f20f4568c..f9bce0918d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E094.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:01.179320Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 93.99958333333333, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E095.json index 7b39560f05..739fbfae77 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E095.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:01.233639Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 94.99958333333333, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E096.json index 9f435d79ab..3ebf3fc8df 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E096.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:01.389340Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 95.99958333333333, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E097.json index 42f1b0a30a..2a7c257497 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E097.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:01.628243Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 96.99958333333333, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E098.json index d75e29befb..2561e3fe22 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E098.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:01.739616Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 97.99958333333333, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E099.json index d667592299..1991c83965 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E099.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:01.948311Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 98.99958333333333, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E100.json index fe52a127de..ea8dc839b1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E100.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:02.228426Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 99.99958333333333, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E101.json index 0fb7fc7810..6c0f4513a8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E101.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:02.414465Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 100.99958333333333, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E102.json index 6af585c8d6..6e07a03dd4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E102.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:02.648168Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 101.99958333333333, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E103.json index 44f13831ba..d7238ab662 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E103.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:02.737738Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 102.99958333333333, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E104.json index 2a88c267cc..089844d5f9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E104.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:02.975046Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 103.99958333333333, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E105.json index 2841dc4d9a..d695659356 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E105.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:03.168193Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 104.99958333333333, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E106.json index 14dc8a2911..ba61c47eaf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E106.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:03.358951Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 105.99958333333333, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E107.json index e1f6720602..2ed52fecf8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78E107.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:03.704457Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 106.99958333333333, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78E107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W018.json index de3534059c..853548f4c5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W018.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:03.772427Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -18.000416666666666, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W019.json index 1072ec8883..e9100f465c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W019.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:03.992720Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -19.000416666666666, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W020.json index 09ba45485a..36b66d593e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W020.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:04.325204Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -20.000416666666666, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W021.json index 0b67a8c85d..ef44424ed6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W021.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:04.577564Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -21.000416666666666, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W022.json index aee43caae7..8163d46aa5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W022.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:04.839520Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -22.000416666666666, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W069.json index 87e581ef81..402b155963 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W069.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:04.893352Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W070.json index 10bfba3935..5601e03372 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W070.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:05.050088Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W071.json index eced7df9c6..1c086aeaca 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W071.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:05.102259Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W072.json index 41959f340e..aa77c0a760 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W072.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:05.248949Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W073.json index 126ef88f2f..4cdec7b81d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W073.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:05.337570Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W074.json index 894c4d9c4f..f71984c4bc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W074.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:05.376655Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W075.json index 68d4d1d093..1614def678 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W075.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:05.571406Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W076.json index 9801ed4a69..463d2ff0c0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W076.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:05.773645Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W077.json index 6760fedc29..1c790374c3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W077.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:05.900021Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W078.json index f78cf9645c..2f785cf2a5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W078.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:05.953547Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W079.json index 2f782f7df8..15784e4bc6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W079.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:06.100864Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W082.json index 41295f471c..fa1ca35041 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W082.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:06.160915Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W083.json index 769e825e02..8e79cec1ac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W083.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:06.389084Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W084.json index 96370ff488..130d0a2973 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W084.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:06.465001Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W085.json index 791f737c7a..f7c251a1f4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W085.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:06.636790Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W086.json index e6b560da39..445a044efd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W086.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:06.821605Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -86.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W087.json index 20df1f5b46..2ffbf059fa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W087.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:06.957968Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W088.json index e481448d90..40f9956502 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W088.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:07.142724Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W089.json index ec422d243a..d0d677eeae 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W089.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:07.379722Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W090.json index 9282b06eac..554f53a0a2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W090.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:07.521074Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W091.json index 3b9ef5b774..eb6c961e8a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W091.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:07.742104Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W092.json index f9b79d7e38..f46c796c3f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W092.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:07.958661Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W093.json index 109cb012e3..db3a3946f9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W093.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:08.234470Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -93.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W094.json index d5429b7f6e..3d4fb97624 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W094.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:08.428128Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -94.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W095.json index 9ad9b93fd9..74ae59bf9b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W095.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:08.525919Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -95.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W096.json index 081ebf58c4..07f19dd019 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W096.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:08.804920Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -96.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W097.json index 2dfc01579a..0648e9e386 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W097.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:09.103443Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -97.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W098.json index b64ddf5c5e..d2b499474d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W098.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:09.549125Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -98.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W099.json index b021fd6435..aab9eadf28 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W099.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:09.800062Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -99.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W100.json index 2b49deb3db..f0c08384a1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W100.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:10.085048Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -100.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W101.json index f64d5a2868..1b23805e54 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W101.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:10.534599Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -101.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W102.json index c682ed7ecb..625a88b2e1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W102.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:10.871842Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -102.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W103.json index 84a0a2359e..fcc0e780c1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W103.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:11.166854Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -103.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W104.json index 751113522f..5b0b7096b9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W104.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:11.575089Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -104.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W105.json index 416446f846..0487e420bd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W105.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:11.875876Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -105.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W106.json index 1d774a8d22..bb8630ae79 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W106.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:11.949614Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -106.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W110.json index b0dfa79291..5a0bf0789b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W110.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:12.400596Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -110.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W111.json index 33e6b4070e..c34d1ee559 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W111.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:12.904364Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -111.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W112.json index bc9817fc90..3fc66ba02e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W112.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:13.319635Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -112.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W113.json index a7a980ec71..dd5358783b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W113.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:13.738321Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -113.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W114.json index c5dcca2131..d5c8cd0c77 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W114.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:13.950776Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -114.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W115.json index 3d727eb4ce..696bfbe81c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W115.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:14.048080Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -115.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W116.json index a14a6df0b6..df5bdb08d0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N78W116.json @@ -41,7 +41,7 @@ 79.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:14.195894Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -116.00041666666667, 78.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N78W116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E010.json index f9d54a6a04..4cddf1c481 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E010.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:14.305348Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.999583333333334, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E011.json index f2f6074bec..17a065f5de 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E011.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:14.529657Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.999583333333334, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E012.json index f56e9e0df1..54296d669c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E012.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:14.731162Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.999583333333334, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E013.json index 2a3d803eae..bb07e23244 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E013.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:15.023292Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.999583333333334, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E014.json index 66807f0f5b..62c6bd55c0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E014.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:15.245278Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.999583333333334, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E015.json index 6a6f9fd2f8..f0b109092a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E015.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:15.405050Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 14.999583333333334, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E016.json index a35596100b..00944f703e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E016.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:15.729331Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 15.999583333333334, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E017.json index e1f6a5adc5..40a36a2708 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E017.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:15.852851Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 16.999583333333334, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E018.json index 0638d6cd96..f40995b3c4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E018.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:16.106699Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 17.999583333333334, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E019.json index 263e13f9fa..2bde26b2ee 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E019.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:16.325919Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 18.999583333333334, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E020.json index d8324db44b..977751b943 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E020.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:16.475303Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 19.999583333333334, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E021.json index 7fc5d5cf90..a590b00b4b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E021.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:16.820731Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 20.999583333333334, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E022.json index 4784dd8c27..3145478e32 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E022.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:16.932976Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 21.999583333333334, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E023.json index 69170b08a9..1a272796b8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E023.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:17.097497Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 22.999583333333334, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E024.json index e6f0cef303..e28e9213a1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E024.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:17.158608Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 23.999583333333334, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E025.json index 436f86bd67..3733f3208c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E025.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:17.307837Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 24.999583333333334, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E026.json index 7147e22a7e..328fd317f0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E026.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:17.355900Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 25.999583333333334, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E027.json index 3d8133b948..b4c79d8f72 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E027.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:17.399348Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 26.999583333333334, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E030.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E030.json index 12931b1c2e..8b95f590d3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E030.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E030.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:17.440500Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 29.999583333333334, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E030.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E030.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E048.json index 13898053cb..568c542cbc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E048.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:17.478073Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.999583333333334, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E049.json index 4e4d86f911..4e4d201fac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E049.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:17.609666Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.999583333333334, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E050.json index 4532011f02..2e840f58c0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E050.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:17.672755Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.999583333333334, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E051.json index 7fd2669339..3f307a2930 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E051.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:17.816003Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.999583333333334, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E058.json index cdc17a07a5..721139fcee 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E058.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:17.901150Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 57.999583333333334, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E059.json index 497a7e36f7..42a8e79041 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E059.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:17.958725Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 58.999583333333334, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E076.json index 96964398c4..c72cfb6916 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E076.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:18.370126Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 75.99958333333333, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E077.json index 08c7e24869..41d470d9ba 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E077.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:18.513464Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 76.99958333333333, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E090.json index e6e1eab519..47acdb36c3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E090.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:18.561446Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 89.99958333333333, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E091.json index 0173d440f4..eb78da467f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E091.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:19.032419Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 90.99958333333333, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E092.json index 20e4223a8e..5b1aebcb79 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E092.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:19.436970Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 91.99958333333333, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E093.json index bed2f75421..25966ad56b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E093.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:19.957467Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 92.99958333333333, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E094.json index 2d550df881..101b114d96 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E094.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:20.299362Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 93.99958333333333, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E095.json index 7f20bd723c..10e6c2848e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E095.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:20.545936Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 94.99958333333333, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E096.json index 17a000a817..8faee8a832 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E096.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:20.775712Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 95.99958333333333, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E097.json index 8bd743660d..bab24c20f3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E097.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:21.027578Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 96.99958333333333, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E098.json index d36b7b8e7d..4b1caccc06 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E098.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:21.122194Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 97.99958333333333, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E099.json index 0d375f4a88..dc5732e406 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E099.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:21.347639Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 98.99958333333333, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E100.json index 2567456a5d..caba87025f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E100.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:21.531693Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 99.99958333333333, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E101.json index 61fdaa6062..acfa8f452b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E101.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:21.647241Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 100.99958333333333, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E102.json index 684e857d0f..fd74835fc0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E102.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:21.899312Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 101.99958333333333, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E103.json index a7c5dcd99e..1e1661f350 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E103.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:22.150226Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 102.99958333333333, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E104.json index 23cd8da436..bcb7877dba 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79E104.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:22.234544Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 103.99958333333333, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79E104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W018.json index 334bfae8ec..40a445c6a7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W018.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:22.407109Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -18.000416666666666, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W019.json index 2e9dd05069..a4a27a713e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W019.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:22.588083Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -19.000416666666666, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W020.json index 69358b8d8c..2d1f84e699 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W020.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:23.159704Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -20.000416666666666, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W021.json index f7ebc23328..08409ff147 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W021.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:23.800325Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -21.000416666666666, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W022.json index 8608598dbd..37ac246de9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W022.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:24.295119Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -22.000416666666666, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W023.json index 5bbf0c5f7b..0337bfe520 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W023.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:24.709437Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -23.000416666666666, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W065.json index 077c6c0abb..e153d9dd8f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W065.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:24.836940Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W066.json index c3d4fe079f..fc5637778c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W066.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:25.016427Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W067.json index 2e25026aa0..277d2869fb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W067.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:25.199990Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W068.json index 8cdc77dc72..5508dc66d9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W068.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:25.305551Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W069.json index 03be7402d0..8be94980dc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W069.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:25.368497Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W070.json index 68eb89b84a..20df9f7665 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W070.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:25.509002Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W071.json index 41ebe27979..852fc7eb7a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W071.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:25.567617Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W072.json index 770bf7c38b..f844552f4d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W072.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:25.717175Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W073.json index 043a60e8a8..4883fcbe89 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W073.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:25.771864Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W074.json index e434635db3..491f575a0e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W074.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:25.862433Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W075.json index bd88c716b8..b72b9b88cc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W075.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:26.020492Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W076.json index c0441d0015..51be23e128 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W076.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:26.215118Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W077.json index f0262a986d..9ff9cac8b9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W077.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:26.298685Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W078.json index a17e42f634..0b34a0156d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W078.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:26.386157Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W079.json index 4716dbfb3b..30c48d797d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W079.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:26.527786Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W080.json index ed6685e3d1..6216468bae 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W080.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:26.610781Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W081.json index 4dce861e04..512f9ac202 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W081.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:26.804166Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W082.json index 11d6eb590d..8d03fd3d12 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W082.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:26.942183Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W083.json index ff1e8b4fc9..989925c006 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W083.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:27.097828Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W084.json index 0900f1ac37..87221861aa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W084.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:27.262712Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W085.json index be6baa7483..9a17ffe92e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W085.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:27.406529Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W086.json index a962f16b62..c1ca46766f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W086.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:27.650693Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -86.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W087.json index 4a300bf1cd..d1a93cfb9e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W087.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:27.874413Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W088.json index 18505f6f39..c87b429281 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W088.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:28.006199Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W089.json index 472ce1862f..370b6628ea 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W089.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:28.134758Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W091.json index 76c2a6ab3d..08a1443b2a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W091.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:28.328320Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W092.json index c46a16ebab..025273c241 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W092.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:28.412094Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W093.json index 19c8785170..25f93c019e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W093.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:28.494617Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -93.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W094.json index e8e500bc2a..8bb472c573 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W094.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:28.831188Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -94.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W095.json index b2d714974d..e493524820 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W095.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:28.975589Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -95.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W096.json index 24e383f21b..54886f4ba8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W096.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:29.216484Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -96.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W097.json index dab48aa01c..ca8cc16e9c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W097.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:29.429876Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -97.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W098.json index ca8a925897..cc4bbc4c73 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W098.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:29.477937Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -98.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W099.json index dc0625f065..6bbae190cd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W099.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:29.713025Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -99.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W100.json index 09c0e7ea51..d413020010 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W100.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:29.889907Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -100.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W101.json index d759bb5385..36de7616cf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W101.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:29.989302Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -101.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W102.json index dfe7ef1c19..c51c3a7453 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W102.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:30.060314Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -102.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W103.json index c286e32be6..6b23967650 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W103.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:30.278543Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -103.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W104.json index 4c2e1ad914..77edb8c331 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W104.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:30.601936Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -104.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W105.json index 6569401727..37cb157f37 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W105.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:31.052251Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -105.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W106.json index 3c629f0a4d..316eabde6c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N79W106.json @@ -41,7 +41,7 @@ 80.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:31.330767Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -106.00041666666667, 79.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N79W106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E014.json index 37c40fc72f..c725a303b0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E014.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:31.480699Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.999305555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E015.json index 86e911a6a0..9805cdd65f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E015.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:31.525938Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 14.999305555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E016.json index b43e26f079..b62ffc7751 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E016.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:31.572327Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 15.999305555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E017.json index 86298d77be..e2377d0248 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E017.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:31.616262Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 16.999305555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E018.json index bac06b2c47..c76b0eb70a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E018.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:31.811648Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 17.999305555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E019.json index b666fa56c9..433df64dd2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E019.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:31.989438Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 18.999305555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E020.json index 49db135dce..363b3b75da 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E020.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:32.079919Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 19.999305555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E021.json index 733891ae08..ce6eed514f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E021.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:32.176412Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 20.999305555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E022.json index 500ec65a27..a48f6c2e55 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E022.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:32.358780Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 21.999305555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E023.json index 8d0ed63401..aa37cc0dd8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E023.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:32.552145Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 22.999305555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E024.json index 5d035ece4a..6d7701df3d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E024.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:32.634507Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 23.999305555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E025.json index 224fb8cbdf..52f806ddef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E025.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:32.687488Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 24.999305555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E026.json index cbf2afda1a..35b70bad11 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E026.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:32.827601Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 25.999305555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E027.json index eddde22482..969288011e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E027.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:32.883823Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 26.999305555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E028.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E028.json index 29b7c26923..228820f88b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E028.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E028.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:33.034728Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 27.999305555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E028.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E028.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E031.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E031.json index 5df62d2dad..a4f91eb8a9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E031.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E031.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:33.090372Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 30.999305555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E031.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E031.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E032.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E032.json index 01ad22f390..3deb899b66 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E032.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E032.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:33.139128Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 31.999305555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E032.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E032.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E033.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E033.json index bf9017cb08..e25a78d57e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E033.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E033.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:33.186704Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 32.99930555555556, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E033.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E033.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E036.json index 7ca69f5168..952408ba57 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E036.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:33.231544Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 35.99930555555556, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E044.json index 63430eb686..38948852ea 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E044.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:33.362618Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 43.99930555555556, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E045.json index 80bbb6d510..086a79833d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E045.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:33.410339Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 44.99930555555556, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E046.json index 3e6c80082c..73cc51eaa9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E046.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:33.550941Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 45.99930555555556, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E047.json index d6265eb89d..581f090d37 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E047.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:33.683477Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99930555555556, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E048.json index 2851bb6b36..7dd90f9a14 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E048.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:33.871586Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.99930555555556, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E049.json index 189dcf3556..ad5dabdc8c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E049.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:34.093958Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99930555555556, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E050.json index 2b31e3e3d4..1c95a7b991 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E050.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:34.189078Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99930555555556, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E051.json index 21685ce5a2..cc4125a597 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E051.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:34.246528Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.99930555555556, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E052.json index ea76ba1799..85449a42e4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E052.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:34.388184Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.99930555555556, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E053.json index d7197f708d..8df087836d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E053.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:34.588849Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 52.99930555555556, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E054.json index df08915c98..54e575ff15 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E054.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:34.710366Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 53.99930555555556, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E055.json index 3ab03caf19..e1365e032b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E055.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:34.934498Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 54.99930555555556, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E056.json index 1b898d4dfd..c5dd69ae3c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E056.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:35.127796Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 55.99930555555556, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E057.json index d25a419af0..584e618327 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E057.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:35.263930Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 56.99930555555556, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E058.json index 221885db16..14596dd45a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E058.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:35.476237Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 57.99930555555556, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E059.json index 2376250705..3eb1cccde0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E059.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:35.665860Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 58.99930555555556, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E060.json index 1fa09e00c0..b4ee74d2aa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E060.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:35.792298Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 59.99930555555556, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E061.json index dec1f97e3a..6232031ba6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E061.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:35.974573Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 60.99930555555556, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E062.json index 6f0bfe1c24..c5fa335c8b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E062.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:36.040569Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 61.99930555555556, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E063.json index 5c5229da91..fa6f29bb62 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E063.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:36.256567Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 62.99930555555556, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E064.json index 2f4d6e02ec..bc31ce5692 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E064.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:36.379741Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 63.99930555555556, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E065.json index ebbb0e961a..ef22764b89 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E065.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:36.526784Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 64.99930555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E078.json index f7e9231151..863dc0dc59 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E078.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:36.572671Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 77.99930555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E079.json index f6645951b0..535a834d95 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E079.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:36.730787Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 78.99930555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E080.json index fcb1e3fb9a..fa3f6a1512 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E080.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:36.780841Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 79.99930555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E090.json index 45e635e82b..d7bd2e49b1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E090.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:36.825728Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 89.99930555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E091.json index 3ae789bf96..94f9dee5ec 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E091.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:37.026454Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 90.99930555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E092.json index 74c8a734fd..37f86c98af 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E092.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:37.263026Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 91.99930555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E093.json index 9da6a8d9b1..d13b573cc4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E093.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:37.613256Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 92.99930555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E094.json index 6c0a724cc4..52cd1d21cd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E094.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:37.855028Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 93.99930555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E095.json index fea52e2112..f2ca5e8140 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E095.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:38.063974Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 94.99930555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E096.json index 1e39c88ef4..8f3c270fc7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E096.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:38.300312Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 95.99930555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E097.json index 1c52244716..4931c04476 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E097.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:38.475991Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 96.99930555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E098.json index 3b27e81533..bb1005d6c1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E098.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:38.644975Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 97.99930555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E099.json index 353115a809..c453d17f4b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80E099.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:38.795616Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 98.99930555555555, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80E099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W014.json index ae7816c759..88eb07d205 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W014.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:38.846965Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -14.000694444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W015.json index 74b267b9fb..e50e5d6bd8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W015.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:38.903974Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -15.000694444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W016.json index e2bae25d8c..7ed09804e7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W016.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:39.124124Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -16.000694444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W017.json index 24ce41ffc3..3ce4e7b50b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W017.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:39.310128Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -17.000694444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W018.json index 7dd0a44eb2..e1d34b049f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W018.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:39.443987Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -18.000694444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W019.json index dff42b6212..41a6a20d7d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W019.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:39.511299Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -19.000694444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W020.json index ca0572f3b4..040152ada9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W020.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:39.671210Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -20.000694444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W021.json index 1e820f8dd0..c00ed46e78 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W021.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:39.856503Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -21.000694444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W022.json index 582a060505..536716a12e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W022.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:39.980699Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -22.000694444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W023.json index 0cc9f16a10..daf643ea67 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W023.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:40.164233Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -23.000694444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W024.json index 33ec333d1a..f53d3538cf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W024.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:40.345040Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -24.000694444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W025.json index 6bbf537458..1d8d7458e0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W025.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:40.520145Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -25.000694444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W061.json index 0e27a03713..0ba3783935 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W061.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:40.973883Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00069444444444, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W062.json index b755509c72..158ae556e3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W062.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:41.287289Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00069444444444, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W063.json index 9623f27d0c..a32b625130 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W063.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:41.431037Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.00069444444444, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W064.json index 6cf7cce396..3d742fdd1f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W064.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:41.513495Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W065.json index e0b2222afa..ae6dc12b89 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W065.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:41.569471Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W066.json index 9c0dcf342b..e85532480e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W066.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:41.735266Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W067.json index abb298691b..8b49a96cb7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W067.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:41.802675Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W068.json index b670bb0a49..9bb56f067e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W068.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:42.005589Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W069.json index fe61587062..13ebc84dae 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W069.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:42.056151Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W070.json index 7f122bc468..b91cb91b75 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W070.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:42.105939Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W071.json index a61e5d7859..9af460a336 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W071.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:42.259106Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W072.json index 6446e124ed..28edf6bc56 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W072.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:42.314397Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W073.json index dff7a6e465..4810b01893 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W073.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:42.466608Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W076.json index 6434f60369..62d39f46a8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W076.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:42.526015Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W077.json index 073c5b274d..383e052948 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W077.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:42.576658Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W078.json index 498d067d5f..0641a4d10e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W078.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:42.631206Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W079.json index 9833aac3bc..736a7fbb85 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W079.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:42.782970Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W080.json index 27fdd2ba72..99c145b9ed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W080.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:42.875267Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W081.json index b16054594d..bfbafacd3a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W081.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:43.054409Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W082.json index b404d497e1..8cb2fd0ffd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W082.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:43.163009Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W083.json index 1d9f33f444..998441966b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W083.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:43.329310Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W084.json index 6fefbf34b0..f4c07b8cd0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W084.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:43.526551Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W085.json index 2c0f7a157b..006cfc68aa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W085.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:43.576038Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W086.json index 499780f818..d014b2b9bf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W086.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:43.673934Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -86.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W087.json index 7cb7aed1c3..bf8caa466d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W087.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:43.861990Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W088.json index e009c7fd62..e84097a7a6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W088.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:44.083390Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W089.json index a0aba46a00..fa276d2209 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W089.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:44.243228Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W090.json index 3f451f8041..57c78bcb7f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W090.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:44.453128Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W091.json index e48968077b..a155f6e6d4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W091.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:44.646304Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W092.json index 2ad627fda5..912e71ff5d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W092.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:44.710143Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W094.json index e9fc5b65aa..f46861ce02 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W094.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:44.766759Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -94.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W095.json index 7d9b194214..ce281fb5af 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W095.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:45.101483Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -95.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W096.json index c8aa23fb7b..cef143d0c5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W096.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:45.240607Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -96.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W097.json index a1696dc03f..2f2fde6ed6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W097.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:45.421479Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -97.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W099.json index ddfe4ba6fa..2a87ab9e4b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W099.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:45.485637Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -99.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W100.json index 0dc0f03d05..f426ee30f0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W100.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:45.695757Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -100.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W101.json index c7b268914b..0c47b07652 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N80W101.json @@ -41,7 +41,7 @@ 81.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:45.754352Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -101.00069444444445, 80.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N80W101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E050.json index b78b43f1ad..0fbb9c18f3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E050.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:45.810827Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99930555555556, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E051.json index bf9d9134cc..2707811de2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E051.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:45.960067Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.99930555555556, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E054.json index c5a582e69e..3bde025fdc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E054.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:46.013591Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 53.99930555555556, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E055.json index 566de7ba7d..1ac245855c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E055.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:46.171538Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 54.99930555555556, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E056.json index 6a65c49390..7a1e748bf1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E056.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:46.270473Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 55.99930555555556, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E057.json index 4833ce73a4..218e349f76 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E057.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:46.353044Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 56.99930555555556, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E058.json index 9ee2eda998..0e95cc9d89 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E058.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:46.534842Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 57.99930555555556, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E059.json index 94f2d7ee51..e66d93c267 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E059.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:46.730503Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 58.99930555555556, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E060.json index 3ee1c67f44..edf766f092 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E060.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:46.796764Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 59.99930555555556, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E061.json index dd4f8090ac..a5cffce2f0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E061.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:46.846741Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 60.99930555555556, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E062.json index 3f98eca3bd..aa0a598826 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E062.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:47.006318Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 61.99930555555556, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E063.json index 9fa2e0e7d9..161b4d95b5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E063.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:47.058056Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 62.99930555555556, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E064.json index 0163497d8d..5d16b4de26 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E064.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:47.321610Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 63.99930555555556, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E065.json index f85e6b8174..68d9ddb41e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E065.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:47.512623Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 64.99930555555555, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E090.json index c0e54a4e0b..d9f3c8a415 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E090.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:47.573128Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 89.99930555555555, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E091.json index f865d49b70..0ad7b0c186 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E091.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:47.734302Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 90.99930555555555, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E093.json index 90f948c0a2..044181cc77 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E093.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:47.788998Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 92.99930555555555, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E094.json index 2bb07f11f9..255c830d03 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E094.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:48.028340Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 93.99930555555555, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E095.json index a8d50783b1..c361eb84cd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E095.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:48.321127Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 94.99930555555555, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E096.json index 8a13e380a0..0d12087aee 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81E096.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:48.539394Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 95.99930555555555, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81E096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W012.json index 2d867d0cfb..eec79b0d09 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W012.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:48.757028Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -12.000694444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W013.json index e0dd1beba7..0b21a5e95a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W013.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:48.879455Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -13.000694444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W014.json index 4ca6de04f9..2a4093b978 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W014.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:49.070397Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -14.000694444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W015.json index e8288bebeb..3ddb53c596 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W015.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:49.282167Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -15.000694444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W016.json index 5d74746c7d..fe81bf771d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W016.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:49.492456Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -16.000694444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W017.json index 1add49ee6d..dcc5e524b1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W017.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:49.804886Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -17.000694444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W018.json index 5ddd735b9c..3737684f15 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W018.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:49.948229Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -18.000694444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W019.json index 5c17f25641..d658fd8c59 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W019.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:50.162230Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -19.000694444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W020.json index 1b040dd54f..203e2ef240 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W020.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:50.405051Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -20.000694444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W021.json index 23755ffae3..5db423e7c1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W021.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:50.471842Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -21.000694444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W022.json index d454f9aa77..55a5a603e5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W022.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:50.662868Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -22.000694444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W023.json index 0ce9c6f272..802ec70e07 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W023.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:50.874767Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -23.000694444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W024.json index b6315cc24e..d745fbec06 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W024.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:51.043334Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -24.000694444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W025.json index 8b000c6925..f9b28ef800 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W025.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:51.213545Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -25.000694444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W026.json index 72c1cfaa9a..41fe59f69f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W026.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:51.265657Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -26.000694444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W027.json index c5006945eb..5ffc1f92cb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W027.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:51.407483Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -27.000694444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W028.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W028.json index 052dd55c87..1db1fc8dce 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W028.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W028.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:51.476606Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -28.000694444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W028.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W028.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W029.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W029.json index 0ad6be5f47..73094a4f28 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W029.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W029.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:51.525366Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -29.000694444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W029.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W029.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W030.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W030.json index 64bfe5f307..51564f9e9b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W030.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W030.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:51.573409Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -30.000694444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W030.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W030.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W031.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W031.json index 910059bbcd..d947a8a150 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W031.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W031.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:51.722718Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -31.000694444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W031.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W031.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W032.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W032.json index 16984a7c9e..85e794e83d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W032.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W032.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:51.777565Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -32.00069444444444, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W032.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W032.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W033.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W033.json index d49be73b10..692c272e31 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W033.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W033.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:51.940050Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -33.00069444444444, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W033.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W033.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W034.json index 64a0897604..a97a2b6aa9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W034.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:51.985142Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -34.00069444444444, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W045.json index 1100463259..b0befc807a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W045.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:52.026829Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -45.00069444444444, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W046.json index e9ca6d47d9..57e2dc2a57 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W046.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:52.219816Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -46.00069444444444, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W047.json index 8fd898553a..ef5a20f7a0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W047.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:52.273330Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -47.00069444444444, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W048.json index 966fde852e..fe5ee77b88 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W048.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:52.415255Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -48.00069444444444, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W051.json index 7c3b0b71e2..99a40e0e18 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W051.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:52.616324Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -51.00069444444444, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W052.json index c3d5d125ad..f7c66c6ca4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W052.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:52.777064Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -52.00069444444444, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W053.json index 04714e331e..1cecf99b30 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W053.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:52.837848Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -53.00069444444444, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W054.json index 7028cfdd5f..90b75daec8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W054.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:53.001373Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -54.00069444444444, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W055.json index 3650d5bbcf..f6d117a194 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W055.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:53.153135Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -55.00069444444444, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W056.json index 002fa4c62f..a8cc074290 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W056.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:53.285977Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -56.00069444444444, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W057.json index 0d2bc89b68..06e14b8727 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W057.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:53.329085Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -57.00069444444444, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W058.json index 559068c114..d5f9098ee0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W058.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:53.479799Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -58.00069444444444, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W059.json index a0ab85f69b..10cad7d4c1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W059.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:53.542988Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -59.00069444444444, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W060.json index 0407bde74c..12efb0fb1e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W060.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:53.606412Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.00069444444444, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W061.json index b2e651d81d..7efcaff142 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W061.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:53.675498Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00069444444444, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W062.json index f5a41516b2..bb8365e5f7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W062.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:54.032853Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00069444444444, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W063.json index 139585a37e..36b0b7617b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W063.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:54.089579Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.00069444444444, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W064.json index eb6a881b20..dd6cdaba68 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W064.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:54.146120Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W065.json index 0e184d70cd..00528825eb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W065.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:54.208730Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W066.json index c5b709b743..23fe5b51fa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W066.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:54.351980Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W067.json index ff354799f5..e2fa1a8c44 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W067.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:54.534133Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W068.json index 5cf310d61a..85f0c29838 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W068.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:54.593936Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W069.json index 3802ad15b5..8675e1ef0b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W069.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:54.652164Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W070.json index 367c07030f..5d7d46e78d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W070.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:54.710927Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W071.json index 53659c6720..6ace7688e1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W071.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:54.851292Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W076.json index 0d91f2e586..25dc7dff95 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W076.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:54.900551Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W077.json index 0e48735332..e42381ee26 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W077.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:55.052778Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W078.json index bf1a5264e4..88015314b8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W078.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:55.109170Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W079.json index 0f79004d51..3ed2aca970 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W079.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:55.157377Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W080.json index 56707e8a4d..bfe2cd3752 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W080.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:55.248180Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W081.json index 7b6bb5d5ba..1998b0c2e0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W081.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:55.402211Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W082.json index cd3724cb90..32cf1ac5a3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W082.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:55.455200Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W083.json index 63872f79df..1cb211cd57 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W083.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:55.594336Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W084.json index 44162b3a28..4ea9ddb0e5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W084.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:55.645734Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W085.json index d69df74de9..9eef945669 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W085.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:55.731873Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W086.json index 27aa12f86a..00585b6d43 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W086.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:55.893227Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -86.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W087.json index 9c6bf70e95..adcd09f100 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W087.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:55.951921Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W088.json index 9d84562a9d..f41df39aa4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W088.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:56.118831Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W089.json index 84aa6dfdfa..45ed8f7366 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W089.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:56.214451Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W090.json index 0f7efbdadf..3d35845e0f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W090.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:56.459280Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W091.json index 4d58067e65..497ebcc8bc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W091.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:56.640960Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W092.json index 66bf3f0dc6..f2f783edfa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W092.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:56.750157Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W093.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W093.json index 752617a3b7..bdbfb7bfb4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W093.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W093.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:56.830225Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -93.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W093.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W093.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W094.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W094.json index 0cf4a409a4..5ecfdc0dae 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W094.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W094.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:57.018767Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -94.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W094.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W094.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W095.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W095.json index 3d0a804721..7ba4affbf5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W095.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W095.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:57.203289Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -95.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W095.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W095.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W096.json index e1128a47d9..58b1e39e31 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N81W096.json @@ -41,7 +41,7 @@ 82.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:57.263775Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -96.00069444444445, 81.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N81W096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W018.json index 203f7a3c14..3274f8bc2d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W018.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:57.312527Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -18.000694444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W019.json index 17c249ea12..4664534011 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W019.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:57.461454Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -19.000694444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W020.json index 553774c9db..ae69d186ed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W020.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:57.665585Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -20.000694444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W021.json index 93ac7e1090..abcb146278 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W021.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:57.793739Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -21.000694444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W022.json index 624cf35fcf..d434ec9e77 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W022.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:57.886336Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -22.000694444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W023.json index e2ac414694..33693b4193 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W023.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:58.223424Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -23.000694444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W024.json index 7450af8bc4..c6dbacfb8f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W024.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:58.307565Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -24.000694444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W025.json index 681c963d96..010c68164e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W025.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:58.353060Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -25.000694444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W026.json index d70bcd74e4..cb8bfe2caf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W026.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:58.394553Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -26.000694444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W027.json index 60da67a50e..e8150a57d7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W027.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:58.529039Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -27.000694444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W028.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W028.json index 1a93fcd9a0..c25fd5486e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W028.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W028.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:58.577889Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -28.000694444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W028.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W028.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W029.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W029.json index d5abd3168e..d7a875fddf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W029.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W029.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:58.723754Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -29.000694444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W029.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W029.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W030.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W030.json index 651e1ec43d..e544cc7986 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W030.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W030.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:58.782821Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -30.000694444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W030.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W030.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W031.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W031.json index 6cc230711f..6d033a6ccf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W031.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W031.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:58.836685Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -31.000694444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W031.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W031.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W032.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W032.json index 7989bdaa13..c3c006053c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W032.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W032.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:58.888494Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -32.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W032.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W032.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W033.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W033.json index 5a4018755e..05f7579bac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W033.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W033.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:59.030259Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -33.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W033.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W033.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W034.json index 6c50f37612..2196f304e0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W034.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:59.082709Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -34.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W035.json index 55c708dc31..9c82d80c8d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W035.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:59.128118Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -35.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W036.json index ab17ee4a2a..7263003fa7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W036.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:59.264252Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -36.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W037.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W037.json index ec366b8390..8f1bd9b0b0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W037.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W037.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:59.319371Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -37.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W037.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W037.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W038.json index 2a20b0c170..b399d4392b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W038.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:59.358432Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -38.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W039.json index fc9286966b..ec3709037f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W039.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:59.398110Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -39.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W040.json index e2b24c6588..b514066817 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W040.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:59.443665Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -40.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W041.json index e453b5eff6..0307d445d7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W041.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:59.614168Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -41.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W042.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W042.json index e62be1813f..15c7dbdee0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W042.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W042.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:59.765101Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -42.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W042.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W042.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W043.json index 05775a28a8..2c47dad124 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W043.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:59.851588Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -43.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W044.json index 6e93f2149e..0428119de9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W044.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:59.903660Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -44.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W045.json index 2c9efb97f7..c5b84718c6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W045.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:32:59.953667Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -45.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W046.json index 6f1c14a6f1..8b97d99411 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W046.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:00.165277Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -46.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W047.json index 924473ef6c..f65fc08fc2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W047.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:00.312134Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -47.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W048.json index af1afb2d36..419d01eaab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W048.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:00.366657Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -48.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W049.json index 88ee7c84ab..86feda0e9a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W049.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:00.446139Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -49.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W050.json index ba16138e05..fd539b4a45 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W050.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:00.493324Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -50.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W051.json index 655bc376eb..a710410238 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W051.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:00.628474Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -51.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W052.json index 7dcaa441df..dfa9ca8d16 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W052.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:00.680957Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -52.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W053.json index cffc799e9c..300c1392d9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W053.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:00.836740Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -53.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W054.json index 7be0720253..86ac08147e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W054.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:00.888269Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -54.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W055.json index ef9ef45003..b3ec12685d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W055.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:00.934837Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -55.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W056.json index c6458de6f1..0153471d7d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W056.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:00.981733Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -56.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W057.json index 7fe317f5fe..457661ee47 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W057.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:01.135105Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -57.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W058.json index 5c292d8ecc..c5350bf270 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W058.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:01.185438Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -58.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W059.json index da5ecf576b..ff69167401 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W059.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:01.322800Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -59.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W060.json index 404439edd3..d6eee680e2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W060.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:01.372451Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W061.json index 317fff0779..c0370f1898 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W061.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:01.414933Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W062.json index 167ef64227..c5ce9a9da6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W062.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:01.464646Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W063.json index 6742855d72..21426eaa03 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W063.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:01.534271Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.00069444444444, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W064.json index f4c51b759b..07288f99d2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W064.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:01.716768Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00069444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W065.json index eb23443741..c89eb5ab00 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W065.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:01.859388Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00069444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W066.json index 6fb0d6f1f8..cbb1dab914 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W066.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:01.913948Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00069444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W067.json index 127eca1601..4bd6a9249f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W067.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:01.971876Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00069444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W068.json index f298952932..22f546fb2e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W068.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:02.023371Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00069444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W069.json index c5f2da8023..04a5836c04 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W069.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:02.209574Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00069444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W070.json index 630114ddf2..b54b8a8877 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W070.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:02.252932Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00069444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W071.json index bd440a7af0..fec7dc2e37 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W071.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:02.408865Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00069444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W072.json index 850f816808..6cb7852567 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W072.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:02.457199Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00069444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W073.json index 461385b4ce..9eba9ab7ba 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W073.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:02.574703Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00069444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W074.json index 467986d6f3..9589329fcf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W074.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:02.725341Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00069444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W075.json index 2ee0db90bc..b3d9a83fa4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W075.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:02.772951Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00069444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W076.json index 7a3590cd70..ff6592d9f8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W076.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:02.914429Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00069444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W077.json index 6bb4195cdb..749bf7a9ba 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W077.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:02.965250Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00069444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W078.json index 44508dd560..b3f8893f44 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W078.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:03.008410Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00069444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W079.json index f5062d3058..cfa589497d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W079.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:03.050574Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00069444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W080.json index a3ea8b0758..ec29c7327c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W080.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:03.117863Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00069444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W081.json index cc183935c4..f0d866c3a3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W081.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:03.459033Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00069444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W082.json index ed0310f0dd..4f76f9973e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W082.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:03.637117Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00069444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W083.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W083.json index bd8dfd7de5..309cde2f84 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W083.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W083.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:03.990921Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -83.00069444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W083.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W083.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W084.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W084.json index 0a71032e21..93ee78a856 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W084.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W084.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:04.056061Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -84.00069444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W084.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W084.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W085.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W085.json index 7daa3d9b21..b163a64ccd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W085.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W085.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:04.161845Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -85.00069444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W085.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W085.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W086.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W086.json index dde75ad400..b0817251d1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W086.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W086.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:04.375591Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -86.00069444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W086.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W086.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W087.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W087.json index 3a8d85e269..1d7ae93854 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W087.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W087.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:04.517272Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -87.00069444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W087.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W087.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W088.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W088.json index d389ea3b6c..35c1e1d4e3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W088.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W088.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:04.572504Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -88.00069444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W088.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W088.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W089.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W089.json index 7633dd195b..7c8e558ed5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W089.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W089.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:04.627304Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -89.00069444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W089.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W089.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W090.json index 8e10d6cad1..85d4888f7c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N82W090.json @@ -41,7 +41,7 @@ 83.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:04.670345Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00069444444445, 82.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N82W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W025.json index e1541b98e0..7f52fbee5b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W025.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:04.828770Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -25.000694444444445, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W026.json index 3ba09e757c..a9d7775ea7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W026.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:04.885765Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -26.000694444444445, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W027.json index 741fc2f2fe..dc350ad16a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W027.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:05.036353Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -27.000694444444445, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W028.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W028.json index efdbab3e69..b3bbf0c96c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W028.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W028.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:05.085396Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -28.000694444444445, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W028.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W028.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W029.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W029.json index edfb8e3ca7..309490e0f7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W029.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W029.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:05.130584Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -29.000694444444445, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W029.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W029.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W030.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W030.json index 6c8dee488b..477b87851b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W030.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W030.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:05.174572Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -30.000694444444445, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W030.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W030.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W031.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W031.json index 487bc1bbf9..16ff4ee8be 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W031.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W031.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:05.220482Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -31.000694444444445, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W031.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W031.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W032.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W032.json index 6102e28826..40d764264a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W032.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W032.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:05.361090Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -32.00069444444444, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W032.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W032.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W033.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W033.json index 67d9b1d7cd..984c1b94c9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W033.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W033.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:05.407801Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -33.00069444444444, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W033.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W033.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W034.json index 7b63c7c4cb..3d4a85557b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W034.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:05.551834Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -34.00069444444444, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W035.json index 0971ed00d8..683f76f275 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W035.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:05.597410Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -35.00069444444444, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W036.json index 5fdc060ff5..7c7a0b0f29 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W036.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:05.640995Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -36.00069444444444, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W037.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W037.json index cfc8cd0341..f921661cce 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W037.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W037.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:05.683152Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -37.00069444444444, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W037.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W037.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W038.json index fc5759f343..441fa13017 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W038.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:05.734962Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -38.00069444444444, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W039.json index aa117bfa8a..ce3b9f5f4d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W039.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:05.874089Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -39.00069444444444, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W040.json index f41ba68d16..8cd0fc086f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W040.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:05.919117Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -40.00069444444444, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W041.json index c926affeba..6ae513931e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W041.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:06.065961Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -41.00069444444444, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W042.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W042.json index 9646588aaf..fa6b17395f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W042.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W042.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:06.115288Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -42.00069444444444, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W042.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W042.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W043.json index f411644163..6e5f6def4a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W043.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:06.161021Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -43.00069444444444, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W044.json index a7da6742ef..4245a77c69 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W044.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:06.201723Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -44.00069444444444, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W045.json index 68ccb7baa8..101aa54bb2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W045.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:06.241188Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -45.00069444444444, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W046.json index 7f2d6c0b06..412c1671dc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W046.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:06.379326Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -46.00069444444444, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W047.json index dfd430c29d..fac20f8a01 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W047.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:06.427720Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -47.00069444444444, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W048.json index bb79cbec23..b72e1ddae8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W048.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:06.560274Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -48.00069444444444, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W069.json index ffd76b2103..e1d968871a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W069.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:06.606324Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00069444444445, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W070.json index faf872b002..2d9d23fc31 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W070.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:06.650435Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00069444444445, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W071.json index 82e238fc88..5c3eb6e449 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W071.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:06.696210Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00069444444445, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W072.json index 61595718c7..521f9762b9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W072.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:06.741132Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00069444444445, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W073.json index 6c39c21b2d..425483448d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W073.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:06.783551Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00069444444445, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W074.json index d89e5bfb2c..44b8cf4b5e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W074.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:06.916648Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00069444444445, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W075.json index 20f3a0567f..9187a4a35a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W075.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:06.973477Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00069444444445, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W076.json index ce9d0fcbf2..480eefa798 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W076.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:07.126573Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00069444444445, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W077.json index 01701cb5df..94113d7808 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W077.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:07.175039Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00069444444445, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W078.json index da57fa4251..af1980f676 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_N83W078.json @@ -41,7 +41,7 @@ 84.00013888888888 ], "properties": { - "created": "2024-11-22T15:33:07.218953Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00069444444445, 83.0001388888889, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_N83W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E006.json index 220f17c619..8361e0adfd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E006.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:07.257675Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 5.9998611111111115, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E008.json index 8b8d814e0e..4354e62fc2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E008.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:07.668753Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 7.9998611111111115, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E009.json index 3c1c84ab9d..5de12e0011 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E009.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:09.344292Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.99986111111111, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E010.json index a1fca22e6f..cbbc24ffd1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E010.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:10.604520Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.99986111111111, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E041.json index 2730cff59c..d5ffc80b2b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E041.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:11.936938Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 40.99986111111111, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E042.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E042.json index b19092ebc6..c667914a31 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E042.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E042.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:14.566165Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 41.99986111111111, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E042.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E042.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E073.json index 911e40f88f..3ebb94486d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E073.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:14.618806Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99986111111112, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E097.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E097.json index 91a6455e29..d170235fdc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E097.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E097.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:14.762298Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 96.99986111111112, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E097.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E097.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E098.json index 528e28a82d..6474662552 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E098.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:15.301832Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 97.99986111111112, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E099.json index bddb05d0e6..6d0aa0f864 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E099.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:15.712708Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 98.99986111111112, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E100.json index a65cda312b..9472251acc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E100.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:16.121715Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 99.99986111111112, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E101.json index 5b75e3588d..4cb5fe6c60 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E101.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:16.549918Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 100.99986111111112, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E102.json index 9076498618..d9b95c798d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E102.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:19.841370Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 101.99986111111112, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E103.json index 60f5bd7323..31c67f29b0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E103.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:22.485843Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 102.99986111111112, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E104.json index 255f197b7c..b410a96a87 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E104.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:23.257358Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 103.99986111111112, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E105.json index 469d1c84cc..731955c651 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E105.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:23.375177Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 104.99986111111112, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E109.json index 95d357a2b8..221cbfb737 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E109.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:27.095500Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 108.99986111111112, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E110.json index cbfdb61ac6..feefd5d293 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E110.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:29.024835Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 109.99986111111112, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E115.json index f447823df6..4b34a49de2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E115.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:30.237511Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E116.json index 0e50b5e80e..c14511fe6a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E116.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:33.931121Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E117.json index cd730b18df..8324781eed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E117.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:36.031719Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E119.json index 35f09b2a3c..7e75efa1f5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E119.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:36.350673Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E120.json index b56c0d562f..6b952f42ee 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E120.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:36.661221Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E121.json index 227a30a9e3..7c27e6f7df 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E121.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:37.033193Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E122.json index 0b4a2b71d9..7a6a61f5a9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E122.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:37.351133Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E123.json index fcaea7bed2..ba1d02cf39 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E123.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:37.607001Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E127.json index efd2dc18ed..75db6cb49a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E127.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:38.181237Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99986111111112, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E128.json index b81bd45248..bdba7d8012 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E128.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:38.445661Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 127.99986111111112, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E129.json index 0c57977559..4cc88854b0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E129.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:38.670894Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.9998611111111, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E130.json index ce878a3795..b8abb581ca 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E130.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:39.177759Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 129.9998611111111, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E131.json index 5d0071a64a..393711cb94 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E131.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:39.493818Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.9998611111111, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E132.json index 80c83b327c..1df206e4a7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E132.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:39.708444Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 131.9998611111111, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E133.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E133.json index 5b23b961f3..03280f69b7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E133.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E133.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:40.012517Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 132.9998611111111, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E133.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E133.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E134.json index 8a97eb87c5..45630de876 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E134.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:40.209811Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 133.9998611111111, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E135.json index cee76b8568..c06a30254e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E135.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:40.451865Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 134.9998611111111, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E136.json index 167faa1832..cb9e78adb4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E136.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:40.513979Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.9998611111111, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E145.json index aab1176ca9..aff63e6564 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E145.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:40.670472Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.9998611111111, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E166.json index 37d3eebce8..4f2054c631 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E166.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:40.731836Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 165.9998611111111, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E169.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E169.json index 34244fb2e4..729d2e925e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E169.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E169.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:40.773953Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 168.9998611111111, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E169.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E169.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E174.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E174.json index f37ffd49ab..85d9aedf8a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E174.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01E174.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:40.822445Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 173.9998611111111, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E174.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01E174.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W047.json index 06d3497bd6..1e0a158c2c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W047.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:41.346912Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -47.00013888888889, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W048.json index 904f05c65e..c81b653212 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W048.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:42.917256Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -48.00013888888889, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W049.json index 9fbe113a4b..f68040495c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W049.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:45.717397Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -49.00013888888889, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W050.json index cd07dd2f1d..96050438b2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W050.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:51.005161Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -50.00013888888889, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W051.json index 5856d957ff..b9b238d74e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W051.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:33:55.517920Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -51.00013888888889, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W052.json index c6743fd49c..13f7b0b387 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W052.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:34:01.209039Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -52.00013888888889, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W053.json index 9973a55da8..b73d80a707 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W053.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:34:02.358180Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -53.00013888888889, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W063.json index 2b34642a1c..57f64fa831 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W063.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:34:05.121416Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.00013888888889, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W064.json index 416086b2ab..2ea5026d55 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W064.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:34:06.901084Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00013888888888, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W081.json index b1081e4502..1132183d45 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W081.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:34:07.429490Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00013888888888, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W090.json index dcde804d00..2a0fefcc27 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W090.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:34:07.532733Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00013888888888, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W091.json index 7d720acd42..88b064c159 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W091.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:34:08.015318Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00013888888888, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W092.json index 3f285136a6..debce49b99 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W092.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:34:08.446172Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00013888888888, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W160.json index a80619ffb4..0bd6922071 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W160.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:34:08.505316Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -160.0001388888889, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W161.json index aaecdb7d63..94c2b11688 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S01W161.json @@ -41,7 +41,7 @@ 0.0001388888888888889 ], "properties": { - "created": "2024-11-22T15:34:08.565686Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -161.0001388888889, -0.9998611111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S01W161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E008.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E008.json index cf98072c57..aace68784a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E008.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E008.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:08.803689Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 7.9998611111111115, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E008.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E008.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E009.json index 57f12f5c06..f46eeec383 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E009.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:12.341588Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.99986111111111, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E010.json index 7aac0fc4fe..1becd80a32 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E010.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:13.173659Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.99986111111111, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E040.json index dd82d3443f..59e272c7c8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E040.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:13.757041Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.99986111111111, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E041.json index ce6f55f894..8d1339af99 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E041.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:16.319988Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 40.99986111111111, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E042.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E042.json index d5e53c645e..31db98c94b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E042.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E042.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:16.361202Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 41.99986111111111, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E042.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E042.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E098.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E098.json index 5872eacd3c..bad8446dc9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E098.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E098.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:17.029436Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 97.99986111111112, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E098.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E098.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E099.json index 55944a4b4b..7dbc11f879 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E099.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:17.546915Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 98.99986111111112, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E100.json index 40eefcba75..b1cede2f75 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E100.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:18.074085Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 99.99986111111112, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E102.json index 3b3c54d936..7cef46f19e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E102.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:18.552299Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 101.99986111111112, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E103.json index 4f642c1f5e..269c2c4ab6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E103.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:22.266445Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 102.99986111111112, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E104.json index 6ffb3523ec..24a8fd1418 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E104.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:24.402514Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 103.99986111111112, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E105.json index 9ff278a52e..fb805673f5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E105.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:25.654620Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 104.99986111111112, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E106.json index 6af666d82c..c36ee2bd9a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E106.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:25.940546Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 105.99986111111112, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E108.json index ecc2b1d678..80ae6176be 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E108.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:26.148069Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 107.99986111111112, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E109.json index ca1097a48e..d194874dd1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E109.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:26.832982Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 108.99986111111112, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E110.json index a049907b00..69dcd08351 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E110.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:28.715869Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 109.99986111111112, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E112.json index 799f67d147..e21ba591cf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E112.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:29.529588Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 111.99986111111112, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E113.json index 6d963032d8..5944616b12 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E113.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:30.680031Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 112.99986111111112, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E114.json index fb45cad856..44fcec1023 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E114.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:32.670895Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E115.json index 96516f4210..cf97b91c9a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E115.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:33.164570Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E116.json index 4e26ec6c89..7282e3db3a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E116.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:34.720268Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E117.json index 7efdbf1f55..161f7b2dac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E117.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:34.822507Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E119.json index 5a4dd82b45..eab9ad1dde 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E119.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:35.328880Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E120.json index 1dab72913e..a1f924d769 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E120.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:35.562619Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E121.json index ce034f51c7..ae6492effd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E121.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:35.943271Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E122.json index 9cac8e358c..545407218a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E122.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:36.381985Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E123.json index 0602f46fe4..8d7055bf5d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E123.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:36.780234Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E124.json index 2e6cfba824..39dea52e10 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E124.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:37.095856Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E125.json index 35fc2c36fc..5ff09f425b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E125.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:37.439813Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E126.json index 2d1d2c1c2f..27cba19398 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E126.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:37.610457Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99986111111112, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E127.json index be9edbe5db..2c67b8a3e1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E127.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:37.883901Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99986111111112, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E128.json index 8693dfbce3..6d5d976a67 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E128.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:38.034055Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 127.99986111111112, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E129.json index 9d8949478a..342dc1c067 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E129.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:38.433168Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.9998611111111, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E130.json index 5c24b08a29..b07a41a8e3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E130.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:39.198116Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 129.9998611111111, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E131.json index 2bcef2c0c0..0862c16eb3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E131.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:41.118496Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.9998611111111, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E132.json index 73cfef35a8..ad16c7edaf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E132.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:42.929452Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 131.9998611111111, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E133.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E133.json index 9357e5c8dc..170223a9c8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E133.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E133.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:43.254555Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 132.9998611111111, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E133.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E133.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E134.json index d5ad700040..1447feba4f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E134.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:43.653153Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 133.9998611111111, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E135.json index 6e3daea88e..d934262019 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E135.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:43.887324Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 134.9998611111111, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E136.json index 6c5669fb9e..f6a7a7986d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E136.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:44.258592Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.9998611111111, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E137.json index cf24fc3750..6ead43ee9e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E137.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:46.406547Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.9998611111111, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E138.json index 2cbdf98e73..a16a166092 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E138.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:47.423198Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.9998611111111, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E139.json index 6192812f81..6a23f47046 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E139.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:47.567723Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.9998611111111, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E142.json index 27e2b7d51f..86ca7e5838 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E142.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:47.617166Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.9998611111111, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E143.json index ef0f3da482..a520aee7eb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E143.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:47.762440Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.9998611111111, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E144.json index cfde87e3ef..3bb1ef63c4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E144.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:47.823362Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 143.9998611111111, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E145.json index c6191bf59b..34cdc30d96 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E145.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:47.870500Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.9998611111111, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E146.json index b2c8b1a6bd..b62de1e681 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E146.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:48.099111Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.9998611111111, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E147.json index 577a2903f2..502b4853ab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E147.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:48.164518Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 146.9998611111111, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E148.json index b24adac783..2e44af35a4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E148.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:48.298607Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 147.9998611111111, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E149.json index 2aec689c57..18f69a4b4f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E149.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:48.392890Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 148.9998611111111, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E150.json index 49797a46d9..0b16a09248 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E150.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:48.442996Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.9998611111111, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E174.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E174.json index e3c4d0a368..25837ee073 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E174.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E174.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:48.598791Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 173.9998611111111, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E174.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E174.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E175.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E175.json index 1217652726..941cae6e81 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E175.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E175.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:48.667206Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 174.9998611111111, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E175.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E175.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E176.json index ba31744ea8..361e258030 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02E176.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:48.828345Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 175.9998611111111, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02E176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W045.json index 3d960facb9..5ad00d116f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W045.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:49.891583Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -45.00013888888889, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W046.json index 9c863d6089..790bc6a29f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W046.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:52.672527Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -46.00013888888889, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W047.json index d1189e2f39..9bb64118a6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W047.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:55.808306Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -47.00013888888889, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W048.json index c84a507c4a..b50cd6f4d5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W048.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:34:58.571954Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -48.00013888888889, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W049.json index 965c442d15..8ae9738574 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W049.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:35:03.591178Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -49.00013888888889, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W050.json index fa0d0f7fe7..ee9f099467 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W050.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:35:09.145035Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -50.00013888888889, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W051.json index fd563e0ef7..b4c9964000 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W051.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:35:14.139390Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -51.00013888888889, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W052.json index 452405ba88..3e26726ebd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W052.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:35:18.522349Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -52.00013888888889, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W053.json index f2a8a3fab0..0c5c7bb07c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W053.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:35:21.912379Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -53.00013888888889, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W054.json index aa473a72ce..7c12bef8ac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W054.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:35:23.526150Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -54.00013888888889, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W055.json index ce20fea1bd..e8f3a6005c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W055.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:35:24.610893Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -55.00013888888889, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W056.json index 65df202a47..34c2ee8b1f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W056.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:35:26.041136Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -56.00013888888889, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W057.json index 8cb2f3e56f..83daa587a7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W057.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:35:28.172319Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -57.00013888888889, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W062.json index e610ed3387..4a23c5607d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W062.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:35:30.877041Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00013888888889, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W063.json index 028d98c042..ad483f13fc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W063.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:35:33.748083Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.00013888888889, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W080.json index 9a9c7920d4..c0b2dba5a1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W080.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:35:36.537586Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00013888888888, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W081.json index fc29afd532..1a49fee4ad 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W081.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:35:37.117927Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00013888888888, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W082.json index de70f899d0..c1e97c14ee 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W082.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:35:37.165467Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00013888888888, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W090.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W090.json index c68817c2f0..8c441acb3f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W090.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W090.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:35:37.363409Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -90.00013888888888, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W090.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W090.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W091.json index 53ed5ef40a..ff6c2fc5f8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W091.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:35:37.413151Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00013888888888, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W092.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W092.json index 258fc83852..d893850fe0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W092.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S02W092.json @@ -41,7 +41,7 @@ -0.9998611111111111 ], "properties": { - "created": "2024-11-22T15:35:37.561412Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -92.00013888888888, -1.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W092.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S02W092.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E009.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E009.json index 22b3d46872..cc9d8a1bf8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E009.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E009.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:35:38.941362Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 8.99986111111111, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E009.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E009.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E010.json index d932540c0f..e5edec8bef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E010.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:35:40.213157Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.99986111111111, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E040.json index ab9048ec24..48861899b3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E040.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:35:44.995950Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.99986111111111, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E041.json index c18256202d..0af3e5d991 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E041.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:35:45.262519Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 40.99986111111111, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E099.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E099.json index 240d7d7442..2f881850e5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E099.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E099.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:35:45.572913Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 98.99986111111112, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E099.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E099.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E100.json index 46c2f53d6f..e1803b18b0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E100.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:35:46.877053Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 99.99986111111112, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E101.json index 32e900bfba..578e898c30 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E101.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:35:47.711520Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 100.99986111111112, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E103.json index ca8091a941..982ee2d496 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E103.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:35:50.827550Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 102.99986111111112, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E104.json index bc876d454f..1d6187e344 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E104.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:35:56.256981Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 103.99986111111112, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E105.json index c75fb1e9ad..3aa0726de1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E105.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:35:59.715379Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 104.99986111111112, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E106.json index 1f1699f342..8ba2c7ff14 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E106.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:01.748702Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 105.99986111111112, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E107.json index 7785254461..38cf20f410 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E107.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:02.758765Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 106.99986111111112, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E108.json index 96abc66cdd..a4920a659f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E108.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:03.358319Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 107.99986111111112, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E109.json index c1134e3135..c0d92614a6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E109.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:03.400430Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 108.99986111111112, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E110.json index 667c39e6b4..fdebb48494 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E110.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:07.264606Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 109.99986111111112, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E111.json index 0dab58a8ee..a55808a74f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E111.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:12.070761Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 110.99986111111112, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E112.json index da2ca01d56..74cb2bf464 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E112.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:18.676239Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 111.99986111111112, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E113.json index b1d7193692..0e905e95b9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E113.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:25.318279Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 112.99986111111112, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E114.json index 54dc2e3f5a..895a9e823b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E114.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:31.203433Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E115.json index cc45df8c45..5a7a57ab76 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E115.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:33.354833Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E116.json index 583e421e21..86c694dcc4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E116.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:35.903268Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E118.json index bfcb9548a2..b74d9d5661 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E118.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:36.108461Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E119.json index e9420e569d..b86046e8c6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E119.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:36.813466Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E120.json index 7124dcedf9..13c399329d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E120.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:37.681928Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E121.json index c210bd1b51..fd9a277d93 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E121.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:38.186991Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E122.json index 183e1280a3..3244b64afb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E122.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:38.392138Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E123.json index f310cd7e9c..7c8b5683c0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E123.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:38.470543Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E124.json index a755285e41..6869219608 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E124.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:38.586022Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E125.json index 5a63caab90..4e2e73bb15 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E125.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:38.776846Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E126.json index 0e53cd9325..d7abf7d799 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E126.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:38.924524Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99986111111112, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E127.json index 97a20af0d3..b41e297ce7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E127.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:38.989390Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99986111111112, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E128.json index 8dc74078e3..b2eb717aa3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E128.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:39.228850Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 127.99986111111112, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E129.json index 2d6b7d7ab6..2a2052ead6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E129.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:39.602623Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.9998611111111, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E130.json index b674faea77..44d53d64d6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E130.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:39.798470Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 129.9998611111111, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E131.json index e5851e4b9d..208708ae0a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E131.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:39.946713Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.9998611111111, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E132.json index 5d1c3ffd8d..0efb34357c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E132.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:41.536999Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 131.9998611111111, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E133.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E133.json index 508e0c28ec..46080e94b5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E133.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E133.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:44.373645Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 132.9998611111111, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E133.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E133.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E134.json index aebe004690..a6637e8d6c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E134.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:44.864757Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 133.9998611111111, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E135.json index 6ce85e4a73..5dc7a02387 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E135.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:45.222897Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 134.9998611111111, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E136.json index a734a8bedd..e4bbe59661 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E136.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:46.836959Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.9998611111111, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E137.json index 70c96f9f6a..737a2f5f33 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E137.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:47.938683Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.9998611111111, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E138.json index d8db8a3e84..f6a5f76c7f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E138.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:48.336193Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.9998611111111, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E139.json index d8444e02af..3d5fd0c98f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E139.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:49.000115Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.9998611111111, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E140.json index 176930c367..fbed797702 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E140.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:49.469183Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.9998611111111, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E141.json index 81c7b48da4..87c4ab089e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E141.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:49.801766Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E142.json index 44e7d3d6c5..b0178f0874 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E142.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:49.935354Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.9998611111111, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E146.json index 5db39b3a92..6f42eaabf7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E146.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:50.115067Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.9998611111111, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E147.json index ec506f9e53..bbc010056b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E147.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:50.493228Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 146.9998611111111, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E148.json index 6a0636a22b..d88499293a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E148.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:50.532354Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 147.9998611111111, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E149.json index fa8d31bb7c..9b042bca69 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E149.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:50.578254Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 148.9998611111111, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E150.json index e06ed016de..8cdd6299ff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E150.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:51.140486Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.9998611111111, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E151.json index b0c9610d55..9a6234c9be 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E151.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:51.388869Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 150.9998611111111, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E152.json index 94e4428fac..0c6e977821 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E152.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:51.522014Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.9998611111111, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E175.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E175.json index 74591ec309..7ad35fea31 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E175.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E175.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:51.562684Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 174.9998611111111, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E175.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E175.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E176.json index 5fca47196d..5564124286 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03E176.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:51.619302Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 175.9998611111111, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03E176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W040.json index 83b146c5dc..613b9c842c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W040.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:51.871197Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -40.00013888888889, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W041.json index fc24b14c51..75bc76c74f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W041.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:52.735413Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -41.00013888888889, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W042.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W042.json index 6940d760e8..747289b063 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W042.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W042.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:53.733868Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -42.00013888888889, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W042.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W042.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W043.json index 6fd293afaa..094fe9638b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W043.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:55.026430Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -43.00013888888889, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W044.json index 3f8a02bd6c..9aa86badce 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W044.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:36:56.627353Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -44.00013888888889, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W045.json index 37e1be0fe9..91a0720985 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W045.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:00.030032Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -45.00013888888889, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W046.json index 54b017acbd..8c3ebdf64b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W046.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:03.642733Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -46.00013888888889, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W048.json index ffa26c878f..4b27e7eb1f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W048.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:04.714875Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -48.00013888888889, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W049.json index 59700fb03a..579d19fc9b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W049.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:08.375238Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -49.00013888888889, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W050.json index 8987eb46fa..e6aae0554d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W050.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:14.595853Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -50.00013888888889, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W051.json index 71a20dacc1..834d7f887c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W051.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:20.141958Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -51.00013888888889, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W052.json index 7c9642b627..daa13cb86d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W052.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:23.582663Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -52.00013888888889, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W053.json index 1bb6678e26..d1d08504eb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W053.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:25.077119Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -53.00013888888889, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W054.json index 8c5de06d94..fe6a26513c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W054.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:26.235594Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -54.00013888888889, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W055.json index af55c67466..bae4fa270f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W055.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:28.266496Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -55.00013888888889, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W056.json index 3362e0a146..e59ff7c665 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W056.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:30.141974Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -56.00013888888889, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W057.json index 3b9993aa47..36a55bd30e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W057.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:32.599853Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -57.00013888888889, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W058.json index 641fe1c1d4..c8f528ec6c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W058.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:35.877910Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -58.00013888888889, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W059.json index fc567c25f5..5ed4eb521b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W059.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:37.847014Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -59.00013888888889, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W060.json index e6423d5e95..ead0624d58 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W060.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:38.727069Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.00013888888889, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W061.json index 17968b771a..404e449417 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W061.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:39.926746Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00013888888889, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W062.json index e3cfb3f5b0..18f0ee11aa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W062.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:40.883797Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00013888888889, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W080.json index 707907005c..bbb9770e24 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W080.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:42.758791Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00013888888888, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W081.json index 72a82b127a..1006e17b7b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W081.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:44.092803Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00013888888888, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W082.json index cb5d503a42..64fd8ccdb7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W082.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:44.155967Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00013888888888, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W172.json index 03d7474e4d..dcef3efb70 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S03W172.json @@ -41,7 +41,7 @@ -1.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:44.274945Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -172.0001388888889, -2.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S03W172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E010.json index 7200debf1c..04de66d1e3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E010.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:45.083829Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 9.99986111111111, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E011.json index dd2de1a85c..28147f4460 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E011.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:45.863933Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.99986111111111, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E039.json index f2b3e6e68c..062e55787a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E039.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:46.362226Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.99986111111111, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E040.json index 4ef46a53c4..16f035803b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E040.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:46.683630Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.99986111111111, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E100.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E100.json index 0f238420ec..5cb9452db2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E100.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E100.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:47.101574Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 99.99986111111112, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E100.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E100.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E101.json index 48a9839f55..c13af6b9c7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E101.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:47.589821Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 100.99986111111112, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E102.json index 0bb6003e29..d9465842fa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E102.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:48.272716Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 101.99986111111112, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E103.json index 0990041ebb..8a8daed72b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E103.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:48.822844Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 102.99986111111112, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E104.json index 2464b5333c..54c6c064b2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E104.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:37:53.382350Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 103.99986111111112, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E105.json index 1992c7ad7d..2d65488b4e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E105.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:00.259301Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 104.99986111111112, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E106.json index f5fd6bd848..fb183cb04f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E106.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:00.772312Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 105.99986111111112, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E107.json index c16ea4ed59..20626535cd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E107.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:01.557229Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 106.99986111111112, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E108.json index 2ff2144099..a501bccd0f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E108.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:01.911183Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 107.99986111111112, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E110.json index 772778aa0f..41c3a1dd06 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E110.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:02.102808Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 109.99986111111112, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E111.json index 95100dbc73..32f2494573 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E111.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:02.832905Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 110.99986111111112, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E112.json index e1d90fc1c2..d0bb4299fc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E112.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:04.590141Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 111.99986111111112, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E113.json index a178a9f28f..bd1cc8a3f6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E113.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:06.294068Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 112.99986111111112, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E114.json index 87d88e8a05..e8125ef86f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E114.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:10.344195Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E115.json index e1ef294fb4..580c4171f6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E115.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:12.554519Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E116.json index 3828e2c8ed..f1a45a48db 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E116.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:13.953477Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E118.json index 1fdaa1dcb8..802bc27d19 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E118.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:14.161817Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E119.json index 560fa2e363..672d5dda6f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E119.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:15.047534Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E120.json index eb6c91318d..a266a3fe01 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E120.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:15.783213Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E121.json index ba3f839253..86d4a80907 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E121.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:16.016001Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E122.json index e62d4fdd0f..4cb345c0ee 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E122.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:16.826034Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E123.json index cf9d82d138..9ec7d120f0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E123.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:17.002908Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E125.json index 8aa8a06116..fcef910f03 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E125.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:17.152073Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E126.json index fa39b82db0..9ae2d6ce6a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E126.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:17.581014Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99986111111112, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E127.json index 2afa60aa93..aaa7e40d1e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E127.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:17.881933Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99986111111112, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E128.json index 1979f6f799..c998cd7547 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E128.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:18.324757Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 127.99986111111112, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E129.json index 6335cf87f3..67974b4578 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E129.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:18.574519Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.9998611111111, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E130.json index 9c142e18fb..7a97ddfa5a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E130.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:19.258828Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 129.9998611111111, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E131.json index 4c7231d40c..5ba5ed6e74 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E131.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:19.550477Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.9998611111111, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E132.json index d5be71a1bb..41d9844d46 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E132.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:19.788881Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 131.9998611111111, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E133.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E133.json index 13ce7e59ee..4a07dea367 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E133.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E133.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:21.710666Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 132.9998611111111, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E133.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E133.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E134.json index ed23bfb638..f93d811ee2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E134.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:22.101709Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 133.9998611111111, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E135.json index a97f91f155..f9ad27d4dd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E135.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:23.333102Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 134.9998611111111, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E136.json index a9136cf5d5..ea915e191c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E136.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:23.877318Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.9998611111111, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E141.json index a9e9f39a4d..677b8fc2e4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E141.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:24.140476Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E142.json index 0c2d2b38fa..1a0feac421 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E142.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:24.859130Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.9998611111111, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E143.json index 69682773cc..70473180f4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E143.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:25.345226Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.9998611111111, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E144.json index 0421183b5e..00e79b6180 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E144.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:26.047041Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 143.9998611111111, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E150.json index 31ae154d7f..f3d8b8457c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E150.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:26.533773Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.9998611111111, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E151.json index 280c56e062..7fd2997d6e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E151.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:26.759288Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 150.9998611111111, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E152.json index 250d4c3e3d..31c805b67d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E152.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:27.084404Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.9998611111111, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E153.json index 7e87bc2172..38929000e5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E153.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:27.241875Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 152.9998611111111, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E154.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E154.json index 216902ce31..5e90f9a09f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E154.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04E154.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:27.299149Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 153.9998611111111, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E154.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04E154.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W033.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W033.json index 279563bee7..57017bf385 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W033.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W033.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:27.484230Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -33.00013888888889, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W033.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W033.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W039.json index 4e58bdaab4..12bf539cf3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W039.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:28.187733Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -39.00013888888889, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W040.json index 40ac6bd8fa..e69c5730a4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W040.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:29.227439Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -40.00013888888889, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W041.json index e642b35850..9d7d14a525 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W041.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:29.677548Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -41.00013888888889, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W042.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W042.json index 7726cd28df..94558bda00 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W042.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W042.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:30.825862Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -42.00013888888889, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W042.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W042.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W043.json index ac60c05f57..6f1fd3655e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W043.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:31.725690Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -43.00013888888889, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W044.json index 9bd9204fcd..0bac508683 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W044.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:32.554936Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -44.00013888888889, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W045.json index 887c5da18d..ad01ce1fcb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W045.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:36.977852Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -45.00013888888889, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W046.json index 0b32a97256..caf87993be 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W046.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:41.277510Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -46.00013888888889, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W050.json index f762d024f8..ef3ef0e173 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W050.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:42.542172Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -50.00013888888889, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W051.json index 36d7af1fbe..5f50c84bdd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W051.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:43.046509Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -51.00013888888889, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W052.json index 957fd7653b..2742349b43 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W052.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:43.484227Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -52.00013888888889, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W056.json index 5cca837a76..a1d9975872 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W056.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:44.116347Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -56.00013888888889, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W057.json index 8501495946..0858b4af83 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W057.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:45.099089Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -57.00013888888889, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W058.json index 5ee72a1f16..e5c440b3ee 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W058.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:48.780128Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -58.00013888888889, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W059.json index 02f38bcfb1..437907ef02 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W059.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:54.025442Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -59.00013888888889, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W060.json index 44a05259fa..1a30996ada 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W060.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:38:59.292014Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.00013888888889, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W061.json index 670131af81..ac1cff9933 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W061.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:04.330580Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00013888888889, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W062.json index 1b772d4f9d..68599cb74a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W062.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:07.992603Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00013888888889, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W063.json index 7672ec2e6e..0dc4080caa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W063.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:10.667099Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.00013888888889, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W064.json index 26a473cdb1..ad1aa00feb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W064.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:13.142321Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00013888888888, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W080.json index bc2e853317..f31b182acc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W080.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:13.882998Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00013888888888, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W081.json index b0a0342cef..591803e74c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W081.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:14.732666Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00013888888888, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W155.json index 4e20cf0897..00e3d85e3c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W155.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:14.817681Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -155.0001388888889, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W171.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W171.json index 3aa53f0c88..38d53f58e9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W171.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W171.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:14.970623Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -171.0001388888889, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W171.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W171.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W172.json index ce56f48d3f..5560343daf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W172.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:15.023089Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -172.0001388888889, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W175.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W175.json index 75b0a1cbea..3417fe5153 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W175.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S04W175.json @@ -41,7 +41,7 @@ -2.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:15.173077Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -175.0001388888889, -3.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W175.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S04W175.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E011.json index 719e87cbf3..9c43efa398 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E011.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:16.289354Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.99986111111111, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E012.json index 1bafade31a..133e4acae8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E012.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:16.827969Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.99986111111111, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E039.json index 266e58780b..5e50910a71 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E039.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:17.575244Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.99986111111111, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E055.json index a4580a7cef..855c83e542 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E055.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:17.798451Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 54.99986111111111, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E101.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E101.json index 0e580bab3b..44e61649f3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E101.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E101.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:17.852565Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 100.99986111111112, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E101.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E101.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E102.json index f6b7914eab..258ed53185 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E102.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:18.374922Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 101.99986111111112, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E103.json index 65525e3899..eff2adb684 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E103.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:18.614864Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 102.99986111111112, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E104.json index cb83eae9d6..2d05d7406a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E104.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:19.201993Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 103.99986111111112, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E105.json index c3fa1ea759..fa33fc9c4c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E105.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:23.161770Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 104.99986111111112, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E114.json index bf6154ee7e..6f9a0fee25 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E114.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:23.577114Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E115.json index 26157d071a..7c3c359914 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E115.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:23.639992Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E116.json index c6e0e70084..2ae0b1045c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E116.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:23.851918Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E119.json index 91d53ea533..07a58aa524 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E119.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:24.708037Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E120.json index 848ba200cd..50ad15ac94 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E120.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:25.755861Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E121.json index 5b6e1fd2eb..04952e2976 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E121.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:26.467768Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E122.json index c2ca5a7d59..5fcb3a6981 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E122.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:28.397928Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E123.json index 1922751ebc..1d0fefecb9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E123.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:28.870252Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E129.json index 04000fec59..267e11804a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E129.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:28.940348Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.9998611111111, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E130.json index 3417f763d0..2bbf5bff58 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E130.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:29.113866Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 129.9998611111111, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E131.json index 166e51498b..f8634e5df2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E131.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:29.335300Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.9998611111111, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E132.json index bf769094d8..95634f83ab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E132.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:29.387296Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 131.9998611111111, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E133.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E133.json index 8f82d0e8f4..cc535b80c0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E133.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E133.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:29.621805Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 132.9998611111111, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E133.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E133.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E134.json index 6c5505c435..3b7d7259ff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E134.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:30.204027Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 133.9998611111111, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E135.json index 8e122d8986..8f17d3c03c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E135.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:31.228369Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 134.9998611111111, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E136.json index 73944c8c1b..902e125f91 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E136.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:34.095875Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.9998611111111, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E137.json index c99421b225..9831ceed17 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E137.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:37.052773Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.9998611111111, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E138.json index 16c8887d69..f7995ef79a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E138.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:39.069689Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.9998611111111, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E141.json index cef698ab70..8bd5733386 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E141.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:39.968450Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E142.json index cce953b1ce..37522072c2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E142.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:42.271186Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.9998611111111, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E143.json index e59d42ae89..b32c0efd56 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E143.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:46.286836Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.9998611111111, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E144.json index daf0113d19..499cc0e053 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E144.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:49.925167Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 143.9998611111111, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E145.json index 8bbcd8c9c8..2a3ec5b4ec 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E145.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:50.385301Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.9998611111111, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E146.json index 09715113d0..3ae535a2cc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E146.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:50.436922Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.9998611111111, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E149.json index d1b5d64a76..6ddf6ebc22 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E149.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:50.574245Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 148.9998611111111, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E150.json index 8403e60ab7..a2d6ea95ae 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E150.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:50.619074Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.9998611111111, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E151.json index ef478b1b3b..f8e94a3b4b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E151.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:50.970356Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 150.9998611111111, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E152.json index 916464d27c..e6dbdf8cae 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E152.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:51.350137Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.9998611111111, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E153.json index fe1435d7ca..529b59cda0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E153.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:51.439621Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 152.9998611111111, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E154.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E154.json index 40783f7d06..57d820785b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E154.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E154.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:51.642708Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 153.9998611111111, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E154.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E154.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E155.json index 8d86fb9854..0453af9541 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E155.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:51.698136Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 154.9998611111111, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E159.json index 9d5ac17194..08e2bc55a1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05E159.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:51.853486Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 158.9998611111111, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05E159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W037.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W037.json index 873cdff264..783fdf3fde 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W037.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W037.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:51.907312Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -37.00013888888889, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W037.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W037.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W038.json index 6a2efacb2e..06c283ba26 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W038.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:53.434943Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -38.00013888888889, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W039.json index 721c9d71e8..bf608c7b98 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W039.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:54.127541Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -39.00013888888889, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W045.json index 33729c729a..76a37f2902 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W045.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:55.349120Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -45.00013888888889, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W046.json index 4de5331c82..4074fb6a53 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W046.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:55.724883Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -46.00013888888889, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W056.json index e8be2bc16c..0d0429f911 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W056.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:56.262025Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -56.00013888888889, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W058.json index 8326aafb6a..191d37b088 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W058.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:56.961436Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -58.00013888888889, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W059.json index ebf701dc4e..4fdedb6844 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W059.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:39:59.208561Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -59.00013888888889, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W060.json index 1c9e120e79..95a4089439 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W060.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:40:02.451511Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.00013888888889, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W061.json index 08926a3c06..3d93431cf8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W061.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:40:05.911319Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00013888888889, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W062.json index 6b712b5eb7..26a428857e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W062.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:40:08.147048Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00013888888889, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W063.json index 90bcb52c20..75b47a3757 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W063.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:40:11.270258Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.00013888888889, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W064.json index 7e01e4c89c..a5688a9fd3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W064.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:40:12.413262Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00013888888888, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W081.json index 9e79dc9037..897db62b70 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W081.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:40:12.663725Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00013888888888, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W082.json index 9524de430d..d02d15a969 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W082.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:40:13.187899Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00013888888888, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W155.json index 99989e3290..90a3fc4a3c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W155.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:40:13.322625Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -155.0001388888889, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W172.json index e273153e23..96fba348eb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W172.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:40:13.377478Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -172.0001388888889, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W173.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W173.json index 310df5cfc5..be29cb10f0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W173.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W173.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:40:13.451581Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -173.0001388888889, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W173.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W173.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W175.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W175.json index 57b9e2e9a6..9af72354ae 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W175.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S05W175.json @@ -41,7 +41,7 @@ -3.999861111111111 ], "properties": { - "created": "2024-11-22T15:40:13.503071Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -175.0001388888889, -4.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W175.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S05W175.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E011.json index 455662e9ae..736b1ae01b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E011.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:13.649690Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.99986111111111, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E012.json index a5114e109f..41643649fa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E012.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:15.435663Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.99986111111111, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E013.json index 322e70f908..4ba4ac0708 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E013.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:15.632731Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.99986111111111, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E038.json index 9b6c67b5b5..e615394ad5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E038.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:16.160729Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 37.99986111111111, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E039.json index b234777ae6..86209f2598 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E039.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:17.025467Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.99986111111111, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E053.json index 7c4e82ba1a..18ed3e0276 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E053.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:17.075882Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 52.99986111111111, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E071.json index 74a5b2a3e3..13546ada53 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E071.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:17.118662Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 70.99986111111112, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E072.json index 64fdf3c3e6..f3742d8332 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E072.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:17.363665Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 71.99986111111112, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E102.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E102.json index a9c482cb63..6af811730c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E102.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E102.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:17.579740Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 101.99986111111112, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E102.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E102.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E103.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E103.json index 8c908aa0bd..ebfe854fc0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E103.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E103.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:17.673935Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 102.99986111111112, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E103.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E103.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E104.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E104.json index 0649304689..44f9a1ddb0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E104.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E104.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:18.249961Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 103.99986111111112, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E104.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E104.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E105.json index 6b1c864e88..776902d4ae 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E105.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:19.783026Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 104.99986111111112, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E106.json index 9478759ba8..9a284fa1af 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E106.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:20.011282Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 105.99986111111112, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E107.json index 27564aba7d..2f2e481b31 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E107.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:20.224485Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 106.99986111111112, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E108.json index 779fd6114c..a6101cada0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E108.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:20.270894Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 107.99986111111112, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E110.json index 0c1775680c..337bacffcf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E110.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:20.355905Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 109.99986111111112, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E112.json index 4b190c66be..215efdc512 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E112.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:20.558311Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 111.99986111111112, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E114.json index 4f4751e83e..57b538cb85 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E114.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:20.714320Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E117.json index e616fd491d..022b091d0a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E117.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:20.772299Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E118.json index 1d5f546bfd..d23d82fb56 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E118.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:20.820994Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E119.json index 344f70d39b..cd6f226bc6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E119.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:21.524138Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E120.json index c366f65dac..37c8be0f42 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E120.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:21.844733Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E121.json index e1cbfec05b..c8ab36a1b7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E121.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:22.070090Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E122.json index 143be9bedb..1c793fb7ad 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E122.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:22.580852Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E123.json index 8a17f3e25e..53f32d0533 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E123.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:22.865604Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E124.json index 4bcf65575a..5f4c716ce1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E124.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:22.917693Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E127.json index f1efd39fbc..dfccbe2278 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E127.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:22.970156Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99986111111112, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E131.json index 4b0e3d27b8..ff3b690f8c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E131.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:23.143395Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.9998611111111, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E132.json index 8aa977e771..e7893a31d3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E132.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:23.468666Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 131.9998611111111, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E133.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E133.json index be3761849c..2246647e56 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E133.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E133.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:23.623228Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 132.9998611111111, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E133.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E133.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E134.json index 7b3c07f964..74acebd4d9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E134.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:24.460091Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 133.9998611111111, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E137.json index 04e3a869ac..b04b1681b1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E137.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:25.263131Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.9998611111111, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E138.json index ea03cab79c..d2e2715750 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E138.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:29.255586Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.9998611111111, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E139.json index 035c947f1d..58233d2ab5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E139.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:32.954600Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.9998611111111, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E140.json index 46a2275e80..948a4cb5d7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E140.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:33.809028Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.9998611111111, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E145.json index 728c031c94..67ea06a566 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E145.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:34.153481Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.9998611111111, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E146.json index f4c99d09d2..ccdbaee0a4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E146.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:34.363305Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.9998611111111, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E147.json index 219e20bc31..53c2d83eb1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E147.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:34.525639Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 146.9998611111111, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E148.json index 274c6febe1..c563dcca59 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E148.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:35.008322Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 147.9998611111111, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E149.json index 4662056c16..e4a8029416 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E149.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:35.771810Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 148.9998611111111, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E150.json index 2b7f6b4c3c..58366fe9c0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E150.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:36.570410Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.9998611111111, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E151.json index 973d55b5b1..a3899157cc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E151.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:37.075645Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 150.9998611111111, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E152.json index 47e56f1fed..635d6df9e6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E152.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:37.248058Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.9998611111111, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E154.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E154.json index 88f6fa2d8f..630bea51d3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E154.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E154.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:37.617801Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 153.9998611111111, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E154.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E154.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E155.json index 90711ffd30..1a8e5bb414 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E155.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:37.811918Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 154.9998611111111, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E159.json index ab606f48c8..2ed68d57d4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E159.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:37.858111Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 158.9998611111111, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E176.json index c337771c70..c5f805ec8d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06E176.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:38.004968Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 175.9998611111111, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06E176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06W036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06W036.json index 04167f1078..aecb2ad089 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06W036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06W036.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:38.643281Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -36.00013888888889, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06W036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06W036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06W037.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06W037.json index bb79ea2673..e06aa6ca9b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06W037.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06W037.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:39.591992Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -37.00013888888889, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06W037.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06W037.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06W038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06W038.json index a554b96ec8..dd16d67725 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06W038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06W038.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:40.080890Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -38.00013888888889, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06W038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06W038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06W081.json index 8d8ce14635..bb8751bc26 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06W081.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:41.310013Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00013888888888, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06W082.json index 5591ff2aee..f099515626 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06W082.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:41.522267Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00013888888888, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06W156.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06W156.json index 0e02c5a784..5c730eb62c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06W156.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S06W156.json @@ -41,7 +41,7 @@ -4.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:41.670066Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -156.0001388888889, -5.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06W156.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S06W156.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E012.json index 65581c9e0f..eff15ee94f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E012.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:42.226732Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.99986111111111, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E013.json index 2e8091f271..d7a5661629 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E013.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:42.281119Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.99986111111111, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E038.json index 9b5816ab96..aa62647ab5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E038.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:42.842831Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 37.99986111111111, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E039.json index 535dd92501..c8c3e5e257 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E039.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:43.611069Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.99986111111111, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E071.json index f7e47f8c54..8d3a7e63f7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E071.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:43.772540Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 70.99986111111112, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E105.json index 04bfbdafd3..a7471a93b7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E105.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:44.608438Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 104.99986111111112, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E106.json index 8fab360afc..868b6cdfa4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E106.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:45.842369Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 105.99986111111112, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E107.json index 1113c97a9f..44f2342caa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E107.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:47.250802Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 106.99986111111112, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E108.json index 0771f01744..8775a7cc22 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E108.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:48.346645Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 107.99986111111112, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E109.json index e969950ce8..44b77a762d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E109.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:49.051909Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 108.99986111111112, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E110.json index 3ed3018e16..65e78fdd4d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E110.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:49.918708Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 109.99986111111112, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E111.json index 7bcc6ec6a6..728deb5a97 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E111.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:50.561931Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 110.99986111111112, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E112.json index 5f7576a8b5..ced2645705 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E112.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:50.874183Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 111.99986111111112, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E113.json index 85320a3016..6365b772a6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E113.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:51.090741Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 112.99986111111112, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E114.json index e467d3e535..724a47b1d2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E114.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:51.194147Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E115.json index 4f3975a31d..6c2efa9d36 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E115.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:51.475068Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E116.json index 786ec3fab6..0638d01dd1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E116.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:51.641368Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E118.json index 6a5bbed347..c2ea2559bc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E118.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:51.724699Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E119.json index 889036ab71..dae974a733 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E119.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:51.772311Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E120.json index 10eb3ce15a..cb49125f72 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E120.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:51.968397Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E121.json index 0cd9400ac8..26d0d84406 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E121.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:52.019515Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E122.json index 61d083ba33..a1b160d86a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E122.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:52.168014Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E124.json index 17393cb926..10f21c883e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E124.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:52.221211Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E129.json index ae19acc558..537fa1cf12 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E129.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:52.266104Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.9998611111111, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E130.json index 1a180a1631..e76c1f040b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E130.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:52.331712Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 129.9998611111111, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E131.json index 3afec308a9..e1bc653b02 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E131.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:52.519919Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.9998611111111, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E132.json index cd50781fbf..60a18641ce 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E132.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:52.681361Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 131.9998611111111, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E134.json index 0db0aa6d0f..47d0f31cd8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E134.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:54.883322Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 133.9998611111111, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E138.json index fccc88f8c7..a47ab92f87 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E138.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:40:58.238539Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.9998611111111, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E139.json index 9ed912ed9f..3ccdcba173 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E139.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:04.341819Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.9998611111111, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E140.json index 465f4e2b0b..25dfba93bf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E140.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:09.509368Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.9998611111111, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E141.json index eae6a9d0c6..fb538c6200 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E141.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:12.922842Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E142.json index 41d3fc2c09..e31dc7cabe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E142.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:13.215671Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.9998611111111, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E143.json index 55bd3d86bb..7af1ac7e8f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E143.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:13.439124Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.9998611111111, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E146.json index 3c7f2bf33c..cfd6061e53 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E146.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:13.702185Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.9998611111111, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E147.json index 8ef273cd74..119a0ae36e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E147.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:13.969622Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 146.9998611111111, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E148.json index 7cdcd33a91..10e2515990 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E148.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:14.134941Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 147.9998611111111, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E149.json index 5d790eef2e..e4b92760fd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E149.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:14.495016Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 148.9998611111111, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E150.json index eb90e35093..094be15132 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E150.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:14.818492Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.9998611111111, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E151.json index 316170b8b7..ca541decbc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E151.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:14.877517Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 150.9998611111111, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E154.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E154.json index 0a62ca5cfd..37530c561d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E154.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E154.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:15.095505Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 153.9998611111111, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E154.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E154.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E155.json index be8b651f32..3764cf2943 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E155.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:15.919963Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 154.9998611111111, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E156.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E156.json index f55cfb9ca4..24d2d23089 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E156.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E156.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:16.281256Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 155.9998611111111, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E156.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E156.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E157.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E157.json index 4fe44100cc..499dba21fb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E157.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E157.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:16.372415Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 156.9998611111111, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E157.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E157.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E176.json index 5578893358..d1b7723eee 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E176.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:16.431166Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 175.9998611111111, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E177.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E177.json index f23d9246dc..578148194f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E177.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07E177.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:16.565395Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 176.9998611111111, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E177.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07E177.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07W035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07W035.json index efbef1dcd6..525892ffaf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07W035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07W035.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:16.826071Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -35.00013888888889, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07W035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07W035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07W036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07W036.json index ff0ba06e52..da1faed19c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07W036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07W036.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:17.383802Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -36.00013888888889, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07W036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07W036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07W080.json index 4be586a607..11c1928735 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07W080.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:17.963743Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00013888888888, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07W081.json index 475d4fccc2..78ecdb8eab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07W081.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:20.252368Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00013888888888, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07W082.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07W082.json index c1c6eecc3d..1c19aaffb5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07W082.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S07W082.json @@ -41,7 +41,7 @@ -5.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:20.312588Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -82.00013888888888, -6.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07W082.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S07W082.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E012.json index d46eee703e..e0bc43985e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E012.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:20.608959Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.99986111111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E013.json index 03194ec063..ed2765421c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E013.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:20.997129Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.99986111111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E038.json index 6ac3178b2c..2982004fb8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E038.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:21.386488Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 37.99986111111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E039.json index b688b053d3..b7e8de0ca9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E039.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:22.681292Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.99986111111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E052.json index 2cf36c2dcb..18c38d1a13 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E052.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:22.731464Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.99986111111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E056.json index 51c1882df2..43cdfd9ac3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E056.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:22.865985Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 55.99986111111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E072.json index 335699a90f..01f4fd4527 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E072.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:22.920754Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 71.99986111111112, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E105.json index b314cfb302..6517a749af 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E105.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:23.086134Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 104.99986111111112, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E106.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E106.json index 5c57e83706..87cf7fcb6c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E106.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E106.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:23.396274Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 105.99986111111112, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E106.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E106.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E107.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E107.json index 0be36fb081..5563c28b82 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E107.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E107.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:23.676453Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 106.99986111111112, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E107.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E107.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E108.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E108.json index 1ad5906d57..d008016df9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E108.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E108.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:24.643867Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 107.99986111111112, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E108.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E108.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E109.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E109.json index df7be9d1d5..12d900bda5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E109.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E109.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:25.679428Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 108.99986111111112, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E109.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E109.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E110.json index d0ea1e8236..a39bf0ba2a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E110.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:26.338716Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 109.99986111111112, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E112.json index 269351d7a4..fa54472f96 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E112.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:28.325332Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 111.99986111111112, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E113.json index ae090ffb3b..936d7a60e2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E113.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:29.182016Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 112.99986111111112, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E114.json index edc2c1fe8c..ddcd79ec98 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E114.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:29.510917Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E115.json index 7549203bfa..bd1187c42b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E115.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:29.723516Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E117.json index 02801aad2d..b2cd20f932 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E117.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:29.880151Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E118.json index 60a09495f1..3eaf9dec35 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E118.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:29.948444Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E120.json index 86eaec767c..d31b306008 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E120.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:30.093430Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E121.json index cef0c63224..f6118806d0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E121.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:30.293421Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E123.json index 842a0c39bd..f034612ccb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E123.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:30.429394Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E125.json index 054790f8be..db35d2bd72 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E125.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:30.502530Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E126.json index d5b73c7acf..b3a5725432 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E126.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:30.610447Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99986111111112, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E127.json index 65b450e40d..2785a5a4b2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E127.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:30.811931Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99986111111112, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E128.json index b7d812fd9b..3ec1fa26cc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E128.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:30.982691Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 127.99986111111112, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E129.json index 3de493bd65..91ecb84bf8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E129.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:31.090181Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.9998611111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E130.json index cb59c43155..3d2b97e722 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E130.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:31.257853Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 129.9998611111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E131.json index 524d0e6a61..3b3319f2bd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E131.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:32.107016Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.9998611111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E134.json index 55083aebb3..4f214d9d8b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E134.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:32.158732Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 133.9998611111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E137.json index 1c108de900..25446d4ddb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E137.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:32.536998Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.9998611111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E138.json index 1c533e6420..ca6cdb9c7a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E138.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:35.765161Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.9998611111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E139.json index da3fface57..40132959ca 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E139.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:41.099873Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.9998611111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E140.json index 4c78895606..5830e0f37c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E140.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:47.257482Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.9998611111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E141.json index 2f04e479bb..516b35ccdc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E141.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:52.780728Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E142.json index ee07caeb18..f16c7abb22 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E142.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:41:55.892242Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.9998611111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E143.json index da8589f920..04b4c0fb05 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E143.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:00.837278Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.9998611111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E144.json index b338c3e036..1b6588a873 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E144.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:04.349935Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 143.9998611111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E145.json index 1df81c04cc..bca61a68d3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E145.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:05.921185Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.9998611111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E146.json index f084c96f50..23b8bbf016 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E146.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:06.263160Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.9998611111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E147.json index 3e7bc1ff8f..c98530b43e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E147.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:06.734590Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 146.9998611111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E155.json index 3ce6335e7e..47e2c81189 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E155.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:06.938423Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 154.9998611111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E156.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E156.json index ecfabc5eb5..804b9ba91a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E156.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E156.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:07.180320Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 155.9998611111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E156.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E156.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E157.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E157.json index 76ff8b21ac..c4abcdaf5c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E157.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E157.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:07.515647Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 156.9998611111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E157.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E157.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E158.json index 0fca96683a..95abcc27ed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E158.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:08.001990Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 157.9998611111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E159.json index b4451052af..b3ffcff7b1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E159.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:08.177253Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 158.9998611111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E160.json index c7cadd8d46..b07fb1a102 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E160.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:08.317417Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 159.9998611111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E177.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E177.json index ee1d4f04cd..e4afcf1c5c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E177.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E177.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:08.465153Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 176.9998611111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E177.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E177.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E178.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E178.json index ed35cf2988..e5a1cb1874 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E178.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08E178.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:08.526329Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 177.9998611111111, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E178.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08E178.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08W015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08W015.json index 1f18db1faa..899ae9f20f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08W015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08W015.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:08.671489Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -15.00013888888889, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08W015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08W015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08W035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08W035.json index 96cc3e01b0..5dcc9b2be9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08W035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08W035.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:09.611030Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -35.00013888888889, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08W035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08W035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08W036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08W036.json index 8e0b639928..7f0d6a7cee 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08W036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08W036.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:09.919877Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -36.00013888888889, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08W036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08W036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08W080.json index 60c5a6d5ee..74cd974968 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08W080.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:10.390787Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00013888888888, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08W141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08W141.json index 69702c9d0f..2024693541 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08W141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S08W141.json @@ -41,7 +41,7 @@ -6.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:10.438634Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -141.0001388888889, -7.999861111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08W141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S08W141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E013.json index 7bda88d216..71dccd3dc7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E013.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:11.131597Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.99986111111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E038.json index 120ca9d996..2ccfefc93e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E038.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:11.373364Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 37.99986111111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E039.json index a87c61ad02..da23e21061 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E039.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:12.404279Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.99986111111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E110.json index 7031d5c6f9..963acda501 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E110.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:12.487940Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 109.99986111111112, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E111.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E111.json index fe20a97510..ed6c9a5325 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E111.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E111.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:12.720968Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 110.99986111111112, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E111.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E111.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E112.json index b3747fdbbb..9b55bf0862 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E112.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:12.956112Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 111.99986111111112, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E113.json index 0922f32942..9d952ee5c2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E113.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:13.539926Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 112.99986111111112, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E114.json index f291e2b437..aecad54ef4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E114.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:14.069546Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E115.json index aaaaa87827..163b2347f0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E115.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:14.490119Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E116.json index ba8cfa3612..f5ef3b9e93 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E116.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:15.154008Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E117.json index fed914024f..349683c22a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E117.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:16.004237Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E118.json index daeff9535c..8d69d88bdc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E118.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:16.701393Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E119.json index 5f93fac9ba..249b204bd1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E119.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:17.155006Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E120.json index 399ac888e1..5fe495aae7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E120.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:17.596202Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E121.json index ae123f58e3..a9e8166c76 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E121.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:17.919127Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E122.json index 5652d237d9..4925560052 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E122.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:18.238657Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E123.json index eba2c77a0b..98f6c716cd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E123.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:18.640603Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E124.json index 7308c51e87..98b43a7150 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E124.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:18.802399Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E125.json index 74371f9616..55dea69305 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E125.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:19.040930Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E126.json index 5c547bd6b0..a3e8de4ae6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E126.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:19.354334Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99986111111112, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E127.json index b860557d69..cd5e2fd3af 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E127.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:19.744432Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99986111111112, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E128.json index ff65146a3c..1afc36d4b0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E128.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:19.901774Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 127.99986111111112, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E129.json index 1cbdd7ef1a..752ad2fe6f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E129.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:20.075846Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.9998611111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E130.json index f76db29331..ffc38232cf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E130.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:20.321273Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 129.9998611111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E131.json index 7505b4f989..dcb6c95d3c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E131.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:20.530064Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.9998611111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E137.json index 771eb75fc3..258e84da9a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E137.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:21.263477Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.9998611111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E138.json index 305b7f0a4b..7db0546524 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E138.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:23.195980Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.9998611111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E139.json index bd56250cac..643a53f7b0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E139.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:23.955590Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.9998611111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E140.json index a51badcd29..3ac3c42a51 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E140.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:27.376551Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.9998611111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E141.json index 8699a6988e..a2d54db77a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E141.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:33.697403Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E142.json index 3a76a68179..008953daa6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E142.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:37.610231Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.9998611111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E143.json index b317b72b74..249c736825 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E143.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:39.711035Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.9998611111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E145.json index 0b28c707aa..71e51d0aaf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E145.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:39.824608Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.9998611111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E146.json index 4e12904878..f62c577465 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E146.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:41.288708Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.9998611111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E147.json index 6ec37297c9..425c95e002 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E147.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:42.042636Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 146.9998611111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E148.json index 913987efcf..a6a981f85f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E148.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:42.862132Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 147.9998611111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E149.json index 5ab7fa7f14..99e38c8488 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E149.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:42.906854Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 148.9998611111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E150.json index 52666df1a7..cc2063074b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E150.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:43.081030Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.9998611111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E151.json index 881c334f80..4d8bdec10f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E151.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:43.375070Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 150.9998611111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E152.json index adaad95d3d..d3001d0601 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E152.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:43.433599Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.9998611111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E156.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E156.json index d64ab29e54..bb8ddf0bee 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E156.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E156.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:43.608661Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 155.9998611111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E156.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E156.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E157.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E157.json index 7f2f7fbe46..2ecbc4d7fa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E157.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E157.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:44.325380Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 156.9998611111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E157.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E157.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E158.json index 04c390a3ee..82c8d66aed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E158.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:44.492977Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 157.9998611111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E159.json index 6919ff07c8..0d95ca2f9e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E159.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:44.984102Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 158.9998611111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E160.json index 844846fe33..5db40417f9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E160.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:45.379654Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 159.9998611111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E161.json index 75139aeb9e..980fd16e01 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E161.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:45.431918Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 160.9998611111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E162.json index 9a95df4087..4d8cec3719 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E162.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:45.472153Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 161.9998611111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E178.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E178.json index f989f85789..c988e131a9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E178.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E178.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:45.511805Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 177.9998611111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E178.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E178.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E179.json index 7a5bb962c2..502a88c2c8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09E179.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:45.553313Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 178.9998611111111, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09E179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W035.json index e896618390..2f397b238f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W035.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:45.922757Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -35.00013888888889, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09W035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09W035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W036.json index 550c9d686d..2dbb1ef57b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W036.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:46.473402Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -36.00013888888889, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09W036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09W036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W079.json index 7e41f05fbf..2d2ca5b2a7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W079.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:46.775488Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00013888888888, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W080.json index 2207a5c0d1..d9a8a0fa07 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W080.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:46.958853Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00013888888888, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W140.json index 0f0260dcd7..e351d00771 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W140.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:47.013261Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -140.0001388888889, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09W140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09W140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W141.json index fd0a6805fe..9e9aadcdfc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W141.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:47.072279Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -141.0001388888889, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09W141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09W141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W158.json index ccb2d026a8..2e3d50b09f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W158.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:47.115120Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -158.0001388888889, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09W158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09W158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W159.json index 96a36b63ba..e0e4375795 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W159.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:47.156699Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -159.0001388888889, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09W159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09W159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W173.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W173.json index 1478ece113..db9c98f239 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W173.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S09W173.json @@ -41,7 +41,7 @@ -7.9998611111111115 ], "properties": { - "created": "2024-11-22T15:42:47.290867Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -173.0001388888889, -8.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09W173.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S09W173.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E012.json index 2dfcc7453c..d821e53138 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E012.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:47.337670Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.99986111111111, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E013.json index 4151e1765e..5605e7afac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E013.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:48.108977Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.99986111111111, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E014.json index 62cf497d87..3292ecf7f9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E014.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:48.597713Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.99986111111111, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E039.json index e82b80164a..acdd3fddb2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E039.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:49.101730Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.99986111111111, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E046.json index dc6bb35beb..7cce8d8590 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E046.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:49.240120Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 45.99986111111111, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E047.json index f6ca50b416..90f33ec59d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E047.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:49.410224Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99986111111111, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E050.json index b1a93a9ecd..d2011d9768 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E050.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:49.546415Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99986111111111, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E116.json index 733e619cd8..4d2976b5f7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E116.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:49.608997Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E117.json index 75bb02bf0f..da3daaac8e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E117.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:49.706457Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E118.json index 18f5724d10..d5e6a98ba3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E118.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:49.767303Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E119.json index e4adee273c..60429a27c8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E119.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:50.153563Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E120.json index 68bf45d1ec..d010311944 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E120.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:50.443094Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E123.json index 4bfafd34ea..0eb5af5f9c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E123.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:50.645531Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E124.json index f2a6af47e1..a8b7416dae 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E124.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:50.993136Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E125.json index 45951ec879..f7a0bc0d74 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E125.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:51.315054Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E126.json index 92aafee3bc..fff8332df7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E126.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:51.532625Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99986111111112, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E140.json index 40a3d8f411..49a46ef63e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E140.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:51.734990Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.9998611111111, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E141.json index 5997712f87..7e5c9fa983 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E141.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:52.770086Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E142.json index ae60b15dbc..8be8b404bc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E142.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:54.101965Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.9998611111111, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E143.json index 4f6d2d7373..55c6f5c79e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E143.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:54.377002Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.9998611111111, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E144.json index 58b77a4597..254e740632 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E144.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:54.421231Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 143.9998611111111, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E146.json index c35ab14d28..aa8e618294 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E146.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:54.807759Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.9998611111111, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E147.json index 19b4e591f0..6537858207 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E147.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:55.498384Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 146.9998611111111, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E148.json index 007e2c2431..28c7fc8d02 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E148.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:56.411221Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 147.9998611111111, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E149.json index c5ade97c4b..ef98574650 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E149.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:56.982049Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 148.9998611111111, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E150.json index 5cdae5e095..5845f0b410 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E150.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:57.469794Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.9998611111111, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E151.json index 5cbcc76a0f..0c1cc71a8e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E151.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:57.559352Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 150.9998611111111, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E152.json index ad29f9c5d6..bc418ada71 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E152.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:58.041049Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.9998611111111, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E153.json index d8b22ea426..c12749e8dc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E153.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:58.133971Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 152.9998611111111, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E158.json index f1855e7a78..5e960d195f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E158.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:58.289868Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 157.9998611111111, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E159.json index bff841db83..b88aa42f67 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E159.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:58.602310Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 158.9998611111111, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E160.json index ed3ffe1d87..1c68220961 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E160.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:59.536198Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 159.9998611111111, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E161.json index ea2cbdafd7..3df6d792e9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E161.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:42:59.916447Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 160.9998611111111, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E162.json index aba16f1d96..6ccab078c7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E162.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:00.071800Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 161.9998611111111, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E167.json index 3912e62ff0..d61275727e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E167.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:00.122263Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 166.9998611111111, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E179.json index 6128c32912..f8614fe979 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10E179.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:00.166891Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 178.9998611111111, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10E179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W036.json index bad5663383..2624158c7f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W036.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:01.111898Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -36.00013888888889, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10W036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10W036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W037.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W037.json index 0f14cbe9c4..64d56f6f4a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W037.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W037.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:01.279563Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -37.00013888888889, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10W037.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10W037.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W038.json index 0c61faf5f6..fbfebb808d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W038.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:01.629126Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -38.00013888888889, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10W038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10W038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W079.json index efa24599db..28ff9492c8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W079.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:01.831800Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00013888888888, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W139.json index ce3a49f233..be7503dcf4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W139.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:02.011060Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -139.0001388888889, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10W139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10W139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W140.json index d6790ce396..8d642d70c2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W140.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:02.173763Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -140.0001388888889, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10W140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10W140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W141.json index 10c5a0d70b..3eaab699c6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W141.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:02.226233Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -141.0001388888889, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10W141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10W141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W151.json index 58987ea71f..7efebe6eaf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W151.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:02.269990Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -151.0001388888889, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10W151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10W151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W158.json index 0a9e6f6c49..fa055f2326 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W158.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:02.310502Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -158.0001388888889, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10W158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10W158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W159.json index d44e379127..62966b69e4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W159.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:02.348136Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -159.0001388888889, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10W159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10W159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W162.json index d6f1863a8a..e6acda0b6b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W162.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:02.488824Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -162.0001388888889, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10W162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10W162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W172.json index 6f455cc396..f2bc0f9ce5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S10W172.json @@ -41,7 +41,7 @@ -8.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:02.548619Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -172.0001388888889, -9.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10W172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S10W172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E013.json index c6332eecb8..c4223294fd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E013.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:03.282158Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.99986111111111, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E014.json index 4ab68436e8..1d79b3ac84 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E014.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:03.520926Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.99986111111111, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E039.json index cf1f8eb805..b06996fcb0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E039.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:03.791023Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.99986111111111, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E040.json index fb2851f330..2d633bfd91 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E040.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:04.399537Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.99986111111111, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E047.json index 235a337f0b..586de6b29b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E047.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:04.449471Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99986111111111, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E051.json index 926db051b7..4a1141b281 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E051.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:04.599107Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.99986111111111, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E056.json index 28ad32ea95..3424055d14 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E056.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:04.655433Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 55.99986111111111, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E105.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E105.json index 1d73ca9b65..4e026e586f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E105.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E105.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:04.785595Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 104.99986111111112, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E105.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E105.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E119.json index 193bf6bc3e..7e011b3d27 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E119.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:04.831904Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E120.json index 4000d1f138..eb01aa64f2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E120.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:05.121140Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E121.json index 3b4bd49228..c29e78fe0c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E121.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:05.307552Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E122.json index b90d646e19..bc9b924bcc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E122.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:05.420874Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E123.json index 8b416757d5..9a684f72f4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E123.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:05.858088Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E124.json index e283605c12..9934fabdd2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E124.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:05.981062Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E132.json index 691b4238da..4a48b960ba 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E132.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:06.027597Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 131.9998611111111, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E133.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E133.json index d9820607d7..6488fcfe75 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E133.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E133.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:06.162836Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 132.9998611111111, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E133.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E133.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E136.json index 393423767a..8d0dc8d603 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E136.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:06.210503Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.9998611111111, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E141.json index 583db17966..21fac9a683 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E141.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:06.362993Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E142.json index 5ca7886822..5c5b620dba 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E142.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:06.998865Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.9998611111111, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E143.json index 7f8f8904e2..e96e75b8da 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E143.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:07.043748Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.9998611111111, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E147.json index d300d09d12..903a0b6dd6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E147.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:07.251936Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 146.9998611111111, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E148.json index e2190c063a..b530d87431 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E148.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:07.975268Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 147.9998611111111, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E149.json index e673d99c9c..9474f60539 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E149.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:08.438405Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 148.9998611111111, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E150.json index 694309fb11..fdbcae8ac2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E150.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:08.982400Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.9998611111111, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E151.json index 729a63b55b..d62b84ab86 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E151.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:09.082210Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 150.9998611111111, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E152.json index 36c1daa371..8393255902 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E152.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:09.295468Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.9998611111111, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E153.json index 160b8356ca..36ee9dce74 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E153.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:09.340042Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 152.9998611111111, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E161.json index 21090e89a5..3aaec3a653 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E161.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:09.603365Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 160.9998611111111, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E162.json index 720df91604..f4e54c6536 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E162.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:09.831711Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 161.9998611111111, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E165.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E165.json index 18317dd8a0..01a8c4fc3b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E165.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E165.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:10.005177Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 164.9998611111111, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E165.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E165.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E166.json index 634a940e0e..63f6c9cb22 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11E166.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:10.120514Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 165.9998611111111, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11E166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W037.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W037.json index 47052ea854..a2dd232961 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W037.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W037.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:11.389550Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -37.00013888888889, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11W037.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11W037.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W038.json index 906bc381c4..56e530d21f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W038.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:11.909357Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -38.00013888888889, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11W038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11W038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W078.json index 1518e8b95a..5909d6fb33 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W078.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:12.112695Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00013888888888, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W079.json index 046ab11311..f7e47d24f3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W079.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:12.204496Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00013888888888, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W139.json index d518657bad..74b74c531e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W139.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:12.252065Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -139.0001388888889, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11W139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11W139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W140.json index efbbd44de1..2cbc758e87 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W140.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:12.296848Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -140.0001388888889, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11W140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11W140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W151.json index 5e25b8cb60..f5dafb0ba8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W151.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:12.424882Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -151.0001388888889, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11W151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11W151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W161.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W161.json index ef69028923..8417f79d4d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W161.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W161.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:12.473955Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -161.0001388888889, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11W161.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11W161.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W162.json index 7de481bac8..df8e9ccf60 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W162.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:12.652477Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -162.0001388888889, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11W162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11W162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W166.json index bbbf3d4004..0091e5f4ed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S11W166.json @@ -41,7 +41,7 @@ -9.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:12.695964Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -166.0001388888889, -10.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11W166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S11W166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E013.json index 7f18c5c681..6d99bd036e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E013.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:12.834566Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.99986111111111, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E014.json index 1ca7d297ac..0956fcd3dc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E014.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:12.997481Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.99986111111111, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E040.json index cac406bb64..c352b5f662 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E040.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:13.538135Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.99986111111111, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E043.json index 63ddafd256..55549d3721 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E043.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:13.738214Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 42.99986111111111, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E047.json index a40e345e3b..b3f3734201 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E047.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:13.802993Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99986111111111, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E049.json index 76ece57a49..0a3ccf21bd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E049.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:13.854644Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99986111111111, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E122.json index 197bbc332d..ff30b19d35 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E122.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:13.898742Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E130.json index fc4f28fdc9..d637d5fb8f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E130.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:15.376479Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 129.9998611111111, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E131.json index ace4b8fbc8..383418adb3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E131.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:16.328477Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.9998611111111, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E132.json index 43e4f53ea2..377eda9395 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E132.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:18.043598Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 131.9998611111111, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E133.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E133.json index 55a3bd3e11..21c5d0af7b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E133.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E133.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:19.044787Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 132.9998611111111, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E133.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E133.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E134.json index 64b109c99b..c9dce4054a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E134.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:19.279399Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 133.9998611111111, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E135.json index d97a3c196f..cdc84bcda5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E135.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:19.548561Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 134.9998611111111, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E136.json index c64fa4a1da..1d83df72ac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E136.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:19.992982Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.9998611111111, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E141.json index e45eb9e490..d1f30d5afe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E141.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:20.112995Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E142.json index a7195908dd..9fb8f715c1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E142.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:21.894831Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.9998611111111, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E143.json index d5bdf0c7fe..e3a66b4b60 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E143.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:22.105421Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.9998611111111, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E144.json index 066e6c9541..9c5b9ea426 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E144.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:22.156379Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 143.9998611111111, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E151.json index 7b275b06ee..c0dcdf8bf2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E151.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:22.202689Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 150.9998611111111, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E152.json index b48eea07ae..9a5193c031 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E152.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:22.273825Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.9998611111111, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E153.json index b9d65566eb..967459e513 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E153.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:22.675005Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 152.9998611111111, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E154.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E154.json index 54ac9f4f83..e29490829c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E154.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E154.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:22.775371Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 153.9998611111111, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E154.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E154.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E159.json index 085bab89e5..a5a4d94a7c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E159.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:22.937860Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 158.9998611111111, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E160.json index aba78cc3b6..5604f6ce6e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E160.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:23.203055Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 159.9998611111111, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E166.json index 45fc6ab340..99b074ee3e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E166.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:23.338975Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 165.9998611111111, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E169.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E169.json index ed013cf25e..2c7393cbf8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E169.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E169.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:23.472360Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 168.9998611111111, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E169.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E169.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E170.json index 1c25f05e50..b1ecd6fe3f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12E170.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:23.515382Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 169.9998611111111, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12E170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12W038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12W038.json index ad62affeae..33c2767b66 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12W038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12W038.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:24.350980Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -38.00013888888889, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12W038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12W038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12W078.json index 64a57962f2..dcc2bf638f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12W078.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:24.568192Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00013888888888, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12W152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12W152.json index 1af7b9cfef..a60b00e086 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12W152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12W152.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:24.732249Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -152.0001388888889, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12W152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12W152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12W166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12W166.json index b9acefde43..87a67436e4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12W166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12W166.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:24.794670Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -166.0001388888889, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12W166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12W166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12W172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12W172.json index 6a32e5df62..e1e80f17ce 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12W172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S12W172.json @@ -41,7 +41,7 @@ -10.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:24.847114Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -172.0001388888889, -11.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12W172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S12W172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E012.json index a095ebb926..63a03830fc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E012.json @@ -41,7 +41,7 @@ -11.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:25.034146Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.99986111111111, -12.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E013.json index d38f89a3e5..8c7d177337 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E013.json @@ -41,7 +41,7 @@ -11.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:25.299345Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.99986111111111, -12.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E040.json index 29fb6877e4..c4e7f11609 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E040.json @@ -41,7 +41,7 @@ -11.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:25.915569Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.99986111111111, -12.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E043.json index b5597fa5bb..0004f45bc4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E043.json @@ -41,7 +41,7 @@ -11.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:26.085339Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 42.99986111111111, -12.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E044.json index 4791b995ab..dcbf4017b2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E044.json @@ -41,7 +41,7 @@ -11.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:26.152892Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 43.99986111111111, -12.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E045.json index a979eb6857..6b41aa5df5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E045.json @@ -41,7 +41,7 @@ -11.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:26.350004Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 44.99986111111111, -12.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E048.json index b365f6d13b..5252d7b899 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E048.json @@ -41,7 +41,7 @@ -11.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:26.643215Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.99986111111111, -12.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E049.json index 279a580e57..75a4b8d9e6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E049.json @@ -41,7 +41,7 @@ -11.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:27.365992Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99986111111111, -12.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E096.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E096.json index 068efe5f22..505bc81cc0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E096.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E096.json @@ -41,7 +41,7 @@ -11.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:27.436266Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 95.99986111111112, -12.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E096.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E096.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E122.json index b96cb0c116..8295079a33 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E122.json @@ -41,7 +41,7 @@ -11.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:27.481882Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, -12.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E123.json index 2e6ce08c44..fc242023f5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E123.json @@ -41,7 +41,7 @@ -11.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:27.524816Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, -12.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E130.json index e3d01205c8..9b33c50b32 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E130.json @@ -41,7 +41,7 @@ -11.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:28.955687Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 129.9998611111111, -12.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E131.json index bb8e802136..d0bc4f8e88 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E131.json @@ -41,7 +41,7 @@ -11.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:31.632459Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.9998611111111, -12.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E132.json index 3d75c26bab..73fb7e1d5a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E132.json @@ -41,7 +41,7 @@ -11.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:34.749214Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 131.9998611111111, -12.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E133.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E133.json index bbe2cc647c..1e7502cf25 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E133.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E133.json @@ -41,7 +41,7 @@ -11.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:35.458220Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 132.9998611111111, -12.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E133.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E133.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E134.json index 510c2394a9..a49bf55282 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E134.json @@ -41,7 +41,7 @@ -11.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:37.173665Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 133.9998611111111, -12.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E135.json index 82185323d6..55444e3075 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E135.json @@ -41,7 +41,7 @@ -11.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:38.669315Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 134.9998611111111, -12.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E136.json index 1074d3d518..195a24c161 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E136.json @@ -41,7 +41,7 @@ -11.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:40.536366Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.9998611111111, -12.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E141.json index 6ad8dc4607..1036c7089f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E141.json @@ -41,7 +41,7 @@ -11.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:42.019257Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, -12.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E142.json index 9d575611cf..7bd482d019 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E142.json @@ -41,7 +41,7 @@ -11.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:43.597822Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.9998611111111, -12.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E143.json index 9ac07a2939..c74c36e5ef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E143.json @@ -41,7 +41,7 @@ -11.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:44.306023Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.9998611111111, -12.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E168.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E168.json index e21fe1429f..07e2c6d615 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E168.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E168.json @@ -41,7 +41,7 @@ -11.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:44.351646Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 167.9998611111111, -12.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E168.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E168.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E176.json index 0f1a136aee..8884657a2f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E176.json @@ -41,7 +41,7 @@ -11.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:44.398517Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 175.9998611111111, -12.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E177.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E177.json index 6be371cb9c..41c2cfe265 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E177.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13E177.json @@ -41,7 +41,7 @@ -11.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:44.446720Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 176.9998611111111, -12.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E177.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13E177.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13W038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13W038.json index bec4d5e646..7d55107908 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13W038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13W038.json @@ -41,7 +41,7 @@ -11.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:44.847921Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -38.00013888888889, -12.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13W038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13W038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13W039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13W039.json index cecdb9b7a7..62cead7f9a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13W039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13W039.json @@ -41,7 +41,7 @@ -11.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:45.785194Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -39.00013888888889, -12.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13W039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13W039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13W077.json index 8ab7024c38..35c6fdb977 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13W077.json @@ -41,7 +41,7 @@ -11.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:46.021834Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00013888888888, -12.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13W078.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13W078.json index 8792ff2ec1..2856969f12 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13W078.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S13W078.json @@ -41,7 +41,7 @@ -11.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:46.221274Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -78.00013888888888, -12.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13W078.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S13W078.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E012.json index d91580481c..7c1cf20f7e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E012.json @@ -41,7 +41,7 @@ -12.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:46.445931Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.99986111111111, -13.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E040.json index c3685662a6..4cf4e1f377 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E040.json @@ -41,7 +41,7 @@ -12.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:47.067595Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.99986111111111, -13.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E045.json index a1915c8f82..21c70fe401 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E045.json @@ -41,7 +41,7 @@ -12.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:47.121199Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 44.99986111111111, -13.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E047.json index 779aeb157b..38fd36e2f0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E047.json @@ -41,7 +41,7 @@ -12.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:47.498478Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99986111111111, -13.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E048.json index 0cb171eb6f..338750fb68 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E048.json @@ -41,7 +41,7 @@ -12.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:48.619383Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.99986111111111, -13.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E049.json index 0a136f46b5..597a0733e7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E049.json @@ -41,7 +41,7 @@ -12.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:49.186542Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99986111111111, -13.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E050.json index b9d363b61f..b2afb21ae4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E050.json @@ -41,7 +41,7 @@ -12.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:49.567291Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99986111111111, -13.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E125.json index 13aa04d847..cc33bc9a37 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E125.json @@ -41,7 +41,7 @@ -12.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:49.606184Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, -13.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E126.json index c1eba5c3cf..bcec378c8b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E126.json @@ -41,7 +41,7 @@ -12.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:49.958335Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99986111111112, -13.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E127.json index 93a4c290d9..f5435de50c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E127.json @@ -41,7 +41,7 @@ -12.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:50.142782Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99986111111112, -13.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E129.json index 83706cda80..da59005ffb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E129.json @@ -41,7 +41,7 @@ -12.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:50.686443Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.9998611111111, -13.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E130.json index f0419ffd0f..a66b4bf514 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E130.json @@ -41,7 +41,7 @@ -12.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:53.599516Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 129.9998611111111, -13.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E132.json index 0df1dc450c..efba333a3d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E132.json @@ -41,7 +41,7 @@ -12.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:54.119711Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 131.9998611111111, -13.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E135.json index 67a3019d62..d2165ebaa9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E135.json @@ -41,7 +41,7 @@ -12.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:55.406841Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 134.9998611111111, -13.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E136.json index a2af0f21a5..7f00d113d1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E136.json @@ -41,7 +41,7 @@ -12.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:56.507805Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.9998611111111, -13.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E141.json index 1f04a31c43..d5d7989326 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E141.json @@ -41,7 +41,7 @@ -12.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:58.159892Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, -13.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E142.json index f57e9eb159..d064affd60 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E142.json @@ -41,7 +41,7 @@ -12.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:58.505581Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.9998611111111, -13.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E143.json index f35456e5a6..07fda89f70 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E143.json @@ -41,7 +41,7 @@ -12.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:59.110034Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.9998611111111, -13.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E144.json index 6376672868..f1b217591b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E144.json @@ -41,7 +41,7 @@ -12.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:59.161929Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 143.9998611111111, -13.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E166.json index 1617f7cf31..45ef4f965e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E166.json @@ -41,7 +41,7 @@ -12.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:59.321417Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 165.9998611111111, -13.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E167.json index 0b38ffa5cb..11d440d189 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14E167.json @@ -41,7 +41,7 @@ -12.99986111111111 ], "properties": { - "created": "2024-11-22T15:43:59.505704Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 166.9998611111111, -13.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14E167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14W039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14W039.json index 559582faf9..59856be0f1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14W039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14W039.json @@ -41,7 +41,7 @@ -12.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:00.092039Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -39.00013888888889, -13.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14W039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14W039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14W040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14W040.json index 77be77ee65..68b69887ce 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14W040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14W040.json @@ -41,7 +41,7 @@ -12.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:00.733952Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -40.00013888888889, -13.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14W040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14W040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14W077.json index 9af9b8de4f..f907e9a59d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14W077.json @@ -41,7 +41,7 @@ -12.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:00.995085Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00013888888888, -13.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14W164.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14W164.json index 778455dd6d..a695a085f7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14W164.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14W164.json @@ -41,7 +41,7 @@ -12.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:01.110357Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -164.0001388888889, -13.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14W164.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14W164.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14W172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14W172.json index 54e0b7a9b8..d768f53c29 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14W172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14W172.json @@ -41,7 +41,7 @@ -12.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:01.222406Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -172.0001388888889, -13.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14W172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14W172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14W173.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14W173.json index 32b9b830bc..e034b9b15a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14W173.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14W173.json @@ -41,7 +41,7 @@ -12.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:01.501373Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -173.0001388888889, -13.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14W173.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14W173.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14W177.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14W177.json index 1d914bc881..a040ab63cf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14W177.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S14W177.json @@ -41,7 +41,7 @@ -12.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:01.679230Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -177.0001388888889, -13.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14W177.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S14W177.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E012.json index b2f53bd94f..e224a32de8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E012.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:01.806698Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.99986111111111, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E040.json index d0ca667d86..6baedace31 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E040.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:02.504354Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.99986111111111, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E047.json index ff0c7f6bdf..be7d286c49 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E047.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:03.329020Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99986111111111, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E048.json index fe1065854b..98f125a042 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E048.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:03.854649Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.99986111111111, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E049.json index 2649ab8ed6..9919e16947 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E049.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:04.369231Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99986111111111, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E050.json index 1345ce912e..825147e38c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E050.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:05.074346Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99986111111111, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E123.json index 547c5c7060..bc80e41e78 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E123.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:05.122469Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E124.json index 59fb3d7bbe..6478e5add6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E124.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:05.282468Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E125.json index c06ad6b525..eb658f1cc3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E125.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:05.937535Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E126.json index 35a48eaac0..e43c25d588 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E126.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:06.504701Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99986111111112, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E127.json index d0ce77f73d..369312eda3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E127.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:06.863030Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99986111111112, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E128.json index e21ae707dc..d79dc353ad 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E128.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:07.564004Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 127.99986111111112, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E129.json index fb76af0b76..904fc00932 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E129.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:10.218517Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.9998611111111, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E130.json index a19d65b75d..b24623a050 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E130.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:10.879599Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 129.9998611111111, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E134.json index f3405d9c2b..33ec794ea1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E134.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:11.889371Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 133.9998611111111, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E135.json index 233a89b15e..58ce642aad 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E135.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:14.258409Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 134.9998611111111, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E136.json index 5c5e6bcf56..874e89a2ec 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E136.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:14.747507Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.9998611111111, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E141.json index 36cfc2c6ff..2f199c409a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E141.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:16.843729Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E143.json index dace5411e2..eaf52bc22d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E143.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:17.889886Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.9998611111111, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E144.json index d5f03b4269..f491bdd57b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E144.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:19.328564Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 143.9998611111111, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E145.json index 7febd6bf9b..3988a94818 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E145.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:19.602733Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.9998611111111, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E166.json index 65fb94ea2a..012fca5390 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E166.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:19.763357Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 165.9998611111111, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E167.json index 270499c17b..2bea29a6f8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E167.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:19.837386Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 166.9998611111111, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E168.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E168.json index 2b86b289a9..a73de4353e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E168.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15E168.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:19.988233Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 167.9998611111111, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E168.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15E168.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W039.json index b1fa9fcdbc..f67733194b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W039.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:20.077945Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -39.00013888888889, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W040.json index f3ee379c5b..57b814e68d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W040.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:20.529944Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -40.00013888888889, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W076.json index ac5c09f5eb..774d1e8c29 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W076.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:20.621545Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00013888888888, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W077.json index fa43d5a73a..699fd48e68 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W077.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:20.810424Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -77.00013888888888, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W139.json index 7f3bd51996..66d5755799 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W139.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:20.865915Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -139.0001388888889, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W142.json index ba21ee244c..4c21a9c291 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W142.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:21.007784Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -142.0001388888889, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W145.json index 76edc65bb4..6cf7b23c75 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W145.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:21.073565Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -145.0001388888889, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W146.json index 08afb21713..fea28aacbd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W146.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:21.129882Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -146.0001388888889, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W147.json index fdaaa36a2d..ff15bbe85b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W147.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:21.192811Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -147.0001388888889, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W148.json index 2a1c9ba057..725b824d76 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W148.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:21.359982Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -148.0001388888889, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W149.json index ed297dc6bb..1d9f24fd31 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W149.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:21.531113Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -149.0001388888889, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W170.json index 04ec8e7808..18223df154 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W170.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:21.580691Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -170.0001388888889, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W171.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W171.json index 3bedb6edb4..8a0be17717 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W171.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W171.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:21.656812Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -171.0001388888889, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W171.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W171.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W172.json index c315b6f945..5edc4e167b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W172.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:21.855588Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -172.0001388888889, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W178.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W178.json index 9f229f18b8..cdfe36d4f0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W178.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W178.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:21.901486Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -178.0001388888889, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W178.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W178.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W179.json index 25919ce0f1..276ac95749 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S15W179.json @@ -41,7 +41,7 @@ -13.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:22.056987Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -179.0001388888889, -14.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S15W179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E011.json index d9bd1fc721..f3c45c2be8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E011.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:22.440197Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.99986111111111, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E012.json index faf25db038..a676e2232e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E012.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:22.717237Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.99986111111111, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E039.json index 1dc45a04c1..4c52b38f40 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E039.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:22.898059Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.99986111111111, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E040.json index 2623316082..ca3b9b4bd7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E040.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:23.723323Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.99986111111111, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E045.json index 3fd7868c9a..84bb3caa83 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E045.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:24.323355Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 44.99986111111111, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E046.json index 9e47e58ea0..42640c7eab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E046.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:25.562939Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 45.99986111111111, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E047.json index 15d2a37f74..c6aea36175 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E047.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:27.009904Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99986111111111, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E049.json index 829977e511..3c510964d8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E049.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:27.619053Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99986111111111, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E050.json index 845780ac80..c472be2a64 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E050.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:28.544718Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99986111111111, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E123.json index 7d8bb6da6c..26c1105a36 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E123.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:28.687166Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E124.json index 65e1e35fdd..4fb6c26bdd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E124.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:29.599664Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E125.json index 21373bdeb3..5f047912ea 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E125.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:30.123870Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E127.json index 4c7a632bad..8fc9288a7e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E127.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:30.798094Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99986111111112, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E128.json index 7ca3305e4f..2ec2e8aceb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E128.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:32.921761Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 127.99986111111112, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E129.json index f183d232b4..f08213da14 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E129.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:35.051169Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.9998611111111, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E130.json index 17706344dc..f29d8e452d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E130.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:36.245639Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 129.9998611111111, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E135.json index 0a0cc37b29..7773dff789 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E135.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:37.892863Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 134.9998611111111, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E136.json index bb3f723c4f..ad244166e8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E136.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:39.560228Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.9998611111111, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E137.json index 8f30c68fde..66730208cb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E137.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:39.900496Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.9998611111111, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E141.json index 784f96eb14..5d4afe8c81 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E141.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:42.511143Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E142.json index 7a21f345e8..291672717e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E142.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:43.594323Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.9998611111111, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E143.json index 73012521da..673d1a7fe8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E143.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:43.630065Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.9998611111111, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E145.json index 30ffb5e9a7..c7a9ada22d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E145.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:44.139202Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.9998611111111, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E166.json index 5ab96fc1cf..4d0883b3e9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E166.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:44.281932Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 165.9998611111111, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E167.json index 241b83ff05..d77eb3f874 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E167.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:44.624429Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 166.9998611111111, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E168.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E168.json index 0507f96356..92e88b7ebb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E168.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16E168.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:44.711804Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 167.9998611111111, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E168.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16E168.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W006.json index 677c6c7e4d..73b4744cef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W006.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:44.744353Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -6.0001388888888885, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W039.json index c9715da0f6..60215c46ff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W039.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:45.174336Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -39.00013888888889, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W040.json index b917c90faa..397a94043b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W040.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:45.760149Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -40.00013888888889, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W074.json index ebd86ffaeb..ad3c07f466 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W074.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:45.793073Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W075.json index e16f5b4a3f..41d144cc12 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W075.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:45.986379Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00013888888888, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W076.json index 28f6fd39ec..67ef3dcdd4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W076.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:46.030566Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00013888888888, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W141.json index d182b34b99..266ec76ec4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W141.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:46.150510Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -141.0001388888889, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W143.json index 79c5d34f65..d272ce8799 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W143.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:46.188022Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -143.0001388888889, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W145.json index 617f36414d..96c39771c4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W145.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:46.221119Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -145.0001388888889, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W146.json index d59a664ae7..9738703565 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W146.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:46.289883Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -146.0001388888889, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W147.json index dfc0f7c7e6..a548727d9d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W147.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:46.375693Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -147.0001388888889, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W148.json index b6296e6325..2a678e44e4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W148.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:46.574676Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -148.0001388888889, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W149.json index 9f6d9e44e7..81e7b517f8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W149.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:46.726807Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -149.0001388888889, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W155.json index 0fb5207311..e4bab2cf7e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W155.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:46.760055Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -155.0001388888889, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W174.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W174.json index a0c714a498..c3016e02d6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W174.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W174.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:46.796985Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -174.0001388888889, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W174.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W174.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W176.json index d79635a7a2..e66b876544 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W176.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:46.860438Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -176.0001388888889, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W180.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W180.json index 78b5d0473d..0c4ffde507 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W180.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S16W180.json @@ -41,7 +41,7 @@ -14.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:46.896197Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -180.0001388888889, -15.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W180.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S16W180.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E011.json index 03fc704230..204ef3d451 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E011.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:47.253816Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.99986111111111, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E038.json index 698dc6aa40..dd9fd89c23 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E038.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:47.776483Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 37.99986111111111, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E039.json index 04bca60cf2..6c59f31bbb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E039.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:48.891358Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.99986111111111, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E040.json index fd968b673c..c10471fe60 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E040.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:48.998889Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.99986111111111, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E044.json index 5a5d0c024a..8f8001d3d0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E044.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:50.357193Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 43.99986111111111, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E045.json index 3063ddaec9..533f344627 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E045.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:51.234313Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 44.99986111111111, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E046.json index 6549353804..b0b54f65b4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E046.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:52.326366Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 45.99986111111111, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E049.json index 0ac0e13e67..cea36fddad 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E049.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:52.837284Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99986111111111, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E050.json index 04b007dd62..3391392d2e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E050.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:52.971131Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99986111111111, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E059.json index 1ed7e30924..684f7ce344 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E059.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:53.025822Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 58.99986111111111, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E122.json index 6030e555ad..350318da2f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E122.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:53.630855Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E123.json index 64136e9267..bce04952a2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E123.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:54.617510Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E124.json index 6417d11983..c8358b1106 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E124.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:55.255480Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E136.json index e409be1e82..a03f5b1927 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E136.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:56.228636Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.9998611111111, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E137.json index e02c7f8137..3e26fce85c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E137.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:57.706887Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.9998611111111, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E138.json index 9bb4cf0655..432de755e3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E138.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:58.829403Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.9998611111111, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E139.json index efd397e4dd..54a05f7a68 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E139.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:59.386103Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.9998611111111, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E140.json index 6d3e5e15b2..1b133aa78f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E140.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:44:59.452478Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.9998611111111, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E141.json index c102bb7662..d023d91a54 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E141.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:02.450461Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E142.json index 1de34421d3..8e6725c198 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E142.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:02.758813Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.9998611111111, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E143.json index 79ee12cca9..1e4a74c1ba 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E143.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:02.813389Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.9998611111111, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E145.json index 44ea0d591c..b46f09f145 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E145.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:03.169662Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.9998611111111, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E146.json index ea111f16c1..3e2ed0fbc5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E146.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:03.315182Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.9998611111111, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E149.json index 442a00d23a..638c88710f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E149.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:03.358071Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 148.9998611111111, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E150.json index c9efba826a..55b724aa37 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E150.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:03.488147Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.9998611111111, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E167.json index 6c29f364bc..9d80c6a28b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E167.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:03.672068Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 166.9998611111111, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E168.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E168.json index cf848e80b2..3f94b2aed1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E168.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E168.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:03.885027Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 167.9998611111111, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E168.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E168.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E177.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E177.json index af54b04767..d5f0c4904b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E177.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E177.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:04.048587Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 176.9998611111111, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E177.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E177.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E178.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E178.json index 993bf6f2d5..87ff38cdb2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E178.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E178.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:04.349188Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 177.9998611111111, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E178.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E178.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E179.json index 04f767798f..d88926104a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17E179.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:04.828428Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 178.9998611111111, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17E179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W006.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W006.json index 592e893f3b..7cede6f0cf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W006.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W006.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:04.874146Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -6.0001388888888885, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W006.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W006.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W039.json index 4e83471b4a..df1545a9c1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W039.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:05.055012Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -39.00013888888889, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W040.json index 14b74d5099..5b370f78b9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W040.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:05.571629Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -40.00013888888889, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W073.json index 5e45298180..9da2b6b9eb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W073.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:05.665557Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00013888888888, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W074.json index 70a998c797..33aa71cc4a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W074.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:05.761846Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W075.json index 56290705dc..0588f2eacc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W075.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:05.905931Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00013888888888, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W141.json index 7be49a964b..b49f8c8b75 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W141.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:05.948842Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -141.0001388888889, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W142.json index b47935699c..4c92a46c52 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W142.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:06.082990Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -142.0001388888889, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W143.json index 639ae3e0d5..d128cc4fa1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W143.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:06.149905Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -143.0001388888889, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W144.json index 22e4a986a3..ce34f366fa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W144.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:06.254385Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -144.0001388888889, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W145.json index 50556220cb..2953e9eb95 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W145.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:06.430789Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -145.0001388888889, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W146.json index 8eddbf3de2..bf209305eb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W146.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:06.620507Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -146.0001388888889, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W147.json index 5bbe2954df..e56928c227 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W147.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:06.694284Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -147.0001388888889, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W150.json index 2604e11801..c946776f96 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W150.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:06.758320Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -150.0001388888889, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W151.json index 3bab996df3..b37825da47 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W151.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:06.799267Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -151.0001388888889, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W152.json index 244aa58077..38b52a723b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W152.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:06.981037Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -152.0001388888889, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W153.json index 1634161e6b..d2b050194e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W153.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:07.031072Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -153.0001388888889, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W154.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W154.json index b4d39c43e3..4c9f3ca4b2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W154.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W154.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:07.172236Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -154.0001388888889, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W154.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W154.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W155.json index dc73f07481..5235f1043e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W155.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:07.226005Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -155.0001388888889, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W179.json index 6e77d60fc0..46500ece91 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W179.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:07.258523Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -179.0001388888889, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W180.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W180.json index ce12629e17..ccf1dd9d45 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W180.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S17W180.json @@ -41,7 +41,7 @@ -15.99986111111111 ], "properties": { - "created": "2024-11-22T15:45:07.302779Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -180.0001388888889, -16.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W180.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S17W180.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E011.json index 23973003a9..fe0dc7f32f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E011.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:07.532079Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.99986111111111, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E035.json index 8b3c3f8f79..9ab0afdeed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E035.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:08.323929Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.99986111111111, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E036.json index e2f2311ec8..450dbf1716 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E036.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:09.978771Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 35.99986111111111, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E037.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E037.json index a4f1d6b39b..2d302359a1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E037.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E037.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:11.695336Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 36.99986111111111, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E037.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E037.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E038.json index b561eeb378..a12612159d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E038.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:12.253942Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 37.99986111111111, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E039.json index 91fb7fecac..7a5bdb9553 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E039.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:12.399809Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 38.99986111111111, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E042.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E042.json index bcf2b7410a..77ea62c77b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E042.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E042.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:12.442300Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 41.99986111111111, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E042.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E042.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E043.json index 88adfb280a..1f29714484 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E043.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:12.559303Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 42.99986111111111, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E044.json index 3c9b6baab7..5dcb171a39 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E044.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:13.490601Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 43.99986111111111, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E049.json index 12ff8c939d..bef09206c2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E049.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:14.051659Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99986111111111, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E122.json index 647d67d872..bb1becb07f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E122.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:15.026660Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E123.json index cc1cc789b7..3d8999b413 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E123.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:17.119208Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E124.json index 08ab385cbb..45cb8c41fc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E124.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:17.692187Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E138.json index b1ddb4043d..bc7f94fd5e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E138.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:19.078720Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.9998611111111, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E139.json index d41d6f02ed..31020b2ff4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E139.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:22.463368Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.9998611111111, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E140.json index 6c46310705..6729e13862 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E140.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:25.066780Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.9998611111111, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E141.json index 22ae4bef53..18dbda8de4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E141.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:27.778681Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E145.json index 746ff2c81d..3505b24d80 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E145.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:28.319806Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.9998611111111, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E146.json index f9ab8ef26b..628efe62b4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E146.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:28.738760Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.9998611111111, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E150.json index 4e815cb43f..5002672ad8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E150.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:28.787033Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.9998611111111, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E155.json index d091bc96b2..bca58f2afb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E155.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:28.829632Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 154.9998611111111, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E168.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E168.json index d70a44de9a..7175fbd587 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E168.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E168.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:29.162430Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 167.9998611111111, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E168.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E168.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E176.json index 2b3b84fb3f..45910be1a5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E176.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:29.231802Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 175.9998611111111, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E177.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E177.json index 373b5a27a5..5bafc57618 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E177.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E177.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:29.704872Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 176.9998611111111, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E177.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E177.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E178.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E178.json index d32b500887..94e7909ec2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E178.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E178.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:30.103412Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 177.9998611111111, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E178.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E178.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E179.json index 3887f9b703..bc1f63ab1a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18E179.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:30.273075Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 178.9998611111111, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18E179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W040.json index 84e89222a2..1e44f6e14f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W040.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:31.315301Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -40.00013888888889, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W071.json index 0fc063948c..426e29377a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W071.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:31.360915Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00013888888888, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W072.json index c594e067d1..7a01639ed4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W072.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:31.477152Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00013888888888, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W073.json index 2ad4a9dee7..cf60403705 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W073.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:31.625979Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00013888888888, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W139.json index 488025f5f5..89dd71a394 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W139.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:31.776567Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -139.0001388888889, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W141.json index fae2676e0d..42742e146b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W141.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:31.854927Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -141.0001388888889, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W142.json index d598f4777e..3d077e372f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W142.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:31.906193Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -142.0001388888889, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W143.json index 04db0d5af9..5edca131e3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W143.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:31.979271Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -143.0001388888889, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W144.json index d0186341dd..013b9d3a9d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W144.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:32.123229Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -144.0001388888889, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W145.json index 788dc93fdf..107b29e85c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W145.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:32.171652Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -145.0001388888889, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W146.json index 0da4b4ee6e..5151896b2e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W146.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:32.335405Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -146.0001388888889, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W149.json index 1bc0405cea..416337392b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W149.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:32.382499Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -149.0001388888889, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W150.json index 8954ba9676..8df6704e03 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W150.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:32.633022Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -150.0001388888889, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W151.json index 41236cac7d..d19379a694 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W151.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:32.828886Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -151.0001388888889, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W164.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W164.json index 786da8f559..f983eeb131 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W164.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W164.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:32.878394Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -164.0001388888889, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W164.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W164.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W179.json index 56737944c7..d25e7db0d5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W179.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:32.990091Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -179.0001388888889, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W180.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W180.json index c340c3832c..53ccdf43c9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W180.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S18W180.json @@ -41,7 +41,7 @@ -16.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:33.152192Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -180.0001388888889, -17.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W180.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S18W180.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E011.json index 2387f5ecd7..e93c4aeecc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E011.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:33.382232Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 10.99986111111111, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E012.json index 16237a1229..b55b286362 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E012.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:33.687110Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.99986111111111, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E034.json index 57055b0dc4..a8d2bb2346 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E034.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:34.041375Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 33.99986111111111, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E035.json index 45454147dc..d94bb6e351 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E035.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:35.609261Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.99986111111111, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E036.json index 995aa0aaa5..a223feb3a3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E036.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:38.136712Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 35.99986111111111, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E043.json index 7fd71feb9f..9987a9af1f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E043.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:38.220866Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 42.99986111111111, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E044.json index 5ba9cffb08..aaae36f645 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E044.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:38.998136Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 43.99986111111111, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E048.json index 72c452ccce..1257ffcf8f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E048.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:39.246092Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.99986111111111, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E049.json index 3df8364a13..758dd31429 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E049.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:39.836253Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99986111111111, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E121.json index f193877b0d..9a66f30820 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E121.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:40.337761Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E122.json index 25c49e2af5..1dd01e1ba3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E122.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:40.754635Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E139.json index e53afd4826..29fb4dcf1c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E139.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:41.744509Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.9998611111111, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E140.json index 13f522ce8b..50c91025a5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E140.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:43.172773Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.9998611111111, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E141.json index 5c32a6a65f..cdab1ce344 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E141.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:44.247825Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E145.json index 93f8851eb3..f11c27d6ca 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E145.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:44.539270Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.9998611111111, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E146.json index 2a9e4a8dad..48337ee04d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E146.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:45.242056Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.9998611111111, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E162.json index 6a970fbf3d..20fd794d0b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E162.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:45.290441Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 161.9998611111111, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E163.json index aa9610c1af..1ba4e8da51 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E163.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:45.434147Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 162.9998611111111, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E168.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E168.json index eed1ce03e8..90142e8edd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E168.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E168.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:45.483679Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 167.9998611111111, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E168.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E168.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E169.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E169.json index 1a7159bf12..aa897274a5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E169.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E169.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:45.571156Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 168.9998611111111, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E169.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E169.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E177.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E177.json index d2f2f9fab9..98de4061bf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E177.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E177.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:45.811301Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 176.9998611111111, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E177.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E177.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E178.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E178.json index 3594dff267..8989c76e6f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E178.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E178.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:46.162108Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 177.9998611111111, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E178.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E178.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E179.json index 8407f62eda..3c5f4c6bb8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19E179.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:46.282144Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 178.9998611111111, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19E179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W040.json index 193588ab5d..84c4acc4bb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W040.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:47.129055Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -40.00013888888889, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W041.json index efb309d115..11736cb0eb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W041.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:47.386874Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -41.00013888888889, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W071.json index 9c9f6d5958..d6b777af42 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W071.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:47.641316Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00013888888888, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W137.json index 15485e39ee..b41e11a927 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W137.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:47.697348Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -137.0001388888889, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W138.json index 5ce40920da..b663f198aa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W138.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:47.847068Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -138.0001388888889, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W139.json index 05dfbaf9fa..8663e28364 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W139.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:47.893885Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -139.0001388888889, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W140.json index 8a8d8b5d52..e331f8d7bb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W140.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:48.036687Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -140.0001388888889, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W141.json index 06854de22f..a6220657bc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W141.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:48.119224Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -141.0001388888889, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W142.json index f20824eb16..0d0d43c674 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W142.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:48.185210Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -142.0001388888889, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W143.json index 54ecffe042..8532b34853 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W143.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:48.237106Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -143.0001388888889, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W160.json index 61049374ed..40814204bf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W160.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:48.392093Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -160.0001388888889, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W164.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W164.json index 9e08a05a00..e9c8c0fa84 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W164.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W164.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:48.442723Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -164.0001388888889, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W164.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W164.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W170.json index 49012ea8c7..53fa2d3394 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W170.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:48.587516Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -170.0001388888889, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W174.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W174.json index 956dcb7758..d57d545996 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W174.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W174.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:48.645145Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -174.0001388888889, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W174.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W174.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W175.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W175.json index 30c18c5e6b..254a8a8976 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W175.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W175.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:48.701685Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -175.0001388888889, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W175.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W175.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W179.json index 44b4683cdd..a6d8177ace 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W179.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:48.884366Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -179.0001388888889, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W180.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W180.json index 4cb29d0790..c163812716 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W180.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S19W180.json @@ -41,7 +41,7 @@ -17.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:48.932543Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -180.0001388888889, -18.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W180.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S19W180.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E012.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E012.json index c881794c0c..8481620a7e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E012.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E012.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:49.130239Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 11.99986111111111, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E012.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E012.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E013.json index 5f5ea2671b..38794422b9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E013.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:49.213627Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.99986111111111, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E034.json index 85c9d21d79..19c9cf8407 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E034.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:50.806351Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 33.99986111111111, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E035.json index 672eeadad4..ee62ea8420 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E035.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:51.554686Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.99986111111111, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E044.json index 1ae457d1cf..d7d7be6399 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E044.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:52.346749Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 43.99986111111111, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E048.json index b4ee8ca4b3..95b45300c2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E048.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:52.957691Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.99986111111111, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E049.json index ce166295a3..6705671070 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E049.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:53.270007Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 48.99986111111111, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E057.json index 5a748e527d..36627d701f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E057.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:53.319772Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 56.99986111111111, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E063.json index 1f3d0b517d..c6095efc9e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E063.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:53.373002Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 62.99986111111111, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E118.json index 0f34c34a0a..f1dbdbb61f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E118.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:53.415834Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E119.json index 846b6090bf..920750f185 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E119.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:53.631047Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E120.json index aeb46006f4..22d56c4e4e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E120.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:54.152334Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E121.json index 69374fbe82..0d8c5b7513 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E121.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:55.176364Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E146.json index 3a4b9933f5..f87698b48b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E146.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:55.555529Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.9998611111111, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E147.json index 1a9624de05..cb9f7f4524 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E147.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:56.969337Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 146.9998611111111, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E148.json index ce78a5358f..e003fe2caf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E148.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:57.080317Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 147.9998611111111, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E158.json index ab3e0d7e0e..cfe88735ef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E158.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:57.135514Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 157.9998611111111, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E163.json index 99913f82f5..fd1273b9f4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E163.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:57.284463Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 162.9998611111111, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E164.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E164.json index b5ea7dc97e..a89e5079e3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E164.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E164.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:57.328517Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 163.9998611111111, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E164.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E164.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E169.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E169.json index d5dc98db37..516879bdc7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E169.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E169.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:57.526639Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 168.9998611111111, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E169.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E169.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E170.json index 3a205de777..18126740cd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E170.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:57.573279Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 169.9998611111111, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E177.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E177.json index bcc359ae53..bdf733e7c1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E177.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E177.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:57.613187Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 176.9998611111111, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E177.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E177.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E178.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E178.json index 6288f54688..834c5cd8f1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E178.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E178.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:57.796875Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 177.9998611111111, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E178.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E178.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E179.json index 78da602ff4..8ad0e7bfe3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20E179.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:57.847601Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 178.9998611111111, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20E179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W040.json index 82a7950109..9ef83bcfcc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W040.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:58.703761Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -40.00013888888889, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W041.json index b149d2731f..0e958ead4d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W041.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:59.423805Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -41.00013888888889, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W071.json index 4d77923a3e..f1131d2e90 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W071.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:59.604702Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00013888888888, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W139.json index 425856bdfc..96b8f0a0c3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W139.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:59.652769Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -139.0001388888889, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W140.json index a7edfe6647..80bd813b07 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W140.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:59.703706Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -140.0001388888889, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W141.json index afbca72211..a78992ac2b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W141.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:59.751887Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -141.0001388888889, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W142.json index 563b3695cf..41eb8c9bbc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W142.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:59.899771Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -142.0001388888889, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W145.json index a82296ac1a..c00feb486e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W145.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:45:59.951366Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -145.0001388888889, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W146.json index b73c6ca919..af31b7b291 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W146.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:00.103316Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -146.0001388888889, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W158.json index 79f067b620..cc5ee257b5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W158.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:00.153562Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -158.0001388888889, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W159.json index 9b12b0ca14..eb671c742e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W159.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:00.199004Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -159.0001388888889, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W170.json index 1d59b55f2b..6c6e3b0300 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W170.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:00.242417Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -170.0001388888889, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W175.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W175.json index 0e5956e597..1a293c5be6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W175.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W175.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:00.305024Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -175.0001388888889, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W175.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W175.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W176.json index 4074fabd0e..57e39b5166 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W176.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:00.442056Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -176.0001388888889, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W179.json index e4fe519871..4cd4aabc1d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W179.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:00.501314Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -179.0001388888889, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W180.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W180.json index 84f2363e27..d76c01f26c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W180.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S20W180.json @@ -41,7 +41,7 @@ -18.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:00.629271Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -180.0001388888889, -19.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W180.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S20W180.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E013.json index 12823e0f2b..411c009d45 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E013.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:00.938231Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.99986111111111, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E034.json index 460bf1d82e..2b957087a8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E034.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:02.206395Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 33.99986111111111, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E035.json index 6e8b9fc57f..7660e5beed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E035.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:02.330004Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.99986111111111, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E043.json index a38f08f5db..b7d5b57349 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E043.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:02.539953Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 42.99986111111111, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E044.json index 6ea60063e4..b8c526b3f7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E044.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:03.102898Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 43.99986111111111, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E048.json index d4e6024888..181a99adb4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E048.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:03.775279Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.99986111111111, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E055.json index 842439c6a1..80c3c7f7d6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E055.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:03.855698Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 54.99986111111111, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E057.json index 91fbd2e240..0c47ea7f65 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E057.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:04.108632Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 56.99986111111111, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E115.json index 43c182aadc..2261383b37 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E115.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:04.321017Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E116.json index 244b109470..0a0c810715 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E116.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:04.867821Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E117.json index 6a9702e035..ed3e1dc441 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E117.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:05.683034Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E118.json index f890520842..0a47e472b8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E118.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:06.538073Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E119.json index ce82556df4..ec77c55336 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E119.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:07.431037Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E120.json index 305eb49ea0..5279627f8d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E120.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:07.526704Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E148.json index 92cd70742f..58bbaf4b26 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E148.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:08.332473Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 147.9998611111111, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E149.json index e8aed5345d..8bda1ac15d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E149.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:08.514624Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 148.9998611111111, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E150.json index 637d2848f8..cd64e3452f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E150.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:08.560264Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.9998611111111, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E163.json index ce2bebd670..8a336ec177 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E163.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:08.615753Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 162.9998611111111, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E164.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E164.json index 90ef725e46..6eae531bff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E164.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E164.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:09.128224Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 163.9998611111111, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E164.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E164.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E165.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E165.json index 41f1fb3835..0429ddacf7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E165.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E165.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:09.329517Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 164.9998611111111, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E165.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E165.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E166.json index b0af4ad162..c280c330b1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E166.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:09.537560Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 165.9998611111111, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E167.json index 7b71bba904..3d4d024d49 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E167.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:09.680635Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 166.9998611111111, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E169.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E169.json index 4f8ff08985..4d69ac6ea8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E169.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21E169.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:09.740045Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 168.9998611111111, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E169.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21E169.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W041.json index c234d8a04a..daad6e4d95 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W041.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:10.742893Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -41.00013888888889, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21W041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21W041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W042.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W042.json index 4b6abf8d11..4f9f5400df 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W042.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W042.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:10.927243Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -42.00013888888889, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21W042.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21W042.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W071.json index 310856eb51..cc4646cc3c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W071.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:11.122596Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00013888888888, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W139.json index 22f713852b..4f7f03a66e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W139.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:11.173670Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -139.0001388888889, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21W139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21W139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W140.json index 671ef0f9b2..e3dfd72a3d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W140.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:11.215397Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -140.0001388888889, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21W140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21W140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W144.json index f7cf11c67c..74b51af914 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W144.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:11.256441Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -144.0001388888889, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21W144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21W144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W158.json index 2f8e2f417d..aafb8cf1fd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W158.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:11.300981Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -158.0001388888889, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21W158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21W158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W159.json index 030a138970..3aa47d069d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W159.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:11.435831Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -159.0001388888889, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21W159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21W159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W175.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W175.json index 7b190d8087..6204dc8f79 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W175.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W175.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:11.484616Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -175.0001388888889, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21W175.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21W175.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W176.json index f64e883f8a..4e03c240b9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W176.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:11.618585Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -176.0001388888889, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21W176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21W176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W179.json index 9c63678a66..065008d58d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S21W179.json @@ -41,7 +41,7 @@ -19.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:11.689951Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -179.0001388888889, -20.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21W179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S21W179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E013.json index 42be0a8621..aeeb7d480d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E013.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:12.026998Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 12.99986111111111, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E014.json index ae83533b1f..622c7f0676 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E014.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:12.241531Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.99986111111111, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E034.json index 192fac51c8..0a8e431f94 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E034.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:12.731116Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 33.99986111111111, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E035.json index fee1702a8c..f68f8009cf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E035.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:13.411834Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.99986111111111, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E043.json index 9dfd67eea4..36c288f03f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E043.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:14.575275Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 42.99986111111111, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E047.json index ac9976dd06..d71073b331 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E047.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:14.843539Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99986111111111, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E048.json index 3a15a67aab..bd822d2e3e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E048.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:15.689172Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.99986111111111, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E055.json index ca452dfe47..b049faafd2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E055.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:15.904096Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 54.99986111111111, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E113.json index 6fd8306d20..e2cded0e46 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E113.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:15.959951Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 112.99986111111112, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E114.json index 81c60a8d81..684d1c66f8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E114.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:16.490799Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E115.json index 3fed294126..05fbd03ca4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E115.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:17.976295Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E116.json index 783e6cb6fe..4f68519a80 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E116.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:18.261386Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E148.json index b43052885c..1a0014f677 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E148.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:18.441878Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 147.9998611111111, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E149.json index bbb0ba42d6..ff65da8a90 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E149.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:19.128142Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 148.9998611111111, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E150.json index 89b4c36cf2..79f75e21a0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E150.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:19.184865Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.9998611111111, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E152.json index 9a7b28d5cf..13674faebb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E152.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:19.312916Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.9998611111111, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E164.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E164.json index 5a8e152865..0c70456138 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E164.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E164.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:19.570902Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 163.9998611111111, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E164.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E164.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E165.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E165.json index 0fb2c45c3d..373671eca9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E165.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E165.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:20.238413Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 164.9998611111111, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E165.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E165.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E166.json index add054588b..29e778f27a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E166.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:20.586783Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 165.9998611111111, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E167.json index fb957e2993..ab88a9d53a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E167.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:20.680854Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 166.9998611111111, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E168.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E168.json index eb26ee64d0..6820c22944 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E168.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22E168.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:20.729788Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 167.9998611111111, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E168.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22E168.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W041.json index 6b4cb14bc1..5d853067b4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W041.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:21.105718Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -41.00013888888889, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22W041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22W041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W042.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W042.json index ed3e8d9dc5..68868f389d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W042.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W042.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:23.184961Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -42.00013888888889, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22W042.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22W042.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W071.json index 9f371b5dd0..74c9ac5135 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W071.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:23.291645Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00013888888888, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W136.json index ea970279e1..43fb8615af 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W136.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:23.346297Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -136.0001388888889, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22W136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22W136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W137.json index 8b19ee9c4e..ae8161cf81 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W137.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:23.494459Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -137.0001388888889, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22W137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22W137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W139.json index 11190e73fc..49e2a9a8c3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W139.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:23.544708Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -139.0001388888889, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22W139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22W139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W140.json index fbf75d6d2e..4fa45ed7eb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W140.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:23.692418Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -140.0001388888889, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22W140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22W140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W141.json index fa21269100..e05cd419a1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W141.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:23.744916Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -141.0001388888889, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22W141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22W141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W155.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W155.json index cc3452d100..965a6a8946 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W155.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W155.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:23.788970Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -155.0001388888889, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22W155.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22W155.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W158.json index c7aab2f9cc..0ce1790202 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W158.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:23.833946Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -158.0001388888889, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22W158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22W158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W160.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W160.json index 0129930937..4bf9ec670e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W160.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W160.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:23.888965Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -160.0001388888889, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22W160.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22W160.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W175.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W175.json index 40f70bd0e3..dab816862c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W175.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W175.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:24.057596Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -175.0001388888889, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22W175.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22W175.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W176.json index b87c7255c9..b6979d6515 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W176.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:24.287245Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -176.0001388888889, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22W176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22W176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W179.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W179.json index 122cdc3824..1d9774c149 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W179.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S22W179.json @@ -41,7 +41,7 @@ -20.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:24.341966Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -179.0001388888889, -21.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22W179.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S22W179.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E014.json index 074c235c01..a4483f876f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E014.json @@ -41,7 +41,7 @@ -21.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:24.739865Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.99986111111111, -22.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E035.json index 456196900d..78a7a88b4f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E035.json @@ -41,7 +41,7 @@ -21.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:25.595932Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.99986111111111, -22.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E040.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E040.json index 39e1b28708..8068a5f0ce 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E040.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E040.json @@ -41,7 +41,7 @@ -21.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:25.655768Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 39.99986111111111, -22.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E040.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E040.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E043.json index de48347211..3795558975 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E043.json @@ -41,7 +41,7 @@ -21.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:26.449634Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 42.99986111111111, -22.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E047.json index 096f4166ea..8a296bf2c9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E047.json @@ -41,7 +41,7 @@ -21.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:28.438765Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99986111111111, -22.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E048.json index 3f3c5c0892..386db0fc57 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E048.json @@ -41,7 +41,7 @@ -21.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:28.534461Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 47.99986111111111, -22.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E113.json index 96e0d2b1f2..f80651efac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E113.json @@ -41,7 +41,7 @@ -21.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:28.976513Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 112.99986111111112, -22.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E114.json index ba624a143f..5d20d7d895 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E114.json @@ -41,7 +41,7 @@ -21.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:31.591481Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, -22.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E149.json index 8d61c01ae1..32d04cda12 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E149.json @@ -41,7 +41,7 @@ -21.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:32.788849Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 148.9998611111111, -22.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E150.json index 610e5ec79f..5d614540bb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E150.json @@ -41,7 +41,7 @@ -21.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:34.301999Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.9998611111111, -22.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E165.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E165.json index b46d77ad42..64493fd2ce 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E165.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E165.json @@ -41,7 +41,7 @@ -21.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:34.342180Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 164.9998611111111, -22.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E165.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E165.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E166.json index 76b50dea32..efa2cf5a65 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E166.json @@ -41,7 +41,7 @@ -21.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:34.742155Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 165.9998611111111, -22.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E167.json index 6bc5e81a07..d4d4fddb12 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E167.json @@ -41,7 +41,7 @@ -21.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:34.864973Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 166.9998611111111, -22.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E171.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E171.json index d17e3e224f..02c252d429 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E171.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E171.json @@ -41,7 +41,7 @@ -21.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:34.907572Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 170.9998611111111, -22.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E171.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E171.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E172.json index 0ef3ed71bb..3b5b14d311 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23E172.json @@ -41,7 +41,7 @@ -21.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:35.053644Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 171.9998611111111, -22.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23E172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W041.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W041.json index f87f0388dd..f1b31b0fc6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W041.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W041.json @@ -41,7 +41,7 @@ -21.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:35.100334Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -41.00013888888889, -22.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23W041.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23W041.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W042.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W042.json index f5974cdb5b..451a3a66cb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W042.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W042.json @@ -41,7 +41,7 @@ -21.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:36.149020Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -42.00013888888889, -22.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23W042.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23W042.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W043.json index 20bd76a3c3..c570da0e3a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W043.json @@ -41,7 +41,7 @@ -21.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:37.500523Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -43.00013888888889, -22.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23W043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23W043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W044.json index aac146a3c5..c6f69c86d8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W044.json @@ -41,7 +41,7 @@ -21.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:38.524134Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -44.00013888888889, -22.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23W044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23W044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W045.json index 442910771c..0c65bd14ea 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W045.json @@ -41,7 +41,7 @@ -21.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:38.734939Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -45.00013888888889, -22.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23W045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23W045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W071.json index 4ef331e016..ebff4c000b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W071.json @@ -41,7 +41,7 @@ -21.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:38.935554Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00013888888888, -22.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W137.json index e14300d449..f08e3a7861 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W137.json @@ -41,7 +41,7 @@ -21.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:38.985599Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -137.0001388888889, -22.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23W137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23W137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W139.json index b024a6a8be..1960a93cc8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W139.json @@ -41,7 +41,7 @@ -21.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:39.032566Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -139.0001388888889, -22.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23W139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23W139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W152.json index abafc0d6ae..5aa703ca83 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W152.json @@ -41,7 +41,7 @@ -21.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:39.078126Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -152.0001388888889, -22.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23W152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23W152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W153.json index 14794cc342..782c2ed84c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W153.json @@ -41,7 +41,7 @@ -21.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:39.222986Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -153.0001388888889, -22.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23W153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23W153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W177.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W177.json index f58a40ce08..dd80dcfb1b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W177.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S23W177.json @@ -41,7 +41,7 @@ -21.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:39.259287Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -177.0001388888889, -22.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23W177.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S23W177.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E014.json index afd027b359..a5531c788b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E014.json @@ -41,7 +41,7 @@ -22.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:39.531475Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.99986111111111, -23.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E035.json index 5f7b46191b..2e9407bbee 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E035.json @@ -41,7 +41,7 @@ -22.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:39.972035Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.99986111111111, -23.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E043.json index 80a93a8d7d..2b70078768 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E043.json @@ -41,7 +41,7 @@ -22.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:40.332610Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 42.99986111111111, -23.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24E043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24E043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E047.json index 0980181914..96666bb93a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E047.json @@ -41,7 +41,7 @@ -22.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:41.207193Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99986111111111, -23.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E113.json index 247b71eafa..f3c8c797c8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E113.json @@ -41,7 +41,7 @@ -22.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:42.168049Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 112.99986111111112, -23.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24E113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24E113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E114.json index d24fc37aee..02786a1f58 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E114.json @@ -41,7 +41,7 @@ -22.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:42.692502Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, -23.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E150.json index 4d85495cd9..163812e6bf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E150.json @@ -41,7 +41,7 @@ -22.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:43.832455Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.9998611111111, -23.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E151.json index ec31c71400..f460a44492 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E151.json @@ -41,7 +41,7 @@ -22.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:44.489028Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 150.9998611111111, -23.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24E151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24E151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E152.json index da2b6e21dc..1aff04ad4e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24E152.json @@ -41,7 +41,7 @@ -22.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:44.542402Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.9998611111111, -23.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W042.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W042.json index f5ab0c45fb..016032e842 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W042.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W042.json @@ -41,7 +41,7 @@ -22.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:44.668918Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -42.00013888888889, -23.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24W042.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24W042.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W043.json index 4a0a01cfba..b274bdcb37 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W043.json @@ -41,7 +41,7 @@ -22.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:44.715947Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -43.00013888888889, -23.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24W043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24W043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W044.json index 1148fff70a..6cdebe1162 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W044.json @@ -41,7 +41,7 @@ -22.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:44.814767Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -44.00013888888889, -23.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24W044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24W044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W045.json index 0a2c8e6fec..fce9f122f5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W045.json @@ -41,7 +41,7 @@ -22.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:45.051102Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -45.00013888888889, -23.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24W045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24W045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W046.json index 9e8d1a8f35..b66d36fa82 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W046.json @@ -41,7 +41,7 @@ -22.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:45.388193Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -46.00013888888889, -23.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24W046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24W046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W047.json index 4401ce0da6..3a858e74bd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W047.json @@ -41,7 +41,7 @@ -22.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:45.806361Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -47.00013888888889, -23.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24W047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24W047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W071.json index 722aed3e3a..9e38441cdf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W071.json @@ -41,7 +41,7 @@ -22.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:45.900669Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00013888888888, -23.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W131.json index 0c3343a04a..c682df6c0e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W131.json @@ -41,7 +41,7 @@ -22.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:46.066584Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -131.0001388888889, -23.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24W131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24W131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W135.json index a04b39e59c..bfa8811faf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W135.json @@ -41,7 +41,7 @@ -22.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:46.121908Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -135.0001388888889, -23.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24W135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24W135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W136.json index 4006e75c2d..bc08d48167 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W136.json @@ -41,7 +41,7 @@ -22.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:46.259439Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -136.0001388888889, -23.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24W136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24W136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W138.json index 1707febc36..b43a7232cf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W138.json @@ -41,7 +41,7 @@ -22.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:46.305914Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -138.0001388888889, -23.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24W138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24W138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W148.json index 36b358bac3..c5ad38a2df 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W148.json @@ -41,7 +41,7 @@ -22.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:46.357925Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -148.0001388888889, -23.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24W148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24W148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W150.json index 299df7d15c..b9b166accd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S24W150.json @@ -41,7 +41,7 @@ -22.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:46.412497Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -150.0001388888889, -23.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24W150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S24W150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E014.json index 15a014697b..0b82e653d2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E014.json @@ -41,7 +41,7 @@ -23.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:46.926435Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.99986111111111, -24.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E032.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E032.json index 56c25a8198..ece6d487bf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E032.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E032.json @@ -41,7 +41,7 @@ -23.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:47.597821Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 31.999861111111112, -24.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25E032.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25E032.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E033.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E033.json index 8a29b627e6..30fff15a78 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E033.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E033.json @@ -41,7 +41,7 @@ -23.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:49.470170Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 32.99986111111111, -24.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25E033.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25E033.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E034.json index c5c3e6cfea..6844eecc47 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E034.json @@ -41,7 +41,7 @@ -23.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:50.219981Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 33.99986111111111, -24.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25E034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25E034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E035.json index e785110580..159dcc68d5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E035.json @@ -41,7 +41,7 @@ -23.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:50.580542Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 34.99986111111111, -24.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25E035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25E035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E043.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E043.json index dace6a9157..a08ec7620c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E043.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E043.json @@ -41,7 +41,7 @@ -23.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:51.056570Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 42.99986111111111, -24.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25E043.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25E043.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E044.json index ffaee289cf..2cfc5712f4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E044.json @@ -41,7 +41,7 @@ -23.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:51.156904Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 43.99986111111111, -24.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25E044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25E044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E046.json index 0d62445daa..952452e865 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E046.json @@ -41,7 +41,7 @@ -23.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:51.524255Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 45.99986111111111, -24.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25E046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25E046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E047.json index 996fc2afe6..3c307d12e1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E047.json @@ -41,7 +41,7 @@ -23.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:52.216809Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99986111111111, -24.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E113.json index af3e180cf3..1479d8e330 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E113.json @@ -41,7 +41,7 @@ -23.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:54.260004Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 112.99986111111112, -24.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25E113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25E113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E114.json index f7227eaa6b..bfcc3e903b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E114.json @@ -41,7 +41,7 @@ -23.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:54.729362Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, -24.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E151.json index bcf2e71011..433ab308f3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E151.json @@ -41,7 +41,7 @@ -23.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:55.554542Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 150.9998611111111, -24.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25E151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25E151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E152.json index 7dd17ee853..8bed1b7dfd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E152.json @@ -41,7 +41,7 @@ -23.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:56.277691Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.9998611111111, -24.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E153.json index 2aefce109d..5e3d9fb1e3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25E153.json @@ -41,7 +41,7 @@ -23.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:56.566824Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 152.9998611111111, -24.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25E153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25E153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25W046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25W046.json index 71de62be10..978a3dc750 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25W046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25W046.json @@ -41,7 +41,7 @@ -23.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:56.714022Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -46.00013888888889, -24.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25W046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25W046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25W047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25W047.json index 321b968612..2360d677d5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25W047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25W047.json @@ -41,7 +41,7 @@ -23.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:57.139073Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -47.00013888888889, -24.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25W047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25W047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25W048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25W048.json index e4191c7d0d..5f940f358a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25W048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25W048.json @@ -41,7 +41,7 @@ -23.999861111111112 ], "properties": { - "created": "2024-11-22T15:46:59.735378Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -48.00013888888889, -24.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25W048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25W048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25W049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25W049.json index 394d40bb85..3143267d1f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25W049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25W049.json @@ -41,7 +41,7 @@ -23.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:00.016713Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -49.00013888888889, -24.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25W049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25W049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25W071.json index 3919b16255..931ddd8357 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25W071.json @@ -41,7 +41,7 @@ -23.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:00.199702Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00013888888888, -24.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25W125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25W125.json index 07c6eb454e..4766a3631e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25W125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25W125.json @@ -41,7 +41,7 @@ -23.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:00.249340Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -125.00013888888888, -24.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25W125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25W125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25W129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25W129.json index 224f304ddf..588d2e42a8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25W129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S25W129.json @@ -41,7 +41,7 @@ -23.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:00.393831Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -129.0001388888889, -24.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25W129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S25W129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E014.json index 51cc69fd36..d360a55224 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E014.json @@ -41,7 +41,7 @@ -24.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:00.529951Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.99986111111111, -25.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E032.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E032.json index 600e6d36b9..f7f0e64b5c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E032.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E032.json @@ -41,7 +41,7 @@ -24.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:02.083428Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 31.999861111111112, -25.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26E032.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26E032.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E033.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E033.json index 9018cb877a..217dc52eb2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E033.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E033.json @@ -41,7 +41,7 @@ -24.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:03.085605Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 32.99986111111111, -25.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26E033.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26E033.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E034.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E034.json index e8f28cc269..43b0556400 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E034.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E034.json @@ -41,7 +41,7 @@ -24.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:03.140078Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 33.99986111111111, -25.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26E034.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26E034.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E044.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E044.json index 2eca66b068..5bdb47de5c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E044.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E044.json @@ -41,7 +41,7 @@ -24.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:03.607955Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 43.99986111111111, -25.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26E044.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26E044.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E045.json index 02f48ea5fb..6c98e05e1a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E045.json @@ -41,7 +41,7 @@ -24.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:03.730354Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 44.99986111111111, -25.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26E045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26E045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E046.json index d5e2b52cf0..d081c886a5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E046.json @@ -41,7 +41,7 @@ -24.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:04.218855Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 45.99986111111111, -25.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26E046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26E046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E047.json index 064b2b0627..3ae2520066 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E047.json @@ -41,7 +41,7 @@ -24.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:04.364619Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 46.99986111111111, -25.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26E047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26E047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E112.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E112.json index 3805671c7d..b5e1ae86aa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E112.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E112.json @@ -41,7 +41,7 @@ -24.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:04.448243Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 111.99986111111112, -25.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26E112.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26E112.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E113.json index 241b8425c2..59e0adb26c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E113.json @@ -41,7 +41,7 @@ -24.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:05.632736Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 112.99986111111112, -25.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26E113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26E113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E114.json index bb74366de8..92ea70ae5b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E114.json @@ -41,7 +41,7 @@ -24.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:06.711250Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, -25.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E152.json index 3164c43c89..0ee5328e7d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E152.json @@ -41,7 +41,7 @@ -24.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:08.278923Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.9998611111111, -25.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E153.json index 866ae06250..d07983150d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26E153.json @@ -41,7 +41,7 @@ -24.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:08.607116Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 152.9998611111111, -25.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26E153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26E153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26W048.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26W048.json index 000ae3dbfd..4c85ca13b4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26W048.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26W048.json @@ -41,7 +41,7 @@ -24.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:08.883837Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -48.00013888888889, -25.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26W048.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26W048.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26W049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26W049.json index 6f05020ccc..2e6616bd6b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26W049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26W049.json @@ -41,7 +41,7 @@ -24.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:10.959981Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -49.00013888888889, -25.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26W049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26W049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26W071.json index d3086e1bc6..dd06a112b4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26W071.json @@ -41,7 +41,7 @@ -24.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:11.074739Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00013888888888, -25.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26W131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26W131.json index dced30be6c..d4ba4db486 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26W131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S26W131.json @@ -41,7 +41,7 @@ -24.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:11.237918Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -131.0001388888889, -25.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26W131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S26W131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27E014.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27E014.json index 51579f4db6..7a0f5304e0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27E014.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27E014.json @@ -41,7 +41,7 @@ -25.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:11.421727Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 13.99986111111111, -26.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S27E014.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S27E014.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27E015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27E015.json index 7e19829b85..49bd73c773 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27E015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27E015.json @@ -41,7 +41,7 @@ -25.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:11.587902Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 14.99986111111111, -26.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S27E015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S27E015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27E032.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27E032.json index 4232865792..125de45b16 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27E032.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27E032.json @@ -41,7 +41,7 @@ -25.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:13.122026Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 31.999861111111112, -26.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S27E032.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S27E032.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27E113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27E113.json index 3b2b457936..ac2df40e29 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27E113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27E113.json @@ -41,7 +41,7 @@ -25.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:14.336984Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 112.99986111111112, -26.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S27E113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S27E113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27E114.json index a89f655f9a..08ddeb2bc4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27E114.json @@ -41,7 +41,7 @@ -25.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:14.736501Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, -26.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S27E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S27E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27E152.json index 78e4157895..a30a8f8280 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27E152.json @@ -41,7 +41,7 @@ -25.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:15.143511Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.9998611111111, -26.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S27E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S27E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27E153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27E153.json index d474eb8ab3..085e0ab56c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27E153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27E153.json @@ -41,7 +41,7 @@ -25.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:15.725655Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 152.9998611111111, -26.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S27E153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S27E153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27W049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27W049.json index 14c139790c..d97ae990b0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27W049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27W049.json @@ -41,7 +41,7 @@ -25.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:17.219635Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -49.00013888888889, -26.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S27W049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S27W049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27W050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27W050.json index c037d3a060..c232bce61f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27W050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27W050.json @@ -41,7 +41,7 @@ -25.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:17.351113Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -50.00013888888889, -26.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S27W050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S27W050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27W071.json index e78fb16c42..d3a1914a8c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27W071.json @@ -41,7 +41,7 @@ -25.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:17.580108Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00013888888888, -26.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S27W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S27W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27W080.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27W080.json index 4427f75de3..35e7910bb7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27W080.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27W080.json @@ -41,7 +41,7 @@ -25.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:17.712406Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -80.00013888888888, -26.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S27W080.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S27W080.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27W081.json index d2330e8ec7..e7ac5c030d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S27W081.json @@ -41,7 +41,7 @@ -25.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:17.762098Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00013888888888, -26.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S27W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S27W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28E015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28E015.json index 6805a2b271..d7c5a912df 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28E015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28E015.json @@ -41,7 +41,7 @@ -26.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:18.009157Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 14.99986111111111, -27.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S28E015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S28E015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28E032.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28E032.json index ef4324e4aa..8a4a4d9455 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28E032.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28E032.json @@ -41,7 +41,7 @@ -26.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:18.584634Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 31.999861111111112, -27.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S28E032.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S28E032.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28E113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28E113.json index 87ae5757fe..c394e08277 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28E113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28E113.json @@ -41,7 +41,7 @@ -26.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:18.737288Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 112.99986111111112, -27.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S28E113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S28E113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28E114.json index c1e594ae8f..a627f68843 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28E114.json @@ -41,7 +41,7 @@ -26.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:18.836074Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, -27.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S28E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S28E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28E152.json index 29633533cf..6fc5544708 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28E152.json @@ -41,7 +41,7 @@ -26.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:19.257440Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.9998611111111, -27.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S28E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S28E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28E153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28E153.json index 4db1561321..099cf7f93d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28E153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28E153.json @@ -41,7 +41,7 @@ -26.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:20.176880Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 152.9998611111111, -27.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S28E153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S28E153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28W049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28W049.json index e6af213e64..ae9d88fb44 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28W049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28W049.json @@ -41,7 +41,7 @@ -26.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:20.943426Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -49.00013888888889, -27.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S28W049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S28W049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28W071.json index ddd3e11ff6..2d8d56acc7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28W071.json @@ -41,7 +41,7 @@ -26.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:21.151257Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00013888888888, -27.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S28W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S28W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28W072.json index 206ffe7448..26a635443a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28W072.json @@ -41,7 +41,7 @@ -26.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:21.242966Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00013888888888, -27.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S28W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S28W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28W110.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28W110.json index 0863ff7587..e87e55e9dd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28W110.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28W110.json @@ -41,7 +41,7 @@ -26.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:21.375804Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -110.00013888888888, -27.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S28W110.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S28W110.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28W145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28W145.json index 59e0a2893f..ea7027a7d3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28W145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S28W145.json @@ -41,7 +41,7 @@ -26.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:21.444508Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -145.0001388888889, -27.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S28W145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S28W145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E015.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E015.json index 0464edd388..0bcda5c947 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E015.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E015.json @@ -41,7 +41,7 @@ -27.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:21.564915Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 14.99986111111111, -28.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S29E015.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S29E015.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E016.json index 0fbab8132d..e9274875e0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E016.json @@ -41,7 +41,7 @@ -27.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:21.961426Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 15.99986111111111, -28.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S29E016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S29E016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E031.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E031.json index e002d5182b..bd8f68db6c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E031.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E031.json @@ -41,7 +41,7 @@ -27.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:22.247894Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 30.999861111111112, -28.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S29E031.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S29E031.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E032.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E032.json index 01410ba604..7cf9a05931 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E032.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E032.json @@ -41,7 +41,7 @@ -27.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:22.776682Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 31.999861111111112, -28.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S29E032.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S29E032.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E113.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E113.json index 07dd317f74..3f7f7b9b22 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E113.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E113.json @@ -41,7 +41,7 @@ -27.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:22.932540Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 112.99986111111112, -28.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S29E113.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S29E113.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E114.json index f4d549d51d..b56a9b0857 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E114.json @@ -41,7 +41,7 @@ -27.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:23.243056Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, -28.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S29E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S29E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E153.json index 8494d597d8..6e0ce426b7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E153.json @@ -41,7 +41,7 @@ -27.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:24.318162Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 152.9998611111111, -28.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S29E153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S29E153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E167.json index 2f92bec516..f611dc9a9c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29E167.json @@ -41,7 +41,7 @@ -27.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:24.378620Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 166.9998611111111, -28.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S29E167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S29E167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29W049.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29W049.json index 1bf54d4ad4..16a6411a06 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29W049.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29W049.json @@ -41,7 +41,7 @@ -27.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:25.047011Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -49.00013888888889, -28.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S29W049.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S29W049.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29W050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29W050.json index 7e75ee7956..f6b155e031 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29W050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29W050.json @@ -41,7 +41,7 @@ -27.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:25.976775Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -50.00013888888889, -28.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S29W050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S29W050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29W072.json index 0b5a639423..24db306b31 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S29W072.json @@ -41,7 +41,7 @@ -27.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:26.161907Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00013888888888, -28.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S29W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S29W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E016.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E016.json index 8447806f38..12e81ad91d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E016.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E016.json @@ -41,7 +41,7 @@ -28.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:26.398061Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 15.99986111111111, -29.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30E016.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30E016.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E017.json index 26f616465d..5f0be0b275 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E017.json @@ -41,7 +41,7 @@ -28.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:26.623939Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 16.999861111111112, -29.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30E017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30E017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E030.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E030.json index e4d12a113c..3cc823ee21 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E030.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E030.json @@ -41,7 +41,7 @@ -28.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:26.778827Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 29.999861111111112, -29.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30E030.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30E030.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E031.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E031.json index 9cb280a0d4..8de2ef7091 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E031.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E031.json @@ -41,7 +41,7 @@ -28.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:27.163009Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 30.999861111111112, -29.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30E031.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30E031.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E114.json index f347c1143d..c526d06232 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E114.json @@ -41,7 +41,7 @@ -28.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:27.522218Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, -29.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E115.json index 06af0066b6..69cf09510f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E115.json @@ -41,7 +41,7 @@ -28.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:27.854007Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, -29.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E152.json index 4d91940f06..5d0b9cbc75 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E152.json @@ -41,7 +41,7 @@ -28.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:28.269923Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.9998611111111, -29.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E153.json index ee773f8b24..c2629f928a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E153.json @@ -41,7 +41,7 @@ -28.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:29.552552Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 152.9998611111111, -29.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30E153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30E153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E167.json index a2aea761af..e11baf4609 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30E167.json @@ -41,7 +41,7 @@ -28.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:29.601472Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 166.9998611111111, -29.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30E167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30E167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30W050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30W050.json index 90f81014fe..bf26e72d4c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30W050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30W050.json @@ -41,7 +41,7 @@ -28.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:30.361785Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -50.00013888888889, -29.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30W050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30W050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30W051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30W051.json index f62bc6d7b2..ba3c7d7e2d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30W051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30W051.json @@ -41,7 +41,7 @@ -28.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:31.192107Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -51.00013888888889, -29.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30W051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30W051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30W052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30W052.json index af5e0a0914..e9889b407e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30W052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30W052.json @@ -41,7 +41,7 @@ -28.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:32.545455Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -52.00013888888889, -29.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30W052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30W052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30W053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30W053.json index 6a4b2ef46b..ff8b8c3472 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30W053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30W053.json @@ -41,7 +41,7 @@ -28.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:33.113524Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -53.00013888888889, -29.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30W053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30W053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30W060.json index 9970b77582..c86cd5cef1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30W060.json @@ -41,7 +41,7 @@ -28.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:35.095199Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.00013888888889, -29.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30W072.json index 9a2f6a508c..d15a901df2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30W072.json @@ -41,7 +41,7 @@ -28.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:35.359168Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00013888888888, -29.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30W178.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30W178.json index 5fee500670..3fc84ea7a1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30W178.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S30W178.json @@ -41,7 +41,7 @@ -28.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:35.502986Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -178.0001388888889, -29.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30W178.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S30W178.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31E017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31E017.json index 93fd7c1fe7..6a0cc240b4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31E017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31E017.json @@ -41,7 +41,7 @@ -29.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:35.725868Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 16.999861111111112, -30.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S31E017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S31E017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31E030.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31E030.json index 689057234b..77f7dd8525 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31E030.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31E030.json @@ -41,7 +41,7 @@ -29.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:36.075736Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 29.999861111111112, -30.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S31E030.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S31E030.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31E114.json index 39208428ee..f2e209421e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31E114.json @@ -41,7 +41,7 @@ -29.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:36.138529Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, -30.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S31E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S31E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31E115.json index e572af038a..a353dca307 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31E115.json @@ -41,7 +41,7 @@ -29.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:36.617354Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, -30.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S31E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S31E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31E152.json index a7b60cc7d1..1d2ddc4471 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31E152.json @@ -41,7 +41,7 @@ -29.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:37.260278Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.9998611111111, -30.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S31E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S31E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31E153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31E153.json index e69ee943dd..692dd36103 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31E153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31E153.json @@ -41,7 +41,7 @@ -29.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:37.669622Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 152.9998611111111, -30.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S31E153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S31E153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31W051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31W051.json index 3732db4b66..e58c3ffbc5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31W051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31W051.json @@ -41,7 +41,7 @@ -29.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:39.866604Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -51.00013888888889, -30.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S31W051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S31W051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31W052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31W052.json index 193d323da7..2fd00b6b50 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31W052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31W052.json @@ -41,7 +41,7 @@ -29.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:41.395612Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -52.00013888888889, -30.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S31W052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S31W052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31W053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31W053.json index 8760c38e6e..5b5221f50b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31W053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31W053.json @@ -41,7 +41,7 @@ -29.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:42.141897Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -53.00013888888889, -30.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S31W053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S31W053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31W060.json index 67582edff5..22b49c1603 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31W060.json @@ -41,7 +41,7 @@ -29.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:44.459583Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.00013888888889, -30.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S31W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S31W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31W061.json index 745dc531d5..269812ac0f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31W061.json @@ -41,7 +41,7 @@ -29.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:46.566432Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00013888888889, -30.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S31W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S31W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31W072.json index 4357dc61a9..5c3a8cb0a9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S31W072.json @@ -41,7 +41,7 @@ -29.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:46.729776Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00013888888888, -30.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S31W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S31W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E017.json index ba0e68f7d5..0ad2ec43e5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E017.json @@ -41,7 +41,7 @@ -30.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:47.031068Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 16.999861111111112, -31.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E018.json index faa910ca09..ada83fd591 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E018.json @@ -41,7 +41,7 @@ -30.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:47.388689Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 17.999861111111112, -31.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E029.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E029.json index ab776284fd..d5f09ca7db 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E029.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E029.json @@ -41,7 +41,7 @@ -30.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:47.645895Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 28.999861111111112, -31.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E029.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E029.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E030.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E030.json index 5f61170dfa..4c2e835763 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E030.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E030.json @@ -41,7 +41,7 @@ -30.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:47.712512Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 29.999861111111112, -31.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E030.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E030.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E115.json index cbc5c889a6..29025b3121 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E115.json @@ -41,7 +41,7 @@ -30.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:48.268857Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, -31.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E116.json index 968c74e2e4..899746ec45 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E116.json @@ -41,7 +41,7 @@ -30.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:48.452809Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, -31.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E126.json index f5dadfadfe..20b5e97a2a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E126.json @@ -41,7 +41,7 @@ -30.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:48.630844Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99986111111112, -31.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E127.json index 75ba9f07d7..d21eaa4108 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E127.json @@ -41,7 +41,7 @@ -30.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:49.336669Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99986111111112, -31.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E128.json index 8fb697673a..b96360f221 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E128.json @@ -41,7 +41,7 @@ -30.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:50.217815Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 127.99986111111112, -31.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E129.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E129.json index 1d9f62e17e..6ddcb32c18 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E129.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E129.json @@ -41,7 +41,7 @@ -30.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:50.259503Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 128.9998611111111, -31.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E129.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E129.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E130.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E130.json index 8af1ca0e5b..bb5db4f5d4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E130.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E130.json @@ -41,7 +41,7 @@ -30.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:50.303189Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 129.9998611111111, -31.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E130.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E130.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E131.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E131.json index e0f25c3bdb..ce1cbeaf9d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E131.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E131.json @@ -41,7 +41,7 @@ -30.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:50.543288Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 130.9998611111111, -31.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E131.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E131.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E132.json index 74a05007bd..ed2af63548 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E132.json @@ -41,7 +41,7 @@ -30.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:51.233129Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 131.9998611111111, -31.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E133.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E133.json index 95e784d682..b8339bbf26 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E133.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E133.json @@ -41,7 +41,7 @@ -30.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:51.339812Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 132.9998611111111, -31.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E133.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E133.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E152.json index b4e3fcc39b..1c56619525 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E152.json @@ -41,7 +41,7 @@ -30.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:52.934954Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.9998611111111, -31.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E153.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E153.json index daf625d416..822f3b689e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E153.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E153.json @@ -41,7 +41,7 @@ -30.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:53.145914Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 152.9998611111111, -31.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E153.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E153.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E159.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E159.json index 329681a970..abf3957425 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E159.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32E159.json @@ -41,7 +41,7 @@ -30.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:53.199056Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 158.9998611111111, -31.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E159.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32E159.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32W051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32W051.json index 5bdbcf4809..03c4f3a615 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32W051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32W051.json @@ -41,7 +41,7 @@ -30.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:53.739464Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -51.00013888888889, -31.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32W051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32W051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32W052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32W052.json index 2722f9dbc3..263bcf32ec 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32W052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32W052.json @@ -41,7 +41,7 @@ -30.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:55.573800Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -52.00013888888889, -31.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32W052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32W052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32W053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32W053.json index 4ab997f114..af1307e233 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32W053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32W053.json @@ -41,7 +41,7 @@ -30.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:57.089582Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -53.00013888888889, -31.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32W053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32W053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32W058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32W058.json index 103096534a..3cad6cb258 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32W058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32W058.json @@ -41,7 +41,7 @@ -30.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:57.399428Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -58.00013888888889, -31.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32W058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32W058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32W059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32W059.json index d28dd6c686..c2484ee958 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32W059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32W059.json @@ -41,7 +41,7 @@ -30.999861111111112 ], "properties": { - "created": "2024-11-22T15:47:58.173988Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -59.00013888888889, -31.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32W059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32W059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32W061.json index 66dfbb4353..0f8330ef83 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32W061.json @@ -41,7 +41,7 @@ -30.999861111111112 ], "properties": { - "created": "2024-11-22T15:48:01.015809Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00013888888889, -31.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32W072.json index f90171eb3c..874842420b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S32W072.json @@ -41,7 +41,7 @@ -30.999861111111112 ], "properties": { - "created": "2024-11-22T15:48:01.237178Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00013888888888, -31.99986111111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S32W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E017.json index fdff25b69c..f38bbe896c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E017.json @@ -41,7 +41,7 @@ -31.999861111111112 ], "properties": { - "created": "2024-11-22T15:48:01.336954Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 16.999861111111112, -32.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E018.json index bddcba28b2..0e0d01ea09 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E018.json @@ -41,7 +41,7 @@ -31.999861111111112 ], "properties": { - "created": "2024-11-22T15:48:01.882096Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 17.999861111111112, -32.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E027.json index 84ec4e44cc..6b27479f40 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E027.json @@ -41,7 +41,7 @@ -31.999861111111112 ], "properties": { - "created": "2024-11-22T15:48:02.059113Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 26.999861111111112, -32.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E028.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E028.json index 4aa5ca7160..d986d6bfeb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E028.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E028.json @@ -41,7 +41,7 @@ -31.999861111111112 ], "properties": { - "created": "2024-11-22T15:48:02.311720Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 27.999861111111112, -32.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E028.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E028.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E029.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E029.json index 9a83de7248..040d911f56 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E029.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E029.json @@ -41,7 +41,7 @@ -31.999861111111112 ], "properties": { - "created": "2024-11-22T15:48:02.355574Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 28.999861111111112, -32.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E029.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E029.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E115.json index ae755d1547..093485f765 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E115.json @@ -41,7 +41,7 @@ -31.999861111111112 ], "properties": { - "created": "2024-11-22T15:48:03.721783Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, -32.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E124.json index 54a65689da..3bf38a3ba8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E124.json @@ -41,7 +41,7 @@ -31.999861111111112 ], "properties": { - "created": "2024-11-22T15:48:03.897200Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, -32.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E125.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E125.json index 8cf0249568..d53157270a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E125.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E125.json @@ -41,7 +41,7 @@ -31.999861111111112 ], "properties": { - "created": "2024-11-22T15:48:03.946999Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 124.99986111111112, -32.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E125.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E125.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E126.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E126.json index d1986235f0..554262e06a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E126.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E126.json @@ -41,7 +41,7 @@ -31.999861111111112 ], "properties": { - "created": "2024-11-22T15:48:04.986650Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 125.99986111111112, -32.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E126.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E126.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E127.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E127.json index 103aa4c95f..304d36ace3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E127.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E127.json @@ -41,7 +41,7 @@ -31.999861111111112 ], "properties": { - "created": "2024-11-22T15:48:05.990381Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 126.99986111111112, -32.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E127.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E127.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E128.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E128.json index ea2002f7eb..53a24317de 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E128.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E128.json @@ -41,7 +41,7 @@ -31.999861111111112 ], "properties": { - "created": "2024-11-22T15:48:06.135592Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 127.99986111111112, -32.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E128.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E128.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E132.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E132.json index 03ce96964f..094b6461b1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E132.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E132.json @@ -41,7 +41,7 @@ -31.999861111111112 ], "properties": { - "created": "2024-11-22T15:48:06.311741Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 131.9998611111111, -32.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E132.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E132.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E133.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E133.json index 25ad4d0238..1123cd5fca 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E133.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E133.json @@ -41,7 +41,7 @@ -31.999861111111112 ], "properties": { - "created": "2024-11-22T15:48:07.038914Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 132.9998611111111, -32.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E133.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E133.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E134.json index 3806e50b34..3bdb88f9ed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E134.json @@ -41,7 +41,7 @@ -31.999861111111112 ], "properties": { - "created": "2024-11-22T15:48:07.729996Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 133.9998611111111, -32.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E137.json index 4c5a6c8732..938b4e2cec 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E137.json @@ -41,7 +41,7 @@ -31.999861111111112 ], "properties": { - "created": "2024-11-22T15:48:08.636829Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.9998611111111, -32.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E138.json index 88ceb5b51b..ee3e138e5c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E138.json @@ -41,7 +41,7 @@ -31.999861111111112 ], "properties": { - "created": "2024-11-22T15:48:08.680437Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.9998611111111, -32.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E151.json index d092ecc2f0..4c3d420fdc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E151.json @@ -41,7 +41,7 @@ -31.999861111111112 ], "properties": { - "created": "2024-11-22T15:48:09.672320Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 150.9998611111111, -32.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E152.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E152.json index 3a9a957f03..403510f7e5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E152.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33E152.json @@ -41,7 +41,7 @@ -31.999861111111112 ], "properties": { - "created": "2024-11-22T15:48:10.507341Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 151.9998611111111, -32.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E152.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33E152.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33W052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33W052.json index 4a77261050..dd4720f640 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33W052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33W052.json @@ -41,7 +41,7 @@ -31.999861111111112 ], "properties": { - "created": "2024-11-22T15:48:10.673601Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -52.00013888888889, -32.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33W052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33W052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33W053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33W053.json index d1c9fbbbef..b2ca011846 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33W053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33W053.json @@ -41,7 +41,7 @@ -31.999861111111112 ], "properties": { - "created": "2024-11-22T15:48:13.059994Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -53.00013888888889, -32.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33W053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33W053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33W054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33W054.json index eed7c325e3..7590f1e145 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33W054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33W054.json @@ -41,7 +41,7 @@ -31.999861111111112 ], "properties": { - "created": "2024-11-22T15:48:14.994518Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -54.00013888888889, -32.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33W054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33W054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33W059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33W059.json index 977437aa72..779b310fda 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33W059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33W059.json @@ -41,7 +41,7 @@ -31.999861111111112 ], "properties": { - "created": "2024-11-22T15:48:17.165766Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -59.00013888888889, -32.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33W059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33W059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33W060.json index f9d6a28ede..6b8d6045c2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33W060.json @@ -41,7 +41,7 @@ -31.999861111111112 ], "properties": { - "created": "2024-11-22T15:48:18.624515Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.00013888888889, -32.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33W061.json index 937bd69051..a8500d3806 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33W061.json @@ -41,7 +41,7 @@ -31.999861111111112 ], "properties": { - "created": "2024-11-22T15:48:23.123605Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00013888888889, -32.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33W072.json index 954064a0de..6b749adb24 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S33W072.json @@ -41,7 +41,7 @@ -31.999861111111112 ], "properties": { - "created": "2024-11-22T15:48:23.353715Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00013888888888, -32.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S33W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E017.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E017.json index 9bce8b184e..56bfa84ec5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E017.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E017.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:23.411084Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 16.999861111111112, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E017.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E017.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E018.json index 182ae8ef1c..9744b0fa25 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E018.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:23.933762Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 17.999861111111112, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E022.json index bb177751fd..6a7eda2f60 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E022.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:24.129018Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 21.999861111111112, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E023.json index 627209df98..cbddc94de7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E023.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:24.292954Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 22.999861111111112, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E024.json index 4957317a42..d1dcca1cfa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E024.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:24.409797Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 23.999861111111112, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E025.json index cac5b403aa..60587b87f8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E025.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:24.806894Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 24.999861111111112, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E026.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E026.json index 97a78d400f..9e2d153d8f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E026.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E026.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:24.960797Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 25.999861111111112, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E026.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E026.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E027.json index d2637141e9..6ffb5b949c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E027.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:25.351030Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 26.999861111111112, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E114.json index da8781bfc9..5b32a57ee5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E114.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:25.402156Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E115.json index ebfe0c59e1..12ac4ca073 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E115.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:26.267730Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E119.json index fa0a7a8f7e..1df241979a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E119.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:26.420118Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E120.json index e607dfa733..c1a1cc5c1b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E120.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:26.899657Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E121.json index c4b1a31087..722b4f1c24 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E121.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:27.276884Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E122.json index 917bf47cef..947aa8bf0c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E122.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:27.562571Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E123.json index 15c1b45a7e..1482f276e8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E123.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:28.156993Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E124.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E124.json index 0f24f800a6..15c34c53c3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E124.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E124.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:28.528133Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 123.99986111111112, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E124.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E124.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E134.json index fc082fa544..8f6444eebc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E134.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:29.144460Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 133.9998611111111, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E135.json index 22193bd995..e8fab3b645 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E135.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:29.883680Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 134.9998611111111, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E136.json index 120e2736b2..d0d8aeb6a6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E136.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:30.185666Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.9998611111111, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E137.json index bc74a513a2..a192383b4f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E137.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:31.138748Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.9998611111111, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E138.json index 9921626fa6..16b801fd97 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E138.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:31.471770Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.9998611111111, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E140.json index 048f283218..5652e680c2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E140.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:31.719336Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.9998611111111, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E141.json index 42e856027c..4b69d0b97d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E141.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:32.000157Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E150.json index e256456930..9a7e8e69df 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E150.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:32.526668Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.9998611111111, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E151.json index 616fb92825..1111c2cb74 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34E151.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:33.302035Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 150.9998611111111, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34E151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W053.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W053.json index a8d0fc1ac2..517f0f43ef 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W053.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W053.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:33.795039Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -53.00013888888889, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34W053.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34W053.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W054.json index 19ca8a6bfa..462e71680d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W054.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:37.610395Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -54.00013888888889, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34W054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34W054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W055.json index 22d812d356..a46200fdd1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W055.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:39.015956Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -55.00013888888889, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34W055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34W055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W058.json index 05bf0025a3..ed97e32e92 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W058.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:39.496487Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -58.00013888888889, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34W058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34W058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W059.json index 7cf6e79cd0..df1ce80e00 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W059.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:44.722684Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -59.00013888888889, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34W059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34W059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W060.json index be8c339fbd..771c02d091 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W060.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:50.524212Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.00013888888889, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W061.json index 24f52945ca..dbd1073f27 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W061.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:52.396658Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00013888888889, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W072.json index ba1ecb33cc..43ee29707b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W072.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:52.771662Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00013888888888, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W079.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W079.json index 8e57be2152..d28ce4befe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W079.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W079.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:52.956740Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -79.00013888888888, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34W079.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34W079.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W081.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W081.json index 97c189bd1e..23afc8e019 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W081.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S34W081.json @@ -41,7 +41,7 @@ -32.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:53.101409Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -81.00013888888888, -33.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34W081.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S34W081.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E018.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E018.json index e9330a133e..b5b9fe1307 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E018.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E018.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:53.510337Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 17.999861111111112, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E018.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E018.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E019.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E019.json index 028e3212ac..2fbf0ac287 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E019.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E019.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:54.162543Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 18.999861111111112, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E019.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E019.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E020.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E020.json index a66a9dce76..6f725a6ca0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E020.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E020.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:54.806345Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 19.999861111111112, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E020.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E020.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E021.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E021.json index 48eb4d70bf..fc9870191d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E021.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E021.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:55.052395Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 20.999861111111112, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E021.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E021.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E022.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E022.json index 7ce3bf3313..7bcacf787c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E022.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E022.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:55.282074Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 21.999861111111112, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E022.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E022.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E023.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E023.json index 5c39caa83e..62ca793f04 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E023.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E023.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:55.379257Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 22.999861111111112, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E023.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E023.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E024.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E024.json index aa4e9720ad..ef5134c84c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E024.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E024.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:55.566474Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 23.999861111111112, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E024.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E024.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E025.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E025.json index 0926629f42..79661923fe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E025.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E025.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:55.724963Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 24.999861111111112, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E025.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E025.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E114.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E114.json index 1f83adbe03..e758ecd8da 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E114.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E114.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:55.775644Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 113.99986111111112, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E114.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E114.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E115.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E115.json index fd7ae89db0..c9ffe044a9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E115.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E115.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:56.279862Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 114.99986111111112, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E115.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E115.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E116.json index bc62331d2f..622fa4e49f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E116.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:56.640956Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E117.json index 1c22d85d59..322eee6a84 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E117.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:56.946398Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E118.json index 7de409eaa0..1f077a26a9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E118.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:57.291000Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E119.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E119.json index bfd31da50d..6cc340f33a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E119.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E119.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:57.511324Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 118.99986111111112, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E119.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E119.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E120.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E120.json index 3e1dceb56c..94402a4fcf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E120.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E120.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:57.665648Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 119.99986111111112, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E120.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E120.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E121.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E121.json index 7bec63f200..80562d4ef0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E121.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E121.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:57.716552Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 120.99986111111112, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E121.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E121.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E122.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E122.json index 1358ebe55c..7a76f4ee8e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E122.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E122.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:57.881721Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 121.99986111111112, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E122.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E122.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E123.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E123.json index 09423f36cd..122aa0fd52 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E123.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E123.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:57.946107Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 122.99986111111112, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E123.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E123.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E134.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E134.json index 985136c869..e90843aff7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E134.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E134.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:58.022027Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 133.9998611111111, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E134.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E134.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E135.json index 010de5699f..569c206387 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E135.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:58.753041Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 134.9998611111111, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E136.json index cd7cd89b81..191249222a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E136.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:59.074143Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.9998611111111, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E137.json index bc8d605aed..a3eaa8b463 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E137.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:48:59.963639Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.9998611111111, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E138.json index 4321937572..d4cb9b9bae 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E138.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:01.347725Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.9998611111111, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E139.json index 95fb653731..3c0e7d63dc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E139.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:01.870651Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.9998611111111, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E140.json index af738fa005..95105c30c9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E140.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:02.955271Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.9998611111111, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E141.json index 64eace0563..ea1f84c315 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E141.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:03.968842Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E150.json index 95bfe66440..44e40b43b4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E150.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:04.501034Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.9998611111111, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E151.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E151.json index fc37f65ade..65118f7bbe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E151.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E151.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:04.708578Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 150.9998611111111, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E151.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E151.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E172.json index 3d7d818217..ea056e97ad 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E172.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:04.975510Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 171.9998611111111, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E173.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E173.json index 2b454ccd9b..800d40fb26 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E173.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35E173.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:05.312326Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 172.9998611111111, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E173.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35E173.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W054.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W054.json index 69434689da..8e2c9d5a3f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W054.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W054.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:05.818121Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -54.00013888888889, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35W054.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35W054.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W055.json index 0ee8510d9e..0405149286 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W055.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:06.804048Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -55.00013888888889, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35W055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35W055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W056.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W056.json index e50732e2d2..b4a90f2706 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W056.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W056.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:07.436477Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -56.00013888888889, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35W056.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35W056.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W057.json index 7754d78d0c..27efa60a80 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W057.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:08.740556Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -57.00013888888889, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35W057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35W057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W058.json index f24a937abc..3daf9246cc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W058.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:09.778817Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -58.00013888888889, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35W058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35W058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W059.json index 40410365f4..2d7f83a69d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W059.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:13.955710Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -59.00013888888889, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35W059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35W059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W060.json index 68b34188ed..c9bd6186ff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W060.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:15.289477Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.00013888888889, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W072.json index d749309918..1017f9be86 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W072.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:15.643639Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00013888888888, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W073.json index 81cd9ad230..6988e4fa50 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S35W073.json @@ -41,7 +41,7 @@ -33.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:15.782727Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00013888888888, -34.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S35W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E116.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E116.json index 01caa07e80..233eeea47e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E116.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E116.json @@ -41,7 +41,7 @@ -34.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:15.996716Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 115.99986111111112, -35.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36E116.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36E116.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E117.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E117.json index 0ccda62570..a1d45d3abc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E117.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E117.json @@ -41,7 +41,7 @@ -34.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:16.323813Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 116.99986111111112, -35.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36E117.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36E117.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E118.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E118.json index e88a250b6f..b2cf322fc4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E118.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E118.json @@ -41,7 +41,7 @@ -34.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:16.495252Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 117.99986111111112, -35.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36E118.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36E118.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E135.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E135.json index 750f3dfac0..be4d0269d0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E135.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E135.json @@ -41,7 +41,7 @@ -34.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:16.536946Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 134.9998611111111, -35.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36E135.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36E135.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E136.json index b412ff521f..dfc0c8663b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E136.json @@ -41,7 +41,7 @@ -34.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:16.826632Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.9998611111111, -35.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E137.json index 3da3e623e0..e1cbccea32 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E137.json @@ -41,7 +41,7 @@ -34.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:17.853129Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.9998611111111, -35.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E138.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E138.json index 28ff08f2f9..2bcf77495a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E138.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E138.json @@ -41,7 +41,7 @@ -34.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:18.346605Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 137.9998611111111, -35.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36E138.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36E138.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E139.json index 9904441dd0..41426a9998 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E139.json @@ -41,7 +41,7 @@ -34.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:21.785746Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.9998611111111, -35.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E150.json index 6bb23b49e4..a09cc117bd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E150.json @@ -41,7 +41,7 @@ -34.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:22.312902Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.9998611111111, -35.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E173.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E173.json index 59c55f144a..6b6fd9e116 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E173.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E173.json @@ -41,7 +41,7 @@ -34.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:23.093655Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 172.9998611111111, -35.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36E173.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36E173.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E174.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E174.json index 4ef99d6fa7..05b738ff2c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E174.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E174.json @@ -41,7 +41,7 @@ -34.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:23.739048Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 173.9998611111111, -35.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36E174.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36E174.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E175.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E175.json index 495002bc1b..531a5c5bc7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E175.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36E175.json @@ -41,7 +41,7 @@ -34.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:23.864473Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 174.9998611111111, -35.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36E175.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36E175.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36W055.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36W055.json index a1a00f910e..c8b5c64b2f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36W055.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36W055.json @@ -41,7 +41,7 @@ -34.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:23.903934Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -55.00013888888889, -35.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36W055.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36W055.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36W058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36W058.json index d8a4b9f986..0dedc2e41d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36W058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36W058.json @@ -41,7 +41,7 @@ -34.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:27.395076Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -58.00013888888889, -35.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36W058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36W058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36W059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36W059.json index 510e2de125..74459ce030 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36W059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36W059.json @@ -41,7 +41,7 @@ -34.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:31.987004Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -59.00013888888889, -35.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36W059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36W059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36W060.json index 4a01ca2f01..96210e43ff 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36W060.json @@ -41,7 +41,7 @@ -34.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:33.530601Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.00013888888889, -35.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36W073.json index 717a8f5da3..8acbb25fd9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S36W073.json @@ -41,7 +41,7 @@ -34.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:33.835520Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00013888888888, -35.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S36W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E136.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E136.json index bdfa891a0e..815ae87627 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E136.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E136.json @@ -41,7 +41,7 @@ -35.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:33.994831Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 135.9998611111111, -36.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37E136.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37E136.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E137.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E137.json index 2def1edc15..c33e43ee08 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E137.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E137.json @@ -41,7 +41,7 @@ -35.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:34.087036Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 136.9998611111111, -36.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37E137.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37E137.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E139.json index 7dcf07a7f9..9ce494412d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E139.json @@ -41,7 +41,7 @@ -35.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:35.255434Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.9998611111111, -36.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E140.json index b5c83b574e..7e821518cc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E140.json @@ -41,7 +41,7 @@ -35.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:36.776893Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.9998611111111, -36.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E149.json index c4904fefc2..d82ed48e19 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E149.json @@ -41,7 +41,7 @@ -35.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:37.011435Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 148.9998611111111, -36.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37E149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37E149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E150.json index c7b6170f5f..db4e3e4a89 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E150.json @@ -41,7 +41,7 @@ -35.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:37.290012Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.9998611111111, -36.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E173.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E173.json index 27dfdf54b7..2641f65a09 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E173.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E173.json @@ -41,7 +41,7 @@ -35.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:37.498367Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 172.9998611111111, -36.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37E173.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37E173.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E174.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E174.json index 23174c414b..ab9c11d9a9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E174.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E174.json @@ -41,7 +41,7 @@ -35.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:38.397103Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 173.9998611111111, -36.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37E174.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37E174.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E175.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E175.json index 256cf91d4a..ad556e2088 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E175.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E175.json @@ -41,7 +41,7 @@ -35.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:38.854094Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 174.9998611111111, -36.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37E175.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37E175.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E176.json index 8c1d4cd394..947315bab5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37E176.json @@ -41,7 +41,7 @@ -35.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:38.896969Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 175.9998611111111, -36.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37E176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37E176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37W057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37W057.json index 462513f97f..afb6fdbad1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37W057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37W057.json @@ -41,7 +41,7 @@ -35.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:39.889115Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -57.00013888888889, -36.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37W057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37W057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37W058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37W058.json index ee0e4b2c1d..2bf4bdb72f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37W058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37W058.json @@ -41,7 +41,7 @@ -35.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:45.907591Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -58.00013888888889, -36.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37W058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37W058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37W059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37W059.json index 3f5bcd90c5..a340e0f67b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37W059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37W059.json @@ -41,7 +41,7 @@ -35.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:48.497777Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -59.00013888888889, -36.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37W059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37W059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37W073.json index 6d67dc814c..471cb857a7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37W073.json @@ -41,7 +41,7 @@ -35.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:48.747052Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00013888888888, -36.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37W074.json index ff0f540716..09bd2d297c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S37W074.json @@ -41,7 +41,7 @@ -35.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:49.030061Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, -36.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S37W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E077.json index 9057f1ed86..57e36f4087 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E077.json @@ -41,7 +41,7 @@ -36.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:49.082253Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 76.99986111111112, -37.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E139.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E139.json index f0207b2863..ea0d0bcea3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E139.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E139.json @@ -41,7 +41,7 @@ -36.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:49.799774Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 138.9998611111111, -37.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E139.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E139.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E140.json index 47d6cc61fa..9ccebfc186 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E140.json @@ -41,7 +41,7 @@ -36.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:51.480593Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.9998611111111, -37.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E144.json index 351acb7783..48cd6f98eb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E144.json @@ -41,7 +41,7 @@ -36.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:51.927946Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 143.9998611111111, -37.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E145.json index 2ed9ce861d..3f82eb0dc3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E145.json @@ -41,7 +41,7 @@ -36.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:52.152268Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.9998611111111, -37.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E146.json index 8ea7a9ff21..65a315f5c2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E146.json @@ -41,7 +41,7 @@ -36.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:52.380461Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.9998611111111, -37.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E147.json index a35bdfd5d7..71ca80b2d8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E147.json @@ -41,7 +41,7 @@ -36.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:52.949614Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 146.9998611111111, -37.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E148.json index f9b8359b3c..dab87cf7e2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E148.json @@ -41,7 +41,7 @@ -36.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:53.396766Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 147.9998611111111, -37.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E149.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E149.json index a7bd914efe..8821f1175e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E149.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E149.json @@ -41,7 +41,7 @@ -36.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:53.739149Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 148.9998611111111, -37.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E149.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E149.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E150.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E150.json index 0a94656b0f..f644bb42fc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E150.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E150.json @@ -41,7 +41,7 @@ -36.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:53.784847Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 149.9998611111111, -37.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E150.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E150.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E174.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E174.json index ab070037a1..a657788745 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E174.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E174.json @@ -41,7 +41,7 @@ -36.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:54.504922Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 173.9998611111111, -37.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E174.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E174.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E175.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E175.json index 0ac25d5249..fdd44378c4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E175.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E175.json @@ -41,7 +41,7 @@ -36.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:56.701423Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 174.9998611111111, -37.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E175.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E175.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E176.json index f97a3be70b..2989b34506 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E176.json @@ -41,7 +41,7 @@ -36.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:57.249632Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 175.9998611111111, -37.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E177.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E177.json index 9277ad7388..7be1bc444e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E177.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E177.json @@ -41,7 +41,7 @@ -36.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:57.483553Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 176.9998611111111, -37.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E177.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E177.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E178.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E178.json index 2657173b9e..62f2f30b74 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E178.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38E178.json @@ -41,7 +41,7 @@ -36.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:57.708489Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 177.9998611111111, -37.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E178.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38E178.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38W013.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38W013.json index 5ed3ea7c0e..7fab99ff0b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38W013.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38W013.json @@ -41,7 +41,7 @@ -36.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:57.758646Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -13.00013888888889, -37.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38W013.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38W013.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38W057.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38W057.json index f1dff4e75d..e099151d00 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38W057.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38W057.json @@ -41,7 +41,7 @@ -36.99986111111111 ], "properties": { - "created": "2024-11-22T15:49:58.012108Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -57.00013888888889, -37.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38W057.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38W057.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38W058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38W058.json index 9544ce1a0e..806a2d0115 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38W058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38W058.json @@ -41,7 +41,7 @@ -36.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:01.112692Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -58.00013888888889, -37.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38W058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38W058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38W074.json index 285b96ffb5..9b52771264 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S38W074.json @@ -41,7 +41,7 @@ -36.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:01.615428Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, -37.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S38W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E077.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E077.json index f731d99656..436b1e7b43 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E077.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E077.json @@ -41,7 +41,7 @@ -37.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:01.657250Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 76.99986111111112, -38.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39E077.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39E077.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E140.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E140.json index aa45a1598d..8f486c1ea5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E140.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E140.json @@ -41,7 +41,7 @@ -37.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:01.876294Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 139.9998611111111, -38.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39E140.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39E140.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E141.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E141.json index 1680d2f24d..0cce1c0e53 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E141.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E141.json @@ -41,7 +41,7 @@ -37.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:02.329910Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 140.9998611111111, -38.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39E141.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39E141.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E142.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E142.json index f76c2ab090..5ce4697302 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E142.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E142.json @@ -41,7 +41,7 @@ -37.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:02.720864Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 141.9998611111111, -38.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39E142.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39E142.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E143.json index f2c2fbcbf4..376b38034c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E143.json @@ -41,7 +41,7 @@ -37.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:02.949592Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.9998611111111, -38.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E144.json index 8f5c993974..6d5ef89c0b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E144.json @@ -41,7 +41,7 @@ -37.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:03.454325Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 143.9998611111111, -38.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39E144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39E144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E145.json index 7312669185..21e2903601 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E145.json @@ -41,7 +41,7 @@ -37.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:04.505094Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.9998611111111, -38.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E146.json index 3e0000f36b..e98c1cf66a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E146.json @@ -41,7 +41,7 @@ -37.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:05.491323Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.9998611111111, -38.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E147.json index 113cbaa5e5..e2b8f08c2b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E147.json @@ -41,7 +41,7 @@ -37.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:06.132311Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 146.9998611111111, -38.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39E147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39E147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E174.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E174.json index b4b8e0c3ab..46ff9048a2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E174.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E174.json @@ -41,7 +41,7 @@ -37.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:06.501817Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 173.9998611111111, -38.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39E174.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39E174.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E176.json index 82aa98ec40..cf403d9442 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E176.json @@ -41,7 +41,7 @@ -37.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:06.694949Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 175.9998611111111, -38.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39E176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39E176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E177.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E177.json index 0526ac92df..ec1eeef2c3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E177.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E177.json @@ -41,7 +41,7 @@ -37.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:07.159203Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 176.9998611111111, -38.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39E177.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39E177.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E178.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E178.json index 45d92cc3a7..fc478353e0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E178.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39E178.json @@ -41,7 +41,7 @@ -37.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:07.394804Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 177.9998611111111, -38.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39E178.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39E178.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W058.json index bfb4862a5f..975be2237c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W058.json @@ -41,7 +41,7 @@ -37.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:07.694340Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -58.00013888888889, -38.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39W058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39W058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W059.json index 1e53db842f..deaaa1568d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W059.json @@ -41,7 +41,7 @@ -37.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:08.691466Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -59.00013888888889, -38.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39W059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39W059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W060.json index 965baa5058..2d2d20c6cd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W060.json @@ -41,7 +41,7 @@ -37.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:09.812615Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.00013888888889, -38.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W061.json index b57080cfd5..90b2b0d139 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W061.json @@ -41,7 +41,7 @@ -37.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:10.529102Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00013888888889, -38.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W062.json index cbd5607655..5bb5b1b53d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W062.json @@ -41,7 +41,7 @@ -37.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:11.118520Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00013888888889, -38.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W063.json index 342a053367..f3e3d8c0da 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W063.json @@ -41,7 +41,7 @@ -37.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:12.467503Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.00013888888889, -38.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W064.json index 0efffb3a2d..fefaf3df36 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W064.json @@ -41,7 +41,7 @@ -37.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:13.648658Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00013888888888, -38.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W065.json index 8ccf0bd99a..b272956703 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W065.json @@ -41,7 +41,7 @@ -37.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:14.034089Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00013888888888, -38.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W074.json index 3770e4f955..115c5ccccb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S39W074.json @@ -41,7 +41,7 @@ -37.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:14.525542Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, -38.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S39W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E143.json index 716cc81554..13d36b7d3d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E143.json @@ -41,7 +41,7 @@ -38.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:14.724360Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.9998611111111, -39.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E144.json index 3b90f350ab..268e59bcdc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E144.json @@ -41,7 +41,7 @@ -38.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:14.934982Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 143.9998611111111, -39.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40E144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40E144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E146.json index 71f31883b6..4c3d95191d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E146.json @@ -41,7 +41,7 @@ -38.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:15.001458Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.9998611111111, -39.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E147.json index 4cebb3b687..8c530bcd8d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E147.json @@ -41,7 +41,7 @@ -38.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:15.211202Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 146.9998611111111, -39.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40E147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40E147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E148.json index c6c59dce28..e02fae7cfa 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E148.json @@ -41,7 +41,7 @@ -38.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:15.463965Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 147.9998611111111, -39.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40E148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40E148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E173.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E173.json index 7be360da41..b12d7f512c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E173.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E173.json @@ -41,7 +41,7 @@ -38.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:15.604305Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 172.9998611111111, -39.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40E173.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40E173.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E174.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E174.json index b452d94753..8a63927682 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E174.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E174.json @@ -41,7 +41,7 @@ -38.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:15.943210Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 173.9998611111111, -39.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40E174.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40E174.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E175.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E175.json index c7ac2ca053..355e34f75d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E175.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E175.json @@ -41,7 +41,7 @@ -38.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:16.066179Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 174.9998611111111, -39.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40E175.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40E175.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E176.json index 9c07d73039..f63fc344bc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E176.json @@ -41,7 +41,7 @@ -38.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:16.519053Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 175.9998611111111, -39.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40E176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40E176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E177.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E177.json index 037e7a45ad..8cfa1ee382 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E177.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E177.json @@ -41,7 +41,7 @@ -38.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:16.833410Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 176.9998611111111, -39.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40E177.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40E177.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E178.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E178.json index 639e16a630..92a16abf9d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E178.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40E178.json @@ -41,7 +41,7 @@ -38.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:16.881973Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 177.9998611111111, -39.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40E178.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40E178.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40W062.json index 6aef0ed690..dd9d9c487e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40W062.json @@ -41,7 +41,7 @@ -38.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:17.135143Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00013888888889, -39.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40W063.json index 6475d0243e..76106cafcd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40W063.json @@ -41,7 +41,7 @@ -38.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:21.557747Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.00013888888889, -39.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40W064.json index 46c45b4fe7..aa01c1cdbc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40W064.json @@ -41,7 +41,7 @@ -38.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:22.654295Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00013888888888, -39.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40W073.json index a00744b6bd..84aca22e49 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40W073.json @@ -41,7 +41,7 @@ -38.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:22.925635Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00013888888888, -39.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40W074.json index 44cf284cde..2f67f0e3fc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S40W074.json @@ -41,7 +41,7 @@ -38.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:23.824946Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, -39.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S40W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E143.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E143.json index 1f52503e7b..60afcada9a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E143.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E143.json @@ -41,7 +41,7 @@ -39.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:23.880630Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 142.9998611111111, -40.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41E143.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41E143.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E144.json index ed7853a3eb..1d8165fd44 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E144.json @@ -41,7 +41,7 @@ -39.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:24.331300Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 143.9998611111111, -40.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41E144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41E144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E145.json index b45fa38bcf..e232c2abe5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E145.json @@ -41,7 +41,7 @@ -39.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:24.539687Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.9998611111111, -40.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E146.json index 4b084de65c..a04e502ac4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E146.json @@ -41,7 +41,7 @@ -39.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:24.690999Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.9998611111111, -40.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E147.json index b014b32430..45a9b735c2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E147.json @@ -41,7 +41,7 @@ -39.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:24.988714Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 146.9998611111111, -40.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41E147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41E147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E148.json index 8407293ecd..193a253064 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E148.json @@ -41,7 +41,7 @@ -39.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:25.479384Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 147.9998611111111, -40.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41E148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41E148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E172.json index 90e4984dec..4c279712bc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E172.json @@ -41,7 +41,7 @@ -39.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:25.775892Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 171.9998611111111, -40.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41E172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41E172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E173.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E173.json index d1fe0e5e7c..02954e8ad0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E173.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E173.json @@ -41,7 +41,7 @@ -39.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:25.988984Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 172.9998611111111, -40.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41E173.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41E173.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E174.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E174.json index 6b77a4e254..f10a1c7703 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E174.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E174.json @@ -41,7 +41,7 @@ -39.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:26.062898Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 173.9998611111111, -40.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41E174.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41E174.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E175.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E175.json index d46005e3eb..71694e9d8d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E175.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E175.json @@ -41,7 +41,7 @@ -39.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:26.778392Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 174.9998611111111, -40.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41E175.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41E175.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E176.json index 19cebd6dd3..54a616f1c3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41E176.json @@ -41,7 +41,7 @@ -39.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:27.005747Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 175.9998611111111, -40.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41E176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41E176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W010.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W010.json index 5785b5847b..457f88edcf 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W010.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W010.json @@ -41,7 +41,7 @@ -39.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:27.058093Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -10.00013888888889, -40.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41W010.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41W010.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W011.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W011.json index 2f7ecb8261..5c01ac8ec2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W011.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W011.json @@ -41,7 +41,7 @@ -39.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:27.104259Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -11.00013888888889, -40.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41W011.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41W011.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W062.json index e990c2423f..fb0e8bc308 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W062.json @@ -41,7 +41,7 @@ -39.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:27.148656Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00013888888889, -40.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W063.json index 3f759f0238..6fbb73ae24 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W063.json @@ -41,7 +41,7 @@ -39.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:29.420766Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.00013888888889, -40.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W064.json index bf98f5ab31..fd87c189b9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W064.json @@ -41,7 +41,7 @@ -39.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:30.231762Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00013888888888, -40.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W065.json index 663909b6cd..dc9d64b453 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W065.json @@ -41,7 +41,7 @@ -39.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:30.703058Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00013888888888, -40.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W066.json index 4c7a9d48e1..7b8d5d2e59 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W066.json @@ -41,7 +41,7 @@ -39.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:31.520504Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00013888888888, -40.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W074.json index 2fa9f9ae18..25a4ad8ec5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S41W074.json @@ -41,7 +41,7 @@ -39.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:31.796814Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, -40.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S41W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E144.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E144.json index 0fcbaaaee2..1507020303 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E144.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E144.json @@ -41,7 +41,7 @@ -40.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:32.023877Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 143.9998611111111, -41.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42E144.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42E144.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E145.json index 8e0c8b26a2..dd7507450e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E145.json @@ -41,7 +41,7 @@ -40.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:32.222307Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.9998611111111, -41.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E146.json index d307139b16..6618605bc5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E146.json @@ -41,7 +41,7 @@ -40.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:32.551850Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.9998611111111, -41.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E147.json index 5a2ed2e133..e187f04bd0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E147.json @@ -41,7 +41,7 @@ -40.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:32.787357Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 146.9998611111111, -41.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42E147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42E147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E148.json index 2dfed302a7..8c03894257 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E148.json @@ -41,7 +41,7 @@ -40.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:33.070169Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 147.9998611111111, -41.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42E148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42E148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E171.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E171.json index b392639f78..ed4f85a34a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E171.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E171.json @@ -41,7 +41,7 @@ -40.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:33.289777Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 170.9998611111111, -41.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42E171.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42E171.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E172.json index 8435032e30..3302ba469a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E172.json @@ -41,7 +41,7 @@ -40.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:33.511710Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 171.9998611111111, -41.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42E172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42E172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E173.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E173.json index 57ef4bab8a..253cbb6e78 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E173.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E173.json @@ -41,7 +41,7 @@ -40.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:33.891101Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 172.9998611111111, -41.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42E173.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42E173.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E174.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E174.json index 83cc6dce5c..facc2ebcd0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E174.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E174.json @@ -41,7 +41,7 @@ -40.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:34.311611Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 173.9998611111111, -41.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42E174.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42E174.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E175.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E175.json index 2d9ed7adca..e93043390b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E175.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E175.json @@ -41,7 +41,7 @@ -40.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:34.641592Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 174.9998611111111, -41.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42E175.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42E175.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E176.json index 8e0bb8446e..06dd6ebb2a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42E176.json @@ -41,7 +41,7 @@ -40.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:34.822432Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 175.9998611111111, -41.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42E176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42E176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42W063.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42W063.json index 84637444b1..4d7cc8564c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42W063.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42W063.json @@ -41,7 +41,7 @@ -40.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:34.942043Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -63.00013888888889, -41.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42W063.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42W063.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42W064.json index b3222e8679..3ed85dc2c5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42W064.json @@ -41,7 +41,7 @@ -40.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:35.163635Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00013888888888, -41.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42W065.json index c11af6e927..a7588a7461 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42W065.json @@ -41,7 +41,7 @@ -40.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:35.338050Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00013888888888, -41.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42W066.json index 9b32e113d5..b0b699ea07 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42W066.json @@ -41,7 +41,7 @@ -40.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:35.532716Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00013888888888, -41.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42W073.json index 5f5bc2401d..b8b118fcf7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42W073.json @@ -41,7 +41,7 @@ -40.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:35.917366Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00013888888888, -41.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42W074.json index 63c9b9fe14..b0af4ba4ea 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42W074.json @@ -41,7 +41,7 @@ -40.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:36.623091Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, -41.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42W075.json index 7576ec17f4..ef0ed5e675 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S42W075.json @@ -41,7 +41,7 @@ -40.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:36.757249Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00013888888888, -41.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S42W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43E145.json index 8a77e82ff4..fecb6e946b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43E145.json @@ -41,7 +41,7 @@ -41.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:37.082285Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.9998611111111, -42.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S43E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S43E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43E147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43E147.json index 1877bee075..fb202266ba 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43E147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43E147.json @@ -41,7 +41,7 @@ -41.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:37.505441Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 146.9998611111111, -42.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S43E147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S43E147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43E148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43E148.json index deb323a8ee..f190565aa4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43E148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43E148.json @@ -41,7 +41,7 @@ -41.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:37.801073Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 147.9998611111111, -42.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S43E148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S43E148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43E170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43E170.json index 8668d6fa8a..b23aac8ebc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43E170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43E170.json @@ -41,7 +41,7 @@ -41.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:38.013715Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 169.9998611111111, -42.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S43E170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S43E170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43E171.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43E171.json index 9d1e89520d..dab16aca0d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43E171.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43E171.json @@ -41,7 +41,7 @@ -41.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:38.289319Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 170.9998611111111, -42.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S43E171.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S43E171.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43E173.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43E173.json index 5acd71bef0..739e32e6b0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43E173.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43E173.json @@ -41,7 +41,7 @@ -41.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:38.534267Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 172.9998611111111, -42.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S43E173.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S43E173.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43E174.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43E174.json index 80281361f8..434869455b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43E174.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43E174.json @@ -41,7 +41,7 @@ -41.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:38.581567Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 173.9998611111111, -42.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S43E174.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S43E174.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43W064.json index e30d47d9aa..d72057d63b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43W064.json @@ -41,7 +41,7 @@ -41.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:39.036317Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00013888888888, -42.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S43W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S43W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43W065.json index 9ee361dc6d..083c298de1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43W065.json @@ -41,7 +41,7 @@ -41.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:39.395731Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00013888888888, -42.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S43W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S43W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43W066.json index 4ef3f22792..246f61bcea 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43W066.json @@ -41,7 +41,7 @@ -41.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:39.621509Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00013888888888, -42.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S43W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S43W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43W073.json index 6710e23771..f5f64d0e6e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43W073.json @@ -41,7 +41,7 @@ -41.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:39.955673Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00013888888888, -42.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S43W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S43W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43W074.json index b5dc90241b..0a9c1adf35 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43W074.json @@ -41,7 +41,7 @@ -41.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:40.595574Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, -42.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S43W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S43W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43W075.json index 20244e44c8..e067c4a23c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S43W075.json @@ -41,7 +41,7 @@ -41.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:40.723573Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00013888888888, -42.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S43W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S43W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E145.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E145.json index a2480ccd0d..9615d58f56 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E145.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E145.json @@ -41,7 +41,7 @@ -42.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:40.971743Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 144.9998611111111, -43.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44E145.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44E145.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E146.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E146.json index 47f2d4c4dc..d329067ccd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E146.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E146.json @@ -41,7 +41,7 @@ -42.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:41.333232Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 145.9998611111111, -43.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44E146.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44E146.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E147.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E147.json index b8cfafa68f..aa93d133f9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E147.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E147.json @@ -41,7 +41,7 @@ -42.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:41.731234Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 146.9998611111111, -43.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44E147.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44E147.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E148.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E148.json index 101726360b..97af8ba9ab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E148.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E148.json @@ -41,7 +41,7 @@ -42.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:41.798151Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 147.9998611111111, -43.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44E148.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44E148.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E168.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E168.json index dcd5c0eeb6..a63fc274a4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E168.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E168.json @@ -41,7 +41,7 @@ -42.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:42.148272Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 167.9998611111111, -43.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44E168.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44E168.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E169.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E169.json index 577f532f95..fd750efcb0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E169.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E169.json @@ -41,7 +41,7 @@ -42.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:42.574886Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 168.9998611111111, -43.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44E169.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44E169.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E170.json index 9d81286008..3fe145ab14 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E170.json @@ -41,7 +41,7 @@ -42.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:42.870394Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 169.9998611111111, -43.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44E170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44E170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E171.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E171.json index d78588b642..9091d57b44 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E171.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E171.json @@ -41,7 +41,7 @@ -42.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:43.079997Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 170.9998611111111, -43.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44E171.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44E171.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E172.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E172.json index d6747ac63c..d7ff09c65f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E172.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E172.json @@ -41,7 +41,7 @@ -42.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:43.931316Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 171.9998611111111, -43.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44E172.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44E172.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E173.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E173.json index 01fb8cc4b0..fdda502ef2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E173.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44E173.json @@ -41,7 +41,7 @@ -42.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:44.101598Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 172.9998611111111, -43.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44E173.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44E173.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44W065.json index 9e3cb3edff..e9f84f8299 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44W065.json @@ -41,7 +41,7 @@ -42.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:44.434345Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00013888888888, -43.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44W066.json index 866d4da24c..9888100a08 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44W066.json @@ -41,7 +41,7 @@ -42.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:44.967605Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00013888888888, -43.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44W073.json index 8e50dc8838..b7a7ea6e6a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44W073.json @@ -41,7 +41,7 @@ -42.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:45.406828Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00013888888888, -43.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44W074.json index a073a7bb56..ab32097192 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44W074.json @@ -41,7 +41,7 @@ -42.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:45.722620Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, -43.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44W075.json index e44964d819..b6da45c1bd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44W075.json @@ -41,7 +41,7 @@ -42.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:45.957713Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00013888888888, -43.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44W177.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44W177.json index c237ea0025..409d699939 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44W177.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S44W177.json @@ -41,7 +41,7 @@ -42.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:46.212013Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -177.0001388888889, -43.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44W177.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S44W177.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45E167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45E167.json index 331de19661..245433e757 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45E167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45E167.json @@ -41,7 +41,7 @@ -43.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:46.426945Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 166.9998611111111, -44.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S45E167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S45E167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45E168.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45E168.json index 57ce22ca76..de65fb6436 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45E168.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45E168.json @@ -41,7 +41,7 @@ -43.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:46.707007Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 167.9998611111111, -44.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S45E168.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S45E168.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45E170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45E170.json index c424416a21..0a0e9a36e5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45E170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45E170.json @@ -41,7 +41,7 @@ -43.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:46.761590Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 169.9998611111111, -44.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S45E170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S45E170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45E171.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45E171.json index 1a6fd454a0..40d3ec4511 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45E171.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45E171.json @@ -41,7 +41,7 @@ -43.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:47.246777Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 170.9998611111111, -44.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S45E171.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S45E171.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W066.json index 8f3fda48cf..bdf892bc9f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W066.json @@ -41,7 +41,7 @@ -43.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:47.531317Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00013888888888, -44.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S45W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S45W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W067.json index af5ebbe515..fa69a72b93 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W067.json @@ -41,7 +41,7 @@ -43.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:47.754632Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00013888888888, -44.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S45W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S45W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W073.json index db3ab081c4..380a5607e2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W073.json @@ -41,7 +41,7 @@ -43.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:48.002976Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00013888888888, -44.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S45W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S45W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W074.json index cf74b3419b..b8c729ee6f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W074.json @@ -41,7 +41,7 @@ -43.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:48.557406Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, -44.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S45W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S45W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W075.json index e798f7e2e8..b43388b21a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W075.json @@ -41,7 +41,7 @@ -43.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:49.021464Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00013888888888, -44.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S45W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S45W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W076.json index 435f82876d..8b097027cb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W076.json @@ -41,7 +41,7 @@ -43.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:49.084274Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00013888888888, -44.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S45W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S45W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W176.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W176.json index a4b9f3eeaa..b50b2de3df 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W176.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W176.json @@ -41,7 +41,7 @@ -43.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:49.127008Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -176.0001388888889, -44.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S45W176.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S45W176.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W177.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W177.json index ece10f004b..237dd0bb38 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W177.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S45W177.json @@ -41,7 +41,7 @@ -43.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:49.180407Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -177.0001388888889, -44.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S45W177.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S45W177.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46E050.json index cf6991e619..9cf9aa47d8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46E050.json @@ -41,7 +41,7 @@ -44.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:49.304811Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99986111111111, -45.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S46E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S46E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46E166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46E166.json index e0a531bf0f..419bbb1013 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46E166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46E166.json @@ -41,7 +41,7 @@ -44.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:49.567602Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 165.9998611111111, -45.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S46E166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S46E166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46E167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46E167.json index 70a55bed09..da012a42ac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46E167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46E167.json @@ -41,7 +41,7 @@ -44.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:49.688435Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 166.9998611111111, -45.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S46E167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S46E167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46E170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46E170.json index 7aa45485aa..9106db6142 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46E170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46E170.json @@ -41,7 +41,7 @@ -44.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:50.157122Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 169.9998611111111, -45.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S46E170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S46E170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46E171.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46E171.json index d56302f6e3..c775c8240a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46E171.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46E171.json @@ -41,7 +41,7 @@ -44.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:50.211612Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 170.9998611111111, -45.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S46E171.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S46E171.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46W066.json index d9c26a8b82..d5221123c4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46W066.json @@ -41,7 +41,7 @@ -44.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:50.398132Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00013888888888, -45.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S46W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S46W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46W067.json index ab0e8cf2d8..ca6c0c0f64 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46W067.json @@ -41,7 +41,7 @@ -44.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:50.701135Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00013888888888, -45.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S46W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S46W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46W068.json index cec41aee5c..56685bc0f2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46W068.json @@ -41,7 +41,7 @@ -44.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:50.925774Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00013888888888, -45.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S46W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S46W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46W073.json index a028f5b91e..ce607c498f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46W073.json @@ -41,7 +41,7 @@ -44.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:51.169628Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00013888888888, -45.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S46W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S46W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46W074.json index 46cf4da965..f846f4496d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46W074.json @@ -41,7 +41,7 @@ -44.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:51.681193Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, -45.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S46W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S46W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46W075.json index 3db75a37ab..cee33bb1b4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46W075.json @@ -41,7 +41,7 @@ -44.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:52.261639Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00013888888888, -45.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S46W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S46W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46W076.json index 24e1f7f750..a94d48181d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S46W076.json @@ -41,7 +41,7 @@ -44.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:52.325317Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00013888888888, -45.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S46W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S46W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E037.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E037.json index f2e545bf62..fd13b166a9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E037.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E037.json @@ -41,7 +41,7 @@ -45.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:52.489497Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 36.99986111111111, -46.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47E037.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47E037.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E038.json index 6c442a817c..19ead2bffd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E038.json @@ -41,7 +41,7 @@ -45.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:52.631406Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 37.99986111111111, -46.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47E038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47E038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E050.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E050.json index 6c96c1be84..22e4f33cf5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E050.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E050.json @@ -41,7 +41,7 @@ -45.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:52.692168Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 49.99986111111111, -46.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47E050.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47E050.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E051.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E051.json index 912a447320..327b9c1ec2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E051.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E051.json @@ -41,7 +41,7 @@ -45.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:52.746571Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 50.99986111111111, -46.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47E051.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47E051.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E052.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E052.json index 15b97642fb..a9385ef15e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E052.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E052.json @@ -41,7 +41,7 @@ -45.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:52.796383Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 51.99986111111111, -46.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47E052.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47E052.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E166.json index 933d468188..9720c710ad 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E166.json @@ -41,7 +41,7 @@ -45.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:52.979362Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 165.9998611111111, -46.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47E166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47E166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E167.json index 608bb0d78a..79771e3371 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E167.json @@ -41,7 +41,7 @@ -45.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:53.353297Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 166.9998611111111, -46.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47E167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47E167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E168.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E168.json index 4faeed2855..1244dcbcd4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E168.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E168.json @@ -41,7 +41,7 @@ -45.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:54.634242Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 167.9998611111111, -46.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47E168.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47E168.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E169.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E169.json index dbd75e633a..e8dd977f73 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E169.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E169.json @@ -41,7 +41,7 @@ -45.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:55.120266Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 168.9998611111111, -46.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47E169.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47E169.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E170.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E170.json index d48f0e37ab..cfeb030cc3 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E170.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47E170.json @@ -41,7 +41,7 @@ -45.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:55.312270Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 169.9998611111111, -46.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47E170.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47E170.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47W067.json index d99b440de9..7e4c86790c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47W067.json @@ -41,7 +41,7 @@ -45.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:55.374600Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00013888888888, -46.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47W068.json index ebef9460cd..ce6fc61105 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47W068.json @@ -41,7 +41,7 @@ -45.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:55.637141Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00013888888888, -46.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47W074.json index a26f1d1319..6b811b08ae 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47W074.json @@ -41,7 +41,7 @@ -45.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:55.961921Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, -46.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47W075.json index dc0ba27fba..897ec35d1a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47W075.json @@ -41,7 +41,7 @@ -45.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:56.697520Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00013888888888, -46.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47W076.json index fe1a599e41..924daa6a47 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S47W076.json @@ -41,7 +41,7 @@ -45.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:57.040481Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00013888888888, -46.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S47W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S48E167.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S48E167.json index ab4b9f5f44..d2ac669a6d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S48E167.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S48E167.json @@ -41,7 +41,7 @@ -46.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:57.254607Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 166.9998611111111, -47.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S48E167.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S48E167.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S48E168.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S48E168.json index d83b2da692..d090c3905c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S48E168.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S48E168.json @@ -41,7 +41,7 @@ -46.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:57.466274Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 167.9998611111111, -47.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S48E168.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S48E168.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S48W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S48W066.json index 75da01c287..6004be4506 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S48W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S48W066.json @@ -41,7 +41,7 @@ -46.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:57.932949Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00013888888888, -47.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S48W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S48W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S48W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S48W067.json index d968cea558..c57c73e7ed 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S48W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S48W067.json @@ -41,7 +41,7 @@ -46.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:58.102883Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00013888888888, -47.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S48W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S48W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S48W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S48W074.json index 1e2fc1f83c..4983892741 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S48W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S48W074.json @@ -41,7 +41,7 @@ -46.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:58.531590Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, -47.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S48W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S48W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S48W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S48W075.json index c5bee24473..08f78d7b9a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S48W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S48W075.json @@ -41,7 +41,7 @@ -46.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:59.084053Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00013888888888, -47.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S48W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S48W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S48W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S48W076.json index 86a5b996c9..923aaa04ec 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S48W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S48W076.json @@ -41,7 +41,7 @@ -46.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:59.450813Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00013888888888, -47.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S48W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S48W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49E068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49E068.json index 0734405dd6..bb4c19a1fc 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49E068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49E068.json @@ -41,7 +41,7 @@ -47.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:59.553205Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 67.99986111111112, -48.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S49E068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S49E068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49E069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49E069.json index bcdaa31223..009bea85f6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49E069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49E069.json @@ -41,7 +41,7 @@ -47.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:59.784888Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 68.99986111111112, -48.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S49E069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S49E069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49E166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49E166.json index 0932dad27f..2f04855dd0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49E166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49E166.json @@ -41,7 +41,7 @@ -47.99986111111111 ], "properties": { - "created": "2024-11-22T15:50:59.855536Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 165.9998611111111, -48.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S49E166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S49E166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49W066.json index dbd5fe0beb..9f70447dc6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49W066.json @@ -41,7 +41,7 @@ -47.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:00.052633Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00013888888888, -48.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S49W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S49W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49W067.json index 4cb77e87c7..357d706e5d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49W067.json @@ -41,7 +41,7 @@ -47.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:00.679200Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00013888888888, -48.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S49W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S49W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49W068.json index 2964545796..a97a735360 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49W068.json @@ -41,7 +41,7 @@ -47.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:01.102745Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00013888888888, -48.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S49W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S49W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49W074.json index e903aeb13c..103cdb6f9e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49W074.json @@ -41,7 +41,7 @@ -47.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:01.385425Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, -48.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S49W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S49W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49W075.json index 0c415627bb..e329e5f179 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49W075.json @@ -41,7 +41,7 @@ -47.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:01.937602Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00013888888888, -48.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S49W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S49W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49W076.json index e5fc37ec65..454c515344 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S49W076.json @@ -41,7 +41,7 @@ -47.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:02.710663Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00013888888888, -48.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S49W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S49W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50E068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50E068.json index c9cf3db4d7..907c2de4f0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50E068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50E068.json @@ -41,7 +41,7 @@ -48.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:02.946028Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 67.99986111111112, -49.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S50E068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S50E068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50E069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50E069.json index a6f1140da4..ccdda60278 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50E069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50E069.json @@ -41,7 +41,7 @@ -48.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:03.545855Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 68.99986111111112, -49.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S50E069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S50E069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50E070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50E070.json index 9172429ae7..0e38bebc2b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50E070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50E070.json @@ -41,7 +41,7 @@ -48.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:04.172894Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 69.99986111111112, -49.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S50E070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S50E070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50E178.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50E178.json index b26cd4cc56..4264972b60 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50E178.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50E178.json @@ -41,7 +41,7 @@ -48.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:04.220298Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 177.9998611111111, -49.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S50E178.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S50E178.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50W068.json index e9c0234f4d..ea5d71fd0c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50W068.json @@ -41,7 +41,7 @@ -48.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:04.867366Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00013888888888, -49.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S50W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S50W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50W069.json index 7eaa768835..cce4e09507 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50W069.json @@ -41,7 +41,7 @@ -48.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:05.832103Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00013888888888, -49.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S50W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S50W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50W070.json index 1fe46401c1..c7354aaffe 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50W070.json @@ -41,7 +41,7 @@ -48.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:06.124148Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00013888888888, -49.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S50W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S50W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50W074.json index 115a2465cb..1e2f377747 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50W074.json @@ -41,7 +41,7 @@ -48.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:06.368289Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00013888888888, -49.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S50W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S50W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50W075.json index 23dcbb9575..ace24c8f99 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50W075.json @@ -41,7 +41,7 @@ -48.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:06.969350Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00013888888888, -49.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S50W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S50W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50W076.json index 219acde8e3..55da4517c0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S50W076.json @@ -41,7 +41,7 @@ -48.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:07.676839Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00013888888888, -49.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S50W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S50W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51E165.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51E165.json index 31eb3e4e31..00a01e000e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51E165.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51E165.json @@ -41,7 +41,7 @@ -49.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:07.835955Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 164.99979166666665, -50.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S51E165.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S51E165.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51E166.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51E166.json index a70d1e618b..4fb69b93b7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51E166.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51E166.json @@ -41,7 +41,7 @@ -49.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:07.954891Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 165.99979166666665, -50.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S51E166.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S51E166.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51W062.json index 430cdd7d46..18ad6e189f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51W062.json @@ -41,7 +41,7 @@ -49.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:08.012296Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00020833333333, -50.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S51W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S51W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51W068.json index 93d4ac8ef6..44f3c6461a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51W068.json @@ -41,7 +41,7 @@ -49.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:08.168774Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00020833333333, -50.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S51W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S51W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51W069.json index 4934cdd6c6..e688401fbb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51W069.json @@ -41,7 +41,7 @@ -49.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:08.427184Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00020833333333, -50.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S51W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S51W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51W070.json index f1d9b249de..d2db7a4571 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51W070.json @@ -41,7 +41,7 @@ -49.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:08.694366Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00020833333333, -50.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S51W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S51W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51W074.json index 228156d447..dbfa6fb64f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51W074.json @@ -41,7 +41,7 @@ -49.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:08.927311Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00020833333333, -50.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S51W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S51W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51W075.json index 0dca43e97f..de4919dd90 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51W075.json @@ -41,7 +41,7 @@ -49.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:09.517022Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00020833333333, -50.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S51W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S51W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51W076.json index ba1b39ba1f..68f005f207 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S51W076.json @@ -41,7 +41,7 @@ -49.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:09.947709Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00020833333333, -50.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S51W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S51W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W058.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W058.json index 167ef990d6..2c0fa10e1c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W058.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W058.json @@ -41,7 +41,7 @@ -50.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:10.098892Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -58.00020833333333, -51.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S52W058.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S52W058.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W059.json index 959d39217d..d86bfd457d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W059.json @@ -41,7 +41,7 @@ -50.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:10.836826Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -59.00020833333333, -51.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S52W059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S52W059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W060.json index cfc3ea01d3..f30333075a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W060.json @@ -41,7 +41,7 @@ -50.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:11.545181Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.00020833333333, -51.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S52W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S52W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W061.json index 73ecbac94e..39adbf930b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W061.json @@ -41,7 +41,7 @@ -50.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:12.089633Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00020833333333, -51.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S52W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S52W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W062.json index e25480f4d5..235f07a156 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W062.json @@ -41,7 +41,7 @@ -50.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:12.197635Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00020833333333, -51.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S52W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S52W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W069.json index 12b3945b12..a34419b0c7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W069.json @@ -41,7 +41,7 @@ -50.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:12.453898Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00020833333333, -51.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S52W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S52W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W070.json index deb4189e77..799e8d4855 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W070.json @@ -41,7 +41,7 @@ -50.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:12.977953Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00020833333333, -51.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S52W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S52W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W073.json index b36f5aabc6..415bd5554d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W073.json @@ -41,7 +41,7 @@ -50.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:13.278138Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00020833333333, -51.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S52W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S52W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W074.json index 018853916e..ef52be05e0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W074.json @@ -41,7 +41,7 @@ -50.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:13.826802Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00020833333333, -51.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S52W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S52W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W075.json index 66c51aa2e0..41a39d4b1c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W075.json @@ -41,7 +41,7 @@ -50.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:14.529059Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00020833333333, -51.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S52W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S52W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W076.json index 1211a6525e..d3f0c3273e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S52W076.json @@ -41,7 +41,7 @@ -50.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:14.732641Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00020833333333, -51.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S52W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S52W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53E073.json index 2cebb1bfbb..98bee593fd 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53E073.json @@ -41,7 +41,7 @@ -51.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:14.802504Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99979166666667, -52.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53E168.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53E168.json index 29b0766979..3713892409 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53E168.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53E168.json @@ -41,7 +41,7 @@ -51.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:14.845775Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 167.99979166666665, -52.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53E168.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53E168.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53E169.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53E169.json index b17cb6340f..52ac276213 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53E169.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53E169.json @@ -41,7 +41,7 @@ -51.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:14.988741Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 168.99979166666665, -52.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53E169.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53E169.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W059.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W059.json index 544e0f34e4..185a738fe2 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W059.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W059.json @@ -41,7 +41,7 @@ -51.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:15.262351Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -59.00020833333333, -52.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53W059.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53W059.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W060.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W060.json index 7eac181374..e955954a6c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W060.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W060.json @@ -41,7 +41,7 @@ -51.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:15.784265Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -60.00020833333333, -52.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53W060.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53W060.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W061.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W061.json index aaaf9b095d..a908fafdc6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W061.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W061.json @@ -41,7 +41,7 @@ -51.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:16.041485Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -61.00020833333333, -52.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53W061.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53W061.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W062.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W062.json index a29bab67d9..bb81d827e9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W062.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W062.json @@ -41,7 +41,7 @@ -51.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:16.094452Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -62.00020833333333, -52.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53W062.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53W062.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W069.json index 27aa39a746..8884facecb 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W069.json @@ -41,7 +41,7 @@ -51.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:16.391530Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00020833333333, -52.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W070.json index 7b54caf73f..b476ddc06c 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W070.json @@ -41,7 +41,7 @@ -51.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:17.120417Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00020833333333, -52.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W071.json index a98ae0dea9..d2f3e5436e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W071.json @@ -41,7 +41,7 @@ -51.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:17.648877Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00020833333333, -52.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W072.json index ab027566d6..6555d8e376 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W072.json @@ -41,7 +41,7 @@ -51.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:17.914297Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00020833333333, -52.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W073.json index 03ecba6ddb..61d141a2f0 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W073.json @@ -41,7 +41,7 @@ -51.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:18.368342Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00020833333333, -52.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W074.json index 27673f1c42..ccd8dc46d8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W074.json @@ -41,7 +41,7 @@ -51.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:19.024508Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00020833333333, -52.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W075.json index 7ddd6677a8..ba0ce657d1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W075.json @@ -41,7 +41,7 @@ -51.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:19.519571Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00020833333333, -52.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W076.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W076.json index 53347fc9e5..0e2659f9ad 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W076.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S53W076.json @@ -41,7 +41,7 @@ -51.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:19.587116Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -76.00020833333333, -52.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53W076.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S53W076.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54E073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54E073.json index 8397ba5b82..4dc3d3c7e1 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54E073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54E073.json @@ -41,7 +41,7 @@ -52.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:19.769290Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 72.99979166666667, -53.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S54E073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S54E073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W038.json index 1aa97d2d6f..da74a861c4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W038.json @@ -41,7 +41,7 @@ -52.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:19.925448Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -38.00020833333333, -53.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S54W038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S54W038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W039.json index f85dac8c19..ca50f1bd96 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W039.json @@ -41,7 +41,7 @@ -52.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:19.975566Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -39.00020833333333, -53.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S54W039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S54W039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W068.json index 826db30945..1c624d281f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W068.json @@ -41,7 +41,7 @@ -52.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:20.267618Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00020833333333, -53.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S54W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S54W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W069.json index 4a16b7e2d3..bfdb892644 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W069.json @@ -41,7 +41,7 @@ -52.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:20.839015Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00020833333333, -53.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S54W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S54W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W070.json index 54467f3ae4..c1f2d6d56e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W070.json @@ -41,7 +41,7 @@ -52.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:21.111512Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00020833333333, -53.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S54W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S54W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W071.json index bae4090956..346949d1d4 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W071.json @@ -41,7 +41,7 @@ -52.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:21.516263Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00020833333333, -53.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S54W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S54W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W072.json index 6fbcde9726..4236a7164a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W072.json @@ -41,7 +41,7 @@ -52.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:21.676487Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00020833333333, -53.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S54W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S54W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W073.json index 6a53eb7637..a2e7db75ad 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W073.json @@ -41,7 +41,7 @@ -52.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:22.346503Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00020833333333, -53.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S54W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S54W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W074.json index 819e9c8f6a..774b470be8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W074.json @@ -41,7 +41,7 @@ -52.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:22.894548Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00020833333333, -53.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S54W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S54W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W075.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W075.json index 9972c97503..7e9914a9ba 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W075.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S54W075.json @@ -41,7 +41,7 @@ -52.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:23.075984Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -75.00020833333333, -53.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S54W075.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S54W075.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55E003.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55E003.json index 5f61807e43..e9a6b6b173 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55E003.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55E003.json @@ -41,7 +41,7 @@ -53.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:23.138707Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 2.999791666666667, -54.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55E003.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55E003.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55E158.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55E158.json index 34a64efd58..834a806f88 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55E158.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55E158.json @@ -41,7 +41,7 @@ -53.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:23.209735Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 157.99979166666665, -54.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55E158.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55E158.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W036.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W036.json index a5df56b6bc..9bf03fc117 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W036.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W036.json @@ -41,7 +41,7 @@ -53.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:23.382653Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -36.00020833333333, -54.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W036.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W036.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W037.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W037.json index 472dc809c3..e44b0fee56 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W037.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W037.json @@ -41,7 +41,7 @@ -53.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:23.607044Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -37.00020833333333, -54.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W037.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W037.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W038.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W038.json index 0b2e172899..d568b8d7f9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W038.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W038.json @@ -41,7 +41,7 @@ -53.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:23.750572Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -38.00020833333333, -54.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W038.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W038.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W039.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W039.json index 3d33c00ada..40e6f05ed8 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W039.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W039.json @@ -41,7 +41,7 @@ -53.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:23.904856Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -39.00020833333333, -54.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W039.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W039.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W064.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W064.json index 2cb135ad10..37316a6d4b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W064.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W064.json @@ -41,7 +41,7 @@ -53.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:23.991886Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -64.00020833333333, -54.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W064.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W064.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W065.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W065.json index 18e809e104..743489c322 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W065.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W065.json @@ -41,7 +41,7 @@ -53.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:24.201871Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -65.00020833333333, -54.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W065.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W065.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W066.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W066.json index 0520cf8cf2..86a6fc7b71 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W066.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W066.json @@ -41,7 +41,7 @@ -53.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:24.506455Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -66.00020833333333, -54.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W066.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W066.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W067.json index 3def3bc3c9..e6d24784ab 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W067.json @@ -41,7 +41,7 @@ -53.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:24.771387Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00020833333333, -54.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W068.json index 428ec1cb66..ac127079db 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W068.json @@ -41,7 +41,7 @@ -53.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:25.175668Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00020833333333, -54.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W069.json index 8ab869d961..ae4663ba6e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W069.json @@ -41,7 +41,7 @@ -53.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:25.324538Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00020833333333, -54.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W070.json index cdee899d9c..b04c2a328f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W070.json @@ -41,7 +41,7 @@ -53.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:25.668254Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00020833333333, -54.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W071.json index 1ac6f30408..92d29d51df 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W071.json @@ -41,7 +41,7 @@ -53.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:26.243838Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00020833333333, -54.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W072.json index b8e8f4ad12..8fa7e476c5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W072.json @@ -41,7 +41,7 @@ -53.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:26.832697Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00020833333333, -54.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W073.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W073.json index d6d1041119..954c46a705 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W073.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W073.json @@ -41,7 +41,7 @@ -53.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:27.267654Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -73.00020833333333, -54.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W073.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W073.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W074.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W074.json index 031edab362..6946d6ccc9 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W074.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S55W074.json @@ -41,7 +41,7 @@ -53.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:27.380784Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -74.00020833333333, -54.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W074.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S55W074.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S56W035.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S56W035.json index 3d8adc19dc..1e69c15360 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S56W035.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S56W035.json @@ -41,7 +41,7 @@ -54.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:27.437420Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -35.00020833333333, -55.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S56W035.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S56W035.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S56W067.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S56W067.json index e7d939e1c2..8f0de5ece7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S56W067.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S56W067.json @@ -41,7 +41,7 @@ -54.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:27.653104Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -67.00020833333333, -55.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S56W067.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S56W067.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S56W068.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S56W068.json index d981408253..a013d496d5 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S56W068.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S56W068.json @@ -41,7 +41,7 @@ -54.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:27.947642Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -68.00020833333333, -55.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S56W068.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S56W068.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S56W069.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S56W069.json index 7eaa605dfc..5ff2a445df 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S56W069.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S56W069.json @@ -41,7 +41,7 @@ -54.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:28.377985Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -69.00020833333333, -55.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S56W069.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S56W069.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S56W070.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S56W070.json index 01045448b0..78d5b81588 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S56W070.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S56W070.json @@ -41,7 +41,7 @@ -54.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:28.872602Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -70.00020833333333, -55.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S56W070.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S56W070.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S56W071.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S56W071.json index ebe7ec915d..e7bf344d87 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S56W071.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S56W071.json @@ -41,7 +41,7 @@ -54.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:29.039650Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -71.00020833333333, -55.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S56W071.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S56W071.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S56W072.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S56W072.json index 4b3ff1762c..29c661ee52 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S56W072.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S56W072.json @@ -41,7 +41,7 @@ -54.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:29.193997Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -72.00020833333333, -55.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S56W072.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S56W072.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S57W028.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S57W028.json index 53449ece5a..99ac3fb6ac 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S57W028.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S57W028.json @@ -41,7 +41,7 @@ -55.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:29.403021Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -28.000208333333333, -56.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S57W028.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S57W028.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S58W027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S58W027.json index aed952126e..1dc9532e81 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S58W027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S58W027.json @@ -41,7 +41,7 @@ -56.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:29.475412Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -27.000208333333333, -57.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S58W027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S58W027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S59W027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S59W027.json index 7b86723745..6efcfc056b 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S59W027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S59W027.json @@ -41,7 +41,7 @@ -57.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:29.543411Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -27.000208333333333, -58.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S59W027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S59W027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S60W027.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S60W027.json index a1f54deb32..98f2c9779d 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S60W027.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S60W027.json @@ -41,7 +41,7 @@ -58.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:29.724743Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -27.000208333333333, -59.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S60W027.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S60W027.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S60W028.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S60W028.json index 76439b90b2..39dc27bc90 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S60W028.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S60W028.json @@ -41,7 +41,7 @@ -58.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:29.900186Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -28.000208333333333, -59.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S60W028.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S60W028.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S61W045.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S61W045.json index fe583811a7..3b26413a5e 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S61W045.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S61W045.json @@ -41,7 +41,7 @@ -59.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:29.972933Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -45.000277777777775, -60.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S61W045.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S61W045.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S61W046.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S61W046.json index 665b0a647e..e658089ab7 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S61W046.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S61W046.json @@ -41,7 +41,7 @@ -59.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:30.020636Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -46.000277777777775, -60.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S61W046.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S61W046.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S61W047.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S61W047.json index 9acfbcbcf5..6e8ce630c6 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S61W047.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S61W047.json @@ -41,7 +41,7 @@ -59.99986111111111 ], "properties": { - "created": "2024-11-22T15:51:30.186830Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -47.000277777777775, -60.999861111111116, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S61W047.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S61W047.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S67E162.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S67E162.json index 7c16ba85de..1ca3f18a9a 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S67E162.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S67E162.json @@ -41,7 +41,7 @@ -65.99986111111112 ], "properties": { - "created": "2024-11-22T15:51:30.245843Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 161.99972222222223, -66.9998611111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S67E162.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S67E162.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S67E163.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S67E163.json index 3b461c4b75..f696fa7cae 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S67E163.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S67E163.json @@ -41,7 +41,7 @@ -65.99986111111112 ], "properties": { - "created": "2024-11-22T15:51:30.402190Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 162.99972222222223, -66.9998611111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S67E163.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S67E163.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S68E164.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S68E164.json index 63338fbde2..eae4bf704f 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S68E164.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S68E164.json @@ -41,7 +41,7 @@ -66.99986111111112 ], "properties": { - "created": "2024-11-22T15:51:30.452156Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 163.99972222222223, -67.9998611111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S68E164.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S68E164.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S68E165.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S68E165.json index 2a374315ef..4a02c37777 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S68E165.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S68E165.json @@ -41,7 +41,7 @@ -66.99986111111112 ], "properties": { - "created": "2024-11-22T15:51:30.550443Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ 164.99972222222223, -67.9998611111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S68E165.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S68E165.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S69W091.json b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S69W091.json index 4d06e47a8e..ffdb97fc53 100644 --- a/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S69W091.json +++ b/current/deltares-delta-dtm/items/DeltaDTM_v1_1_S69W091.json @@ -41,7 +41,7 @@ -67.99986111111112 ], "properties": { - "created": "2024-11-22T15:51:30.709777Z", + "created": "2024-12-10T00:02:24.046470Z", "proj:bbox": [ -91.00027777777778, -68.9998611111111, @@ -112,14 +112,16 @@ ], "assets": { "data": { - "href": "az://deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S69W091.tif", + "href": "https://coclico.blob.core.windows.net/deltares-delta-dtm/v1.1/DeltaDTM_v1_1_S69W091.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "DeltaDTM", + "created": "2023-10-30T00:00:00Z", "raster:bands": [ { "nodata": -9999, "data_type": "float32", - "spatial_resolution": 30 + "spatial_resolution": 30, + "unit": "m" } ], "roles": [ diff --git a/current/gctr/collection.json b/current/gctr/collection.json index e888598d5a..c8e8c9ab96 100644 --- a/current/gctr/collection.json +++ b/current/gctr/collection.json @@ -2,120 +2,94 @@ "type": "Collection", "id": "gctr", "stac_version": "1.0.0", - "description": "The Global Coastal Transect Repository (GCTR) consists of ~11.5 million transects (GCTS) with a diverse array of coastal features. These features include intersection distances to the OpenStreetMap coastline at bearings ranging from 0 to 360 degrees; and data from ERA5 and Overture sources. Each transect extends 2000 meters, originating from a generalized OpenStreetMap coastline (as of 2023-02-09) at a zoom level of 9. Transects are positioned at regular intervals of 100 meters, providing a consistent alongshore resolution.", + "description": "\nThe Global Coastal Transect Repository (GCTR) is a comprehensive dataset designed for global \ncoastal analytics. It builds on the Global Coastal Transect System (GCTS), which provides \nover 11 million cross-shore transects uniformly spaced at 100-m intervals. These transects \nserve as standardized reference lines for measuring coastal change, mapping characteristics, \nand deriving coastal statistics thereof. See \"Calkoen et al. (2025) Enabling coastal analytics\nat Planetary scale\" for more information.\n\nThe GCTR dataset includes derived attributes such as intersection distances to OSM coastlines \nat multiple bearings (e.g., 0°, 30°, 330°) and integrates shoreline change rates\nderived from the ShorelineMonitor's Satellite-Derived Shorelines (SDS). See Luijendijk et al. \n(2018) for more information. \n\n", "links": [ { - "rel": "license", - "href": "https://creativecommons.org/publicdomain/zero/1.0/", - "type": "text/html", - "title": "CC License" - }, - { - "rel": "item", - "href": "./items/n00e045_part-d63b246c08ed.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/n00e172_part-b56136a8940c.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/n32w090_part-b9b782721d23.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/n67e010_part-0070003ef475.json", - "type": "application/json" + "rel": "root", + "href": "../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" }, { "rel": "item", - "href": "./items/n67w090_part-471713e4dec6.json", + "href": "./items/n67e010.json", "type": "application/json" }, { "rel": "item", - "href": "./items/n67w180_part-ef6f9807ab97.json", + "href": "./items/n67w090.json", "type": "application/json" }, { "rel": "item", - "href": "./items/n69e090_part-99eb7401adda.json", + "href": "./items/n67w180.json", "type": "application/json" }, { "rel": "item", - "href": "./items/s00e000_part-4fcd75020d34.json", + "href": "./items/n69e090.json", "type": "application/json" }, { "rel": "item", - "href": "./items/s00e090_part-cebd4ca47b2c.json", + "href": "./items/s00e090.json", "type": "application/json" }, { "rel": "item", - "href": "./items/s00w090_part-1340b3d315ea.json", + "href": "./items/s00w000.json", "type": "application/json" }, { "rel": "item", - "href": "./items/s00w180_part-4c14a874176e.json", + "href": "./items/s00w090.json", "type": "application/json" }, { "rel": "item", - "href": "./items/s44w180_part-a0d37fa6b860.json", + "href": "./items/s00w180.json", "type": "application/json" }, { "rel": "item", - "href": "./items/s67e003_part-0cf32e3e4fbd.json", + "href": "./items/s44w180.json", "type": "application/json" }, { "rel": "item", - "href": "./items/s67e092_part-e632a8483efd.json", + "href": "./items/s67e003.json", "type": "application/json" }, { "rel": "item", - "href": "./items/s67e135_part-50fd7c9c4189.json", + "href": "./items/s67e092.json", "type": "application/json" }, { "rel": "item", - "href": "./items/s67w090_part-5896b4249ef3.json", + "href": "./items/s67w090.json", "type": "application/json" }, { "rel": "item", - "href": "./items/s70e000_part-2dcb7cc117a0.json", + "href": "./items/s70e000.json", "type": "application/json" }, { "rel": "item", - "href": "./items/s78e090_part-e14b5386bff2.json", + "href": "./items/s78e090.json", "type": "application/json" }, { "rel": "item", - "href": "./items/s78w090_part-6ff08da25035.json", + "href": "./items/s78w090.json", "type": "application/json" }, { "rel": "item", - "href": "./items/s79w180_part-097913ab1a9e.json", + "href": "./items/s79w180.json", "type": "application/json" }, - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, { "rel": "parent", "href": "../catalog.json", @@ -125,14 +99,13 @@ ], "stac_extensions": [ "https://stac-extensions.github.io/item-assets/v1.0.0/schema.json", - "https://stac-extensions.github.io/scientific/v1.0.0/schema.json", - "https://stac-extensions.github.io/table/v1.2.0/schema.json", - "https://stac-extensions.github.io/version/v1.2.0/schema.json" + "https://stac-extensions.github.io/version/v1.2.0/schema.json", + "https://stac-extensions.github.io/scientific/v1.0.0/schema.json" ], "item_assets": { "data": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", + "title": "Global Coastal Transect Repository (GCTR)", + "description": "\nA Parquet dataset containing coastal transects and derived attributes, including intersection \ndistances to OSM coastlines at multiple bearings and shoreline change rates from the ShorelineMonitor dataset.\n", "roles": [ "data" ], @@ -142,189 +115,154 @@ }, "table:columns": [ { - "name": "tr_name", + "name": "transect_id", "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." }, { "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." + "type": "float32", + "description": "Longitude coordinate of the transect origin." }, { "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." + "type": "float32", + "description": "Latitude coordinate of the transect origin." }, { "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." + "type": "float32", + "description": "Bearing angle of the transect, measured clockwise from the north." }, { "name": "geometry", - "type": "byte_array", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." + "type": "geometry", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." }, { - "name": "coastline_is_closed", + "name": "osm_coastline_is_closed", "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." }, { - "name": "coastline_length", + "name": "osm_coastline_length", "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." }, { - "name": "utm_crs", + "name": "utm_epsg", "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." }, { "name": "bbox", - "type": "struct", - "description": "Bounding box of the transect geometry, given by minimum and maximum coordinates in x (longitude) and y (latitude)." + "type": "object", + "description": "Bounding box of the transect geometry, defined by minimum and maximum x (longitude) and y (latitude) coordinates." }, { "name": "quadkey", "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." }, { - "name": "country", + "name": "continent", "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." + "description": "Name of the continent where the transect is located." }, { - "name": "common_country_name", + "name": "country", "type": "string", - "description": "The commonly used name of the country where the transect is located." + "description": "ISO alpha-2 country code for the transect's location." }, { - "name": "country_wikidata", + "name": "common_country_name", "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." + "description": "Common name of the country where the transect is located." }, { - "name": "continent", + "name": "common_region_name", "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." + "description": "Common name of the region where the transect is located." }, { "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." }, { "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." }, { "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." }, { "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." }, { "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." }, { "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." }, { "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." }, { "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." }, { "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." }, { "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." }, { "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." }, { "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." }, { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." + "name": "sds:change_rate", + "type": "float32", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." } ] } }, - "base_url": "az://gctr/release/2024-05-14", - "sci:citation": "Calkoen, et al.2024, Enabling Coastal Analytics at Broad Spatial Scales, in progress. ", - "version": "1", + "storage_pattern": "az://gctr/release/2024-12-17", + "version": "2024-12-17", + "sci:citation": "Calkoen, 2025, Global Coastal Transect Repository (GCTR), in progress.", "title": "Global Coastal Transect Repository (GCTR)", "extent": { "spatial": { "bbox": [ [ - -179.99979946036342, + -179.99979945991507, -78.74747176732404, - 179.9998718372176, + 179.9998718338963, 83.66967471602302 ] ] @@ -332,37 +270,20 @@ "temporal": { "interval": [ [ - "2024-03-18T00:00:00Z", - "2024-03-18T00:00:00Z" + "2023-02-09T00:00:00Z", + "2023-02-09T00:00:00Z" ] ] } }, - "license": "ODbL-1.0", - "keywords": [ - "Coast", - "Coastal", - "Transects", - "Coastal transects", - "Coastal Change", - "Coastal Characteristics", - "ERA5", - "Satellite-Derived Shorelines", - "SDS", - "GCTR", - "GCTS", - "CoCliCo", - "Deltares", - "GeoParquet" - ], + "license": "CC-BY-4.0", "providers": [ { "name": "Deltares", "roles": [ "producer", "processor", - "host", - "licensor" + "host" ], "url": "https://deltares.nl" } @@ -371,15 +292,18 @@ "thumbnail": { "href": "https://coclico.blob.core.windows.net/assets/thumbnails/gcts-thumbnail.jpeg", "type": "image/jpeg", - "title": "Thumbnail" + "title": "Thumbnail", + "roles": [ + "thumbnail" + ] }, "geoparquet-stac-items": { - "href": "az://items/gctr.parquet", + "href": "https://coclico.blob.core.windows.net/items/gctr.parquet", "type": "application/vnd.apache.parquet", "title": "GeoParquet STAC items", "description": "Snapshot of the collection's STAC items exported to GeoParquet format.", "roles": [ - "data" + "metadata" ] } } diff --git a/current/gctr/items/n00e045_part-d63b246c08ed.json b/current/gctr/items/n00e045_part-d63b246c08ed.json deleted file mode 100644 index 879046ba11..0000000000 --- a/current/gctr/items/n00e045_part-d63b246c08ed.json +++ /dev/null @@ -1,446 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "n00e045_part-d63b246c08ed", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "proj:bbox": [ - 44.99622249273487, - 0.1791485568512368, - 89.88576248100047, - 21.95147815836437 - ], - "proj:epsg": 4326, - "table:row_count": 132027, - "created": "2024-05-15T05:45:05.417924Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 89.88576248100047, - 0.1791485568512368 - ], - [ - 89.88576248100047, - 21.95147815836437 - ], - [ - 44.99622249273487, - 21.95147815836437 - ], - [ - 44.99622249273487, - 0.1791485568512368 - ], - [ - 89.88576248100047, - 0.1791485568512368 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gctr/release/2024-05-14/n00e045_part-d63b246c08ed.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:storage_options": { - "account_name": "coclico" - }, - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "byte_array", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox", - "type": "struct", - "description": "Bounding box of the transect geometry, given by minimum and maximum coordinates in x (longitude) and y (latitude)." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "roles": [ - "data" - ] - } - }, - "bbox": [ - 44.99622249273487, - 0.1791485568512368, - 89.88576248100047, - 21.95147815836437 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/n00e172_part-b56136a8940c.json b/current/gctr/items/n00e172_part-b56136a8940c.json deleted file mode 100644 index 03d7cd6b3f..0000000000 --- a/current/gctr/items/n00e172_part-b56136a8940c.json +++ /dev/null @@ -1,446 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "n00e172_part-b56136a8940c", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "proj:bbox": [ - 171.7948231818847, - 0.11202151881534958, - 173.9523305157334, - 6.058069550204857 - ], - "proj:epsg": 4326, - "table:row_count": 5652, - "created": "2024-05-15T05:45:05.982294Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 173.9523305157334, - 0.11202151881534958 - ], - [ - 173.9523305157334, - 6.058069550204857 - ], - [ - 171.7948231818847, - 6.058069550204857 - ], - [ - 171.7948231818847, - 0.11202151881534958 - ], - [ - 173.9523305157334, - 0.11202151881534958 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gctr/release/2024-05-14/n00e172_part-b56136a8940c.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:storage_options": { - "account_name": "coclico" - }, - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "byte_array", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox", - "type": "struct", - "description": "Bounding box of the transect geometry, given by minimum and maximum coordinates in x (longitude) and y (latitude)." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "roles": [ - "data" - ] - } - }, - "bbox": [ - 171.7948231818847, - 0.11202151881534958, - 173.9523305157334, - 6.058069550204857 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/n32w090_part-b9b782721d23.json b/current/gctr/items/n32w090_part-b9b782721d23.json deleted file mode 100644 index 9bf09e233e..0000000000 --- a/current/gctr/items/n32w090_part-b9b782721d23.json +++ /dev/null @@ -1,446 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "n32w090_part-b9b782721d23", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "proj:bbox": [ - -90.01697414042903, - 31.943983331152456, - -0.00012360633558614983, - 66.52205836170414 - ], - "proj:epsg": 4326, - "table:row_count": 1432481, - "created": "2024-05-15T05:45:35.862767Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -0.00012360633558614983, - 31.943983331152456 - ], - [ - -0.00012360633558614983, - 66.52205836170414 - ], - [ - -90.01697414042903, - 66.52205836170414 - ], - [ - -90.01697414042903, - 31.943983331152456 - ], - [ - -0.00012360633558614983, - 31.943983331152456 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gctr/release/2024-05-14/n32w090_part-b9b782721d23.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:storage_options": { - "account_name": "coclico" - }, - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "byte_array", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox", - "type": "struct", - "description": "Bounding box of the transect geometry, given by minimum and maximum coordinates in x (longitude) and y (latitude)." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "roles": [ - "data" - ] - } - }, - "bbox": [ - -90.01697414042903, - 31.943983331152456, - -0.00012360633558614983, - 66.52205836170414 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/n67e010.json b/current/gctr/items/n67e010.json new file mode 100644 index 0000000000..6828194f07 --- /dev/null +++ b/current/gctr/items/n67e010.json @@ -0,0 +1,380 @@ +{ + "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": "n67e010", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 90.02795856218327, + 66.50458545284066 + ], + [ + 90.02795856218327, + 81.86756819737198 + ], + [ + 10.415408379310252, + 81.86756819737198 + ], + [ + 10.415408379310252, + 66.50458545284066 + ], + [ + 90.02795856218327, + 66.50458545284066 + ] + ] + ] + }, + "bbox": [ + 10.415408379310252, + 66.50458545284066, + 90.02795856218327, + 81.86756819737198 + ], + "properties": { + "created": "2024-12-18T17:16:13.643168Z", + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "string", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "proj:bbox": [ + 10.415408379310252, + 66.50458545284066, + 90.02795856218327, + 81.86756819737198 + ], + "proj:epsg": 4326, + "table:row_count": 523905, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gctr/release/2024-12-17/n67e010.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + } + ], + "assets": { + "data": { + "href": "az://gctr/release/2024-12-17/n67e010.parquet", + "type": "application/vnd.apache.parquet", + "title": "Global Coastal Transect Repository (GCTR)", + "description": "\nA Parquet dataset containing coastal transects and derived attributes, including intersection \ndistances to OSM coastlines at multiple bearings and shoreline change rates from the ShorelineMonitor dataset.\n", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float32", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float32", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float32", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the transect geometry, defined by minimum and maximum x (longitude) and y (latitude) coordinates." + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "string", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float32", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "gctr" +} \ No newline at end of file diff --git a/current/gctr/items/n67e010_part-0070003ef475.json b/current/gctr/items/n67e010_part-0070003ef475.json deleted file mode 100644 index bae22398c9..0000000000 --- a/current/gctr/items/n67e010_part-0070003ef475.json +++ /dev/null @@ -1,446 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "n67e010_part-0070003ef475", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "proj:bbox": [ - 10.415408379310252, - 66.50458545284066, - 90.02795856114345, - 81.86756819737198 - ], - "proj:epsg": 4326, - "table:row_count": 523905, - "created": "2024-05-15T05:45:47.491106Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 90.02795856114345, - 66.50458545284066 - ], - [ - 90.02795856114345, - 81.86756819737198 - ], - [ - 10.415408379310252, - 81.86756819737198 - ], - [ - 10.415408379310252, - 66.50458545284066 - ], - [ - 90.02795856114345, - 66.50458545284066 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gctr/release/2024-05-14/n67e010_part-0070003ef475.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:storage_options": { - "account_name": "coclico" - }, - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "byte_array", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox", - "type": "struct", - "description": "Bounding box of the transect geometry, given by minimum and maximum coordinates in x (longitude) and y (latitude)." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "roles": [ - "data" - ] - } - }, - "bbox": [ - 10.415408379310252, - 66.50458545284066, - 90.02795856114345, - 81.86756819737198 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/n67e010_part-5def52f559b4.json b/current/gctr/items/n67e010_part-5def52f559b4.json deleted file mode 100644 index ba1be7e221..0000000000 --- a/current/gctr/items/n67e010_part-5def52f559b4.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "n67e010_part-5def52f559b4", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string" - }, - { - "name": "admin_level_1_name", - "type": "string" - }, - { - "name": "isoSubCountryCode", - "type": "string" - }, - { - "name": "admin_level_2_name", - "type": "string" - } - ], - "proj:bbox": [ - 10.415408379310252, - 66.50458545284066, - 90.02795856114345, - 81.86756819737198 - ], - "proj:epsg": 4326, - "table:row_count": 523905, - "created": "2024-05-14T21:43:21.279535Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 90.02795856114345, - 66.50458545284066 - ], - [ - 90.02795856114345, - 81.86756819737198 - ], - [ - 10.415408379310252, - 81.86756819737198 - ], - [ - 10.415408379310252, - 66.50458545284066 - ], - [ - 90.02795856114345, - 66.50458545284066 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gcts/n67e010_part-5def52f559b4.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 10.415408379310252, - 66.50458545284066, - 90.02795856114345, - 81.86756819737198 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/n67w090.json b/current/gctr/items/n67w090.json new file mode 100644 index 0000000000..f33edbf8f5 --- /dev/null +++ b/current/gctr/items/n67w090.json @@ -0,0 +1,380 @@ +{ + "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": "n67w090", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -7.9036232753206574, + 66.50435737903862 + ], + [ + -7.9036232753206574, + 83.66967471602302 + ], + [ + -90.05929688568439, + 83.66967471602302 + ], + [ + -90.05929688568439, + 66.50435737903862 + ], + [ + -7.9036232753206574, + 66.50435737903862 + ] + ] + ] + }, + "bbox": [ + -90.05929688568439, + 66.50435737903862, + -7.9036232753206574, + 83.66967471602302 + ], + "properties": { + "created": "2024-12-18T17:16:13.643168Z", + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "string", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "proj:bbox": [ + -90.05929688568439, + 66.50435737903862, + -7.9036232753206574, + 83.66967471602302 + ], + "proj:epsg": 4326, + "table:row_count": 803314, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gctr/release/2024-12-17/n67w090.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + } + ], + "assets": { + "data": { + "href": "az://gctr/release/2024-12-17/n67w090.parquet", + "type": "application/vnd.apache.parquet", + "title": "Global Coastal Transect Repository (GCTR)", + "description": "\nA Parquet dataset containing coastal transects and derived attributes, including intersection \ndistances to OSM coastlines at multiple bearings and shoreline change rates from the ShorelineMonitor dataset.\n", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float32", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float32", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float32", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the transect geometry, defined by minimum and maximum x (longitude) and y (latitude) coordinates." + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "string", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float32", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "gctr" +} \ No newline at end of file diff --git a/current/gctr/items/n67w090_part-359f677306c1.json b/current/gctr/items/n67w090_part-359f677306c1.json deleted file mode 100644 index 0b972543e4..0000000000 --- a/current/gctr/items/n67w090_part-359f677306c1.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "n67w090_part-359f677306c1", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string" - }, - { - "name": "admin_level_1_name", - "type": "string" - }, - { - "name": "isoSubCountryCode", - "type": "string" - }, - { - "name": "admin_level_2_name", - "type": "string" - } - ], - "proj:bbox": [ - -90.05929688568439, - 66.50435737903862, - -7.9036232753206574, - 83.66967471602302 - ], - "proj:epsg": 4326, - "table:row_count": 803313, - "created": "2024-05-14T21:43:37.358620Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -7.9036232753206574, - 66.50435737903862 - ], - [ - -7.9036232753206574, - 83.66967471602302 - ], - [ - -90.05929688568439, - 83.66967471602302 - ], - [ - -90.05929688568439, - 66.50435737903862 - ], - [ - -7.9036232753206574, - 66.50435737903862 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gcts/n67w090_part-359f677306c1.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -90.05929688568439, - 66.50435737903862, - -7.9036232753206574, - 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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/n67w090_part-471713e4dec6.json b/current/gctr/items/n67w090_part-471713e4dec6.json deleted file mode 100644 index 5fe89fd66a..0000000000 --- a/current/gctr/items/n67w090_part-471713e4dec6.json +++ /dev/null @@ -1,446 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "n67w090_part-471713e4dec6", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "proj:bbox": [ - -90.05929688568439, - 66.50435737903862, - -7.9036232753206574, - 83.66967471602302 - ], - "proj:epsg": 4326, - "table:row_count": 803313, - "created": "2024-05-15T05:46:04.159384Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -7.9036232753206574, - 66.50435737903862 - ], - [ - -7.9036232753206574, - 83.66967471602302 - ], - [ - -90.05929688568439, - 83.66967471602302 - ], - [ - -90.05929688568439, - 66.50435737903862 - ], - [ - -7.9036232753206574, - 66.50435737903862 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gctr/release/2024-05-14/n67w090_part-471713e4dec6.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:storage_options": { - "account_name": "coclico" - }, - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "byte_array", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox", - "type": "struct", - "description": "Bounding box of the transect geometry, given by minimum and maximum coordinates in x (longitude) and y (latitude)." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "roles": [ - "data" - ] - } - }, - "bbox": [ - -90.05929688568439, - 66.50435737903862, - -7.9036232753206574, - 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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/n67w180.json b/current/gctr/items/n67w180.json new file mode 100644 index 0000000000..ec07b48cfc --- /dev/null +++ b/current/gctr/items/n67w180.json @@ -0,0 +1,380 @@ +{ + "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": "n67w180", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -89.9571859104307, + 66.50557986809558 + ], + [ + -89.9571859104307, + 81.93936474444614 + ], + [ + -179.9997518656276, + 81.93936474444614 + ], + [ + -179.9997518656276, + 66.50557986809558 + ], + [ + -89.9571859104307, + 66.50557986809558 + ] + ] + ] + }, + "bbox": [ + -179.9997518656276, + 66.50557986809558, + -89.9571859104307, + 81.93936474444614 + ], + "properties": { + "created": "2024-12-18T17:16:13.643168Z", + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "string", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "proj:bbox": [ + -179.9997518656276, + 66.50557986809558, + -89.9571859104307, + 81.93936474444614 + ], + "proj:epsg": 4326, + "table:row_count": 650158, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gctr/release/2024-12-17/n67w180.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + } + ], + "assets": { + "data": { + "href": "az://gctr/release/2024-12-17/n67w180.parquet", + "type": "application/vnd.apache.parquet", + "title": "Global Coastal Transect Repository (GCTR)", + "description": "\nA Parquet dataset containing coastal transects and derived attributes, including intersection \ndistances to OSM coastlines at multiple bearings and shoreline change rates from the ShorelineMonitor dataset.\n", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float32", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float32", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float32", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the transect geometry, defined by minimum and maximum x (longitude) and y (latitude) coordinates." + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "string", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float32", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "gctr" +} \ No newline at end of file diff --git a/current/gctr/items/n67w180_part-263e9cb9888f.json b/current/gctr/items/n67w180_part-263e9cb9888f.json deleted file mode 100644 index e331995b3a..0000000000 --- a/current/gctr/items/n67w180_part-263e9cb9888f.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "n67w180_part-263e9cb9888f", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string" - }, - { - "name": "admin_level_1_name", - "type": "string" - }, - { - "name": "isoSubCountryCode", - "type": "string" - }, - { - "name": "admin_level_2_name", - "type": "string" - } - ], - "proj:bbox": [ - -179.99975186592908, - 66.50557986809558, - -89.95718590977026, - 81.93936474444614 - ], - "proj:epsg": 4326, - "table:row_count": 650158, - "created": "2024-05-14T21:43:48.467019Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -89.95718590977026, - 66.50557986809558 - ], - [ - -89.95718590977026, - 81.93936474444614 - ], - [ - -179.99975186592908, - 81.93936474444614 - ], - [ - -179.99975186592908, - 66.50557986809558 - ], - [ - -89.95718590977026, - 66.50557986809558 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gcts/n67w180_part-263e9cb9888f.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -179.99975186592908, - 66.50557986809558, - -89.95718590977026, - 81.93936474444614 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/n67w180_part-ef6f9807ab97.json b/current/gctr/items/n67w180_part-ef6f9807ab97.json deleted file mode 100644 index 37675f580f..0000000000 --- a/current/gctr/items/n67w180_part-ef6f9807ab97.json +++ /dev/null @@ -1,446 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "n67w180_part-ef6f9807ab97", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "proj:bbox": [ - -179.99975186592908, - 66.50557986809558, - -89.95718590977026, - 81.93936474444614 - ], - "proj:epsg": 4326, - "table:row_count": 650158, - "created": "2024-05-15T05:46:18.201909Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -89.95718590977026, - 66.50557986809558 - ], - [ - -89.95718590977026, - 81.93936474444614 - ], - [ - -179.99975186592908, - 81.93936474444614 - ], - [ - -179.99975186592908, - 66.50557986809558 - ], - [ - -89.95718590977026, - 66.50557986809558 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gctr/release/2024-05-14/n67w180_part-ef6f9807ab97.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:storage_options": { - "account_name": "coclico" - }, - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "byte_array", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox", - "type": "struct", - "description": "Bounding box of the transect geometry, given by minimum and maximum coordinates in x (longitude) and y (latitude)." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "roles": [ - "data" - ] - } - }, - "bbox": [ - -179.99975186592908, - 66.50557986809558, - -89.95718590977026, - 81.93936474444614 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/n69e090.json b/current/gctr/items/n69e090.json new file mode 100644 index 0000000000..3a5d05ca21 --- /dev/null +++ b/current/gctr/items/n69e090.json @@ -0,0 +1,380 @@ +{ + "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": "n69e090", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 179.99985945372913, + 68.75571417997578 + ], + [ + 179.99985945372913, + 81.28357106532803 + ], + [ + 89.97127383184208, + 81.28357106532803 + ], + [ + 89.97127383184208, + 68.75571417997578 + ], + [ + 179.99985945372913, + 68.75571417997578 + ] + ] + ] + }, + "bbox": [ + 89.97127383184208, + 68.75571417997578, + 179.99985945372913, + 81.28357106532803 + ], + "properties": { + "created": "2024-12-18T17:16:13.643168Z", + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "string", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "proj:bbox": [ + 89.97127383184208, + 68.75571417997578, + 179.99985945372913, + 81.28357106532803 + ], + "proj:epsg": 4326, + "table:row_count": 262137, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gctr/release/2024-12-17/n69e090.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + } + ], + "assets": { + "data": { + "href": "az://gctr/release/2024-12-17/n69e090.parquet", + "type": "application/vnd.apache.parquet", + "title": "Global Coastal Transect Repository (GCTR)", + "description": "\nA Parquet dataset containing coastal transects and derived attributes, including intersection \ndistances to OSM coastlines at multiple bearings and shoreline change rates from the ShorelineMonitor dataset.\n", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float32", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float32", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float32", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the transect geometry, defined by minimum and maximum x (longitude) and y (latitude) coordinates." + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "string", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float32", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "gctr" +} \ No newline at end of file diff --git a/current/gctr/items/n69e090_part-9868be4770fd.json b/current/gctr/items/n69e090_part-9868be4770fd.json deleted file mode 100644 index c871a87a2b..0000000000 --- a/current/gctr/items/n69e090_part-9868be4770fd.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "n69e090_part-9868be4770fd", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string" - }, - { - "name": "admin_level_1_name", - "type": "string" - }, - { - "name": "isoSubCountryCode", - "type": "string" - }, - { - "name": "admin_level_2_name", - "type": "string" - } - ], - "proj:bbox": [ - 89.97127383184208, - 68.75571417997578, - 179.99985945372805, - 81.28357106532803 - ], - "proj:epsg": 4326, - "table:row_count": 262137, - "created": "2024-05-14T21:43:53.307965Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 179.99985945372805, - 68.75571417997578 - ], - [ - 179.99985945372805, - 81.28357106532803 - ], - [ - 89.97127383184208, - 81.28357106532803 - ], - [ - 89.97127383184208, - 68.75571417997578 - ], - [ - 179.99985945372805, - 68.75571417997578 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gcts/n69e090_part-9868be4770fd.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 89.97127383184208, - 68.75571417997578, - 179.99985945372805, - 81.28357106532803 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/n69e090_part-99eb7401adda.json b/current/gctr/items/n69e090_part-99eb7401adda.json deleted file mode 100644 index 9209705067..0000000000 --- a/current/gctr/items/n69e090_part-99eb7401adda.json +++ /dev/null @@ -1,446 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "n69e090_part-99eb7401adda", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "proj:bbox": [ - 89.97127383184208, - 68.75571417997578, - 179.99985945372805, - 81.28357106532803 - ], - "proj:epsg": 4326, - "table:row_count": 262137, - "created": "2024-05-15T05:46:24.403289Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 179.99985945372805, - 68.75571417997578 - ], - [ - 179.99985945372805, - 81.28357106532803 - ], - [ - 89.97127383184208, - 81.28357106532803 - ], - [ - 89.97127383184208, - 68.75571417997578 - ], - [ - 179.99985945372805, - 68.75571417997578 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gctr/release/2024-05-14/n69e090_part-99eb7401adda.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:storage_options": { - "account_name": "coclico" - }, - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "byte_array", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox", - "type": "struct", - "description": "Bounding box of the transect geometry, given by minimum and maximum coordinates in x (longitude) and y (latitude)." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "roles": [ - "data" - ] - } - }, - "bbox": [ - 89.97127383184208, - 68.75571417997578, - 179.99985945372805, - 81.28357106532803 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/s00e000_part-1ca396980e20.json b/current/gctr/items/s00e000_part-1ca396980e20.json deleted file mode 100644 index 3dffecb716..0000000000 --- a/current/gctr/items/s00e000_part-1ca396980e20.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s00e000_part-1ca396980e20", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string" - }, - { - "name": "admin_level_1_name", - "type": "string" - }, - { - "name": "isoSubCountryCode", - "type": "string" - }, - { - "name": "admin_level_2_name", - "type": "string" - } - ], - "proj:bbox": [ - 1.2736653741657814e-05, - -0.005980872321536195, - 90.00195435647078, - 66.52217373981003 - ], - "proj:epsg": 4326, - "table:row_count": 1564508, - "created": "2024-05-14T21:44:18.403825Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 90.00195435647078, - -0.005980872321536195 - ], - [ - 90.00195435647078, - 66.52217373981003 - ], - [ - 1.2736653741657814e-05, - 66.52217373981003 - ], - [ - 1.2736653741657814e-05, - -0.005980872321536195 - ], - [ - 90.00195435647078, - -0.005980872321536195 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gcts/s00e000_part-1ca396980e20.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 1.2736653741657814e-05, - -0.005980872321536195, - 90.00195435647078, - 66.52217373981003 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/s00e000_part-4fcd75020d34.json b/current/gctr/items/s00e000_part-4fcd75020d34.json deleted file mode 100644 index 292aeb5c26..0000000000 --- a/current/gctr/items/s00e000_part-4fcd75020d34.json +++ /dev/null @@ -1,446 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s00e000_part-4fcd75020d34", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "proj:bbox": [ - 1.2736653741657814e-05, - -0.005980872321536195, - 90.00195435647078, - 66.52217373981003 - ], - "proj:epsg": 4326, - "table:row_count": 1432481, - "created": "2024-05-15T05:46:53.585343Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 90.00195435647078, - -0.005980872321536195 - ], - [ - 90.00195435647078, - 66.52217373981003 - ], - [ - 1.2736653741657814e-05, - 66.52217373981003 - ], - [ - 1.2736653741657814e-05, - -0.005980872321536195 - ], - [ - 90.00195435647078, - -0.005980872321536195 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gctr/release/2024-05-14/s00e000_part-4fcd75020d34.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:storage_options": { - "account_name": "coclico" - }, - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "byte_array", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox", - "type": "struct", - "description": "Bounding box of the transect geometry, given by minimum and maximum coordinates in x (longitude) and y (latitude)." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "roles": [ - "data" - ] - } - }, - "bbox": [ - 1.2736653741657814e-05, - -0.005980872321536195, - 90.00195435647078, - 66.52217373981003 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/s00e090.json b/current/gctr/items/s00e090.json new file mode 100644 index 0000000000..3683518a55 --- /dev/null +++ b/current/gctr/items/s00e090.json @@ -0,0 +1,380 @@ +{ + "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": "s00e090", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 179.99972994412337, + -0.00884311529207947 + ], + [ + 179.99972994412337, + 65.08391273317517 + ], + [ + 89.99737841548624, + 65.08391273317517 + ], + [ + 89.99737841548624, + -0.00884311529207947 + ], + [ + 179.99972994412337, + -0.00884311529207947 + ] + ] + ] + }, + "bbox": [ + 89.99737841548624, + -0.00884311529207947, + 179.99972994412337, + 65.08391273317517 + ], + "properties": { + "created": "2024-12-18T17:16:13.643168Z", + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "string", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "proj:bbox": [ + 89.99737841548624, + -0.00884311529207947, + 179.99972994412337, + 65.08391273317517 + ], + "proj:epsg": 4326, + "table:row_count": 1438133, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gctr/release/2024-12-17/s00e090.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + } + ], + "assets": { + "data": { + "href": "az://gctr/release/2024-12-17/s00e090.parquet", + "type": "application/vnd.apache.parquet", + "title": "Global Coastal Transect Repository (GCTR)", + "description": "\nA Parquet dataset containing coastal transects and derived attributes, including intersection \ndistances to OSM coastlines at multiple bearings and shoreline change rates from the ShorelineMonitor dataset.\n", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float32", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float32", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float32", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the transect geometry, defined by minimum and maximum x (longitude) and y (latitude) coordinates." + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "string", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float32", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "gctr" +} \ No newline at end of file diff --git a/current/gctr/items/s00e090_part-cebd4ca47b2c.json b/current/gctr/items/s00e090_part-cebd4ca47b2c.json deleted file mode 100644 index bf3c036099..0000000000 --- a/current/gctr/items/s00e090_part-cebd4ca47b2c.json +++ /dev/null @@ -1,446 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s00e090_part-cebd4ca47b2c", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "proj:bbox": [ - 89.99737841548624, - -0.00884311529207947, - 179.99972994511847, - 65.08391273317105 - ], - "proj:epsg": 4326, - "table:row_count": 1432481, - "created": "2024-05-15T05:47:23.650261Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 179.99972994511847, - -0.00884311529207947 - ], - [ - 179.99972994511847, - 65.08391273317105 - ], - [ - 89.99737841548624, - 65.08391273317105 - ], - [ - 89.99737841548624, - -0.00884311529207947 - ], - [ - 179.99972994511847, - -0.00884311529207947 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gctr/release/2024-05-14/s00e090_part-cebd4ca47b2c.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:storage_options": { - "account_name": "coclico" - }, - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "byte_array", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox", - "type": "struct", - "description": "Bounding box of the transect geometry, given by minimum and maximum coordinates in x (longitude) and y (latitude)." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "roles": [ - "data" - ] - } - }, - "bbox": [ - 89.99737841548624, - -0.00884311529207947, - 179.99972994511847, - 65.08391273317105 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/s00e090_part-d5a0cd564131.json b/current/gctr/items/s00e090_part-d5a0cd564131.json deleted file mode 100644 index 518a009cc6..0000000000 --- a/current/gctr/items/s00e090_part-d5a0cd564131.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s00e090_part-d5a0cd564131", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string" - }, - { - "name": "admin_level_1_name", - "type": "string" - }, - { - "name": "isoSubCountryCode", - "type": "string" - }, - { - "name": "admin_level_2_name", - "type": "string" - } - ], - "proj:bbox": [ - 89.99737841548624, - -0.00884311529207947, - 179.99972994511847, - 65.08391273317105 - ], - "proj:epsg": 4326, - "table:row_count": 1438133, - "created": "2024-05-14T21:44:42.616612Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 179.99972994511847, - -0.00884311529207947 - ], - [ - 179.99972994511847, - 65.08391273317105 - ], - [ - 89.99737841548624, - 65.08391273317105 - ], - [ - 89.99737841548624, - -0.00884311529207947 - ], - [ - 179.99972994511847, - -0.00884311529207947 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gcts/s00e090_part-d5a0cd564131.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 89.99737841548624, - -0.00884311529207947, - 179.99972994511847, - 65.08391273317105 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/s00w000.json b/current/gctr/items/s00w000.json new file mode 100644 index 0000000000..412db49e6b --- /dev/null +++ b/current/gctr/items/s00w000.json @@ -0,0 +1,380 @@ +{ + "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": "s00w000", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 90.00195435647078, + -0.005980872321536195 + ], + [ + 90.00195435647078, + 66.52217373981003 + ], + [ + -0.011342406129431637, + 66.52217373981003 + ], + [ + -0.011342406129431637, + -0.005980872321536195 + ], + [ + 90.00195435647078, + -0.005980872321536195 + ] + ] + ] + }, + "bbox": [ + -0.011342406129431637, + -0.005980872321536195, + 90.00195435647078, + 66.52217373981003 + ], + "properties": { + "created": "2024-12-18T17:16:13.643168Z", + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "string", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "proj:bbox": [ + -0.011342406129431637, + -0.005980872321536195, + 90.00195435647078, + 66.52217373981003 + ], + "proj:epsg": 4326, + "table:row_count": 1564612, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gctr/release/2024-12-17/s00w000.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + } + ], + "assets": { + "data": { + "href": "az://gctr/release/2024-12-17/s00w000.parquet", + "type": "application/vnd.apache.parquet", + "title": "Global Coastal Transect Repository (GCTR)", + "description": "\nA Parquet dataset containing coastal transects and derived attributes, including intersection \ndistances to OSM coastlines at multiple bearings and shoreline change rates from the ShorelineMonitor dataset.\n", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float32", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float32", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float32", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the transect geometry, defined by minimum and maximum x (longitude) and y (latitude) coordinates." + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "string", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float32", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "gctr" +} \ No newline at end of file diff --git a/current/gctr/items/s00w090.json b/current/gctr/items/s00w090.json new file mode 100644 index 0000000000..54c5c786b5 --- /dev/null +++ b/current/gctr/items/s00w090.json @@ -0,0 +1,380 @@ +{ + "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": "s00w090", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.011837738417443462, + -0.00870772774355085 + ], + [ + 0.011837738417443462, + 66.52205836170644 + ], + [ + -90.01697414042903, + 66.52205836170644 + ], + [ + -90.01697414042903, + -0.00870772774355085 + ], + [ + 0.011837738417443462, + -0.00870772774355085 + ] + ] + ] + }, + "bbox": [ + -90.01697414042903, + -0.00870772774355085, + 0.011837738417443462, + 66.52205836170644 + ], + "properties": { + "created": "2024-12-18T17:16:13.643168Z", + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "string", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "proj:bbox": [ + -90.01697414042903, + -0.00870772774355085, + 0.011837738417443462, + 66.52205836170644 + ], + "proj:epsg": 4326, + "table:row_count": 2223213, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gctr/release/2024-12-17/s00w090.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + } + ], + "assets": { + "data": { + "href": "az://gctr/release/2024-12-17/s00w090.parquet", + "type": "application/vnd.apache.parquet", + "title": "Global Coastal Transect Repository (GCTR)", + "description": "\nA Parquet dataset containing coastal transects and derived attributes, including intersection \ndistances to OSM coastlines at multiple bearings and shoreline change rates from the ShorelineMonitor dataset.\n", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float32", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float32", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float32", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the transect geometry, defined by minimum and maximum x (longitude) and y (latitude) coordinates." + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "string", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float32", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "gctr" +} \ No newline at end of file diff --git a/current/gctr/items/s00w090_part-1340b3d315ea.json b/current/gctr/items/s00w090_part-1340b3d315ea.json deleted file mode 100644 index 276fa469d4..0000000000 --- a/current/gctr/items/s00w090_part-1340b3d315ea.json +++ /dev/null @@ -1,446 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s00w090_part-1340b3d315ea", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "proj:bbox": [ - -90.00569034542886, - -0.00870772774355085, - -1.175311021069507e-05, - 40.98888315621471 - ], - "proj:epsg": 4326, - "table:row_count": 790641, - "created": "2024-05-15T05:47:39.856773Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -1.175311021069507e-05, - -0.00870772774355085 - ], - [ - -1.175311021069507e-05, - 40.98888315621471 - ], - [ - -90.00569034542886, - 40.98888315621471 - ], - [ - -90.00569034542886, - -0.00870772774355085 - ], - [ - -1.175311021069507e-05, - -0.00870772774355085 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gctr/release/2024-05-14/s00w090_part-1340b3d315ea.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:storage_options": { - "account_name": "coclico" - }, - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "byte_array", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox", - "type": "struct", - "description": "Bounding box of the transect geometry, given by minimum and maximum coordinates in x (longitude) and y (latitude)." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "roles": [ - "data" - ] - } - }, - "bbox": [ - -90.00569034542886, - -0.00870772774355085, - -1.175311021069507e-05, - 40.98888315621471 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/s00w090_part-372ca9bdfc40.json b/current/gctr/items/s00w090_part-372ca9bdfc40.json deleted file mode 100644 index 2c0fe41fdb..0000000000 --- a/current/gctr/items/s00w090_part-372ca9bdfc40.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s00w090_part-372ca9bdfc40", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string" - }, - { - "name": "admin_level_1_name", - "type": "string" - }, - { - "name": "isoSubCountryCode", - "type": "string" - }, - { - "name": "admin_level_2_name", - "type": "string" - } - ], - "proj:bbox": [ - -90.01697414042903, - -0.00870772774355085, - -1.175311021069507e-05, - 66.52205836170414 - ], - "proj:epsg": 4326, - "table:row_count": 2223122, - "created": "2024-05-14T21:45:22.069080Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -1.175311021069507e-05, - -0.00870772774355085 - ], - [ - -1.175311021069507e-05, - 66.52205836170414 - ], - [ - -90.01697414042903, - 66.52205836170414 - ], - [ - -90.01697414042903, - -0.00870772774355085 - ], - [ - -1.175311021069507e-05, - -0.00870772774355085 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gcts/s00w090_part-372ca9bdfc40.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -90.01697414042903, - -0.00870772774355085, - -1.175311021069507e-05, - 66.52205836170414 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/s00w180.json b/current/gctr/items/s00w180.json new file mode 100644 index 0000000000..3010e039f7 --- /dev/null +++ b/current/gctr/items/s00w180.json @@ -0,0 +1,380 @@ +{ + "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": "s00w180", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -89.98087465130494, + -0.00754661853550994 + ], + [ + -89.98087465130494, + 66.52118909485309 + ], + [ + -179.99922504200103, + 66.52118909485309 + ], + [ + -179.99922504200103, + -0.00754661853550994 + ], + [ + -89.98087465130494, + -0.00754661853550994 + ] + ] + ] + }, + "bbox": [ + -179.99922504200103, + -0.00754661853550994, + -89.98087465130494, + 66.52118909485309 + ], + "properties": { + "created": "2024-12-18T17:16:13.643168Z", + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "string", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "proj:bbox": [ + -179.99922504200103, + -0.00754661853550994, + -89.98087465130494, + 66.52118909485309 + ], + "proj:epsg": 4326, + "table:row_count": 1000455, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gctr/release/2024-12-17/s00w180.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + } + ], + "assets": { + "data": { + "href": "az://gctr/release/2024-12-17/s00w180.parquet", + "type": "application/vnd.apache.parquet", + "title": "Global Coastal Transect Repository (GCTR)", + "description": "\nA Parquet dataset containing coastal transects and derived attributes, including intersection \ndistances to OSM coastlines at multiple bearings and shoreline change rates from the ShorelineMonitor dataset.\n", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float32", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float32", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float32", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the transect geometry, defined by minimum and maximum x (longitude) and y (latitude) coordinates." + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "string", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float32", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "gctr" +} \ No newline at end of file diff --git a/current/gctr/items/s00w180_part-1f91d4d0e3ee.json b/current/gctr/items/s00w180_part-1f91d4d0e3ee.json deleted file mode 100644 index 30c2ebff75..0000000000 --- a/current/gctr/items/s00w180_part-1f91d4d0e3ee.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s00w180_part-1f91d4d0e3ee", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string" - }, - { - "name": "admin_level_1_name", - "type": "string" - }, - { - "name": "isoSubCountryCode", - "type": "string" - }, - { - "name": "admin_level_2_name", - "type": "string" - } - ], - "proj:bbox": [ - -179.99922504240433, - -0.00754661853550994, - -89.98087465130494, - 66.52118909490382 - ], - "proj:epsg": 4326, - "table:row_count": 1000454, - "created": "2024-05-14T21:45:37.260051Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -89.98087465130494, - -0.00754661853550994 - ], - [ - -89.98087465130494, - 66.52118909490382 - ], - [ - -179.99922504240433, - 66.52118909490382 - ], - [ - -179.99922504240433, - -0.00754661853550994 - ], - [ - -89.98087465130494, - -0.00754661853550994 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gcts/s00w180_part-1f91d4d0e3ee.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -179.99922504240433, - -0.00754661853550994, - -89.98087465130494, - 66.52118909490382 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/s00w180_part-4c14a874176e.json b/current/gctr/items/s00w180_part-4c14a874176e.json deleted file mode 100644 index bc3f010c07..0000000000 --- a/current/gctr/items/s00w180_part-4c14a874176e.json +++ /dev/null @@ -1,446 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s00w180_part-4c14a874176e", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "proj:bbox": [ - -179.99922504240433, - -0.00754661853550994, - -89.98087465130494, - 66.52118909490382 - ], - "proj:epsg": 4326, - "table:row_count": 1000454, - "created": "2024-05-15T05:48:00.341324Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -89.98087465130494, - -0.00754661853550994 - ], - [ - -89.98087465130494, - 66.52118909490382 - ], - [ - -179.99922504240433, - 66.52118909490382 - ], - [ - -179.99922504240433, - -0.00754661853550994 - ], - [ - -89.98087465130494, - -0.00754661853550994 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gctr/release/2024-05-14/s00w180_part-4c14a874176e.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:storage_options": { - "account_name": "coclico" - }, - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "byte_array", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox", - "type": "struct", - "description": "Bounding box of the transect geometry, given by minimum and maximum coordinates in x (longitude) and y (latitude)." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "roles": [ - "data" - ] - } - }, - "bbox": [ - -179.99922504240433, - -0.00754661853550994, - -89.98087465130494, - 66.52118909490382 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/s44w180.json b/current/gctr/items/s44w180.json new file mode 100644 index 0000000000..88cd901454 --- /dev/null +++ b/current/gctr/items/s44w180.json @@ -0,0 +1,380 @@ +{ + "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": "s44w180", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -90.0205575222102, + -44.36481636150472 + ], + [ + -90.0205575222102, + 0.0070562073083440075 + ], + [ + -179.99979945991507, + 0.0070562073083440075 + ], + [ + -179.99979945991507, + -44.36481636150472 + ], + [ + -90.0205575222102, + -44.36481636150472 + ] + ] + ] + }, + "bbox": [ + -179.99979945991507, + -44.36481636150472, + -90.0205575222102, + 0.0070562073083440075 + ], + "properties": { + "created": "2024-12-18T17:16:13.643168Z", + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "string", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "proj:bbox": [ + -179.99979945991507, + -44.36481636150472, + -90.0205575222102, + 0.0070562073083440075 + ], + "proj:epsg": 4326, + "table:row_count": 85236, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gctr/release/2024-12-17/s44w180.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + } + ], + "assets": { + "data": { + "href": "az://gctr/release/2024-12-17/s44w180.parquet", + "type": "application/vnd.apache.parquet", + "title": "Global Coastal Transect Repository (GCTR)", + "description": "\nA Parquet dataset containing coastal transects and derived attributes, including intersection \ndistances to OSM coastlines at multiple bearings and shoreline change rates from the ShorelineMonitor dataset.\n", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float32", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float32", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float32", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the transect geometry, defined by minimum and maximum x (longitude) and y (latitude) coordinates." + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "string", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float32", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "gctr" +} \ No newline at end of file diff --git a/current/gctr/items/s44w180_part-0a9fab5d4c42.json b/current/gctr/items/s44w180_part-0a9fab5d4c42.json deleted file mode 100644 index 66c2b5b8be..0000000000 --- a/current/gctr/items/s44w180_part-0a9fab5d4c42.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s44w180_part-0a9fab5d4c42", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string" - }, - { - "name": "admin_level_1_name", - "type": "string" - }, - { - "name": "isoSubCountryCode", - "type": "string" - }, - { - "name": "admin_level_2_name", - "type": "string" - } - ], - "proj:bbox": [ - -179.99979946036342, - -44.36481636150472, - -90.0205575222102, - 0.0070562073083440075 - ], - "proj:epsg": 4326, - "table:row_count": 85236, - "created": "2024-05-14T21:45:39.266409Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -90.0205575222102, - -44.36481636150472 - ], - [ - -90.0205575222102, - 0.0070562073083440075 - ], - [ - -179.99979946036342, - 0.0070562073083440075 - ], - [ - -179.99979946036342, - -44.36481636150472 - ], - [ - -90.0205575222102, - -44.36481636150472 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gcts/s44w180_part-0a9fab5d4c42.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -179.99979946036342, - -44.36481636150472, - -90.0205575222102, - 0.0070562073083440075 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/s44w180_part-a0d37fa6b860.json b/current/gctr/items/s44w180_part-a0d37fa6b860.json deleted file mode 100644 index e3d1b9308f..0000000000 --- a/current/gctr/items/s44w180_part-a0d37fa6b860.json +++ /dev/null @@ -1,446 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s44w180_part-a0d37fa6b860", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "proj:bbox": [ - -179.99979946036342, - -44.36481636150472, - -90.0205575222102, - 0.0070562073083440075 - ], - "proj:epsg": 4326, - "table:row_count": 85236, - "created": "2024-05-15T05:48:02.644718Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -90.0205575222102, - -44.36481636150472 - ], - [ - -90.0205575222102, - 0.0070562073083440075 - ], - [ - -179.99979946036342, - 0.0070562073083440075 - ], - [ - -179.99979946036342, - -44.36481636150472 - ], - [ - -90.0205575222102, - -44.36481636150472 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gctr/release/2024-05-14/s44w180_part-a0d37fa6b860.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:storage_options": { - "account_name": "coclico" - }, - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "byte_array", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox", - "type": "struct", - "description": "Bounding box of the transect geometry, given by minimum and maximum coordinates in x (longitude) and y (latitude)." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "roles": [ - "data" - ] - } - }, - "bbox": [ - -179.99979946036342, - -44.36481636150472, - -90.0205575222102, - 0.0070562073083440075 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/s67e003.json b/current/gctr/items/s67e003.json new file mode 100644 index 0000000000..bb0f5ff006 --- /dev/null +++ b/current/gctr/items/s67e003.json @@ -0,0 +1,380 @@ +{ + "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": "s67e003", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 87.91094847506749, + -66.52064850942376 + ], + [ + 87.91094847506749, + 0.005281949743621451 + ], + [ + 3.271724793766211, + 0.005281949743621451 + ], + [ + 3.271724793766211, + -66.52064850942376 + ], + [ + 87.91094847506749, + -66.52064850942376 + ] + ] + ] + }, + "bbox": [ + 3.271724793766211, + -66.52064850942376, + 87.91094847506749, + 0.005281949743621451 + ], + "properties": { + "created": "2024-12-18T17:16:13.643168Z", + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "string", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "proj:bbox": [ + 3.271724793766211, + -66.52064850942376, + 87.91094847506749, + 0.005281949743621451 + ], + "proj:epsg": 4326, + "table:row_count": 255032, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gctr/release/2024-12-17/s67e003.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + } + ], + "assets": { + "data": { + "href": "az://gctr/release/2024-12-17/s67e003.parquet", + "type": "application/vnd.apache.parquet", + "title": "Global Coastal Transect Repository (GCTR)", + "description": "\nA Parquet dataset containing coastal transects and derived attributes, including intersection \ndistances to OSM coastlines at multiple bearings and shoreline change rates from the ShorelineMonitor dataset.\n", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float32", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float32", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float32", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the transect geometry, defined by minimum and maximum x (longitude) and y (latitude) coordinates." + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "string", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float32", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "gctr" +} \ No newline at end of file diff --git a/current/gctr/items/s67e003_part-0cf32e3e4fbd.json b/current/gctr/items/s67e003_part-0cf32e3e4fbd.json deleted file mode 100644 index ef73d6e945..0000000000 --- a/current/gctr/items/s67e003_part-0cf32e3e4fbd.json +++ /dev/null @@ -1,446 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s67e003_part-0cf32e3e4fbd", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "proj:bbox": [ - 3.271724793766211, - -66.52064850942376, - 87.91094847506749, - 0.005281949743621451 - ], - "proj:epsg": 4326, - "table:row_count": 255032, - "created": "2024-05-15T05:48:07.913769Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 87.91094847506749, - -66.52064850942376 - ], - [ - 87.91094847506749, - 0.005281949743621451 - ], - [ - 3.271724793766211, - 0.005281949743621451 - ], - [ - 3.271724793766211, - -66.52064850942376 - ], - [ - 87.91094847506749, - -66.52064850942376 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gctr/release/2024-05-14/s67e003_part-0cf32e3e4fbd.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:storage_options": { - "account_name": "coclico" - }, - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "byte_array", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox", - "type": "struct", - "description": "Bounding box of the transect geometry, given by minimum and maximum coordinates in x (longitude) and y (latitude)." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "roles": [ - "data" - ] - } - }, - "bbox": [ - 3.271724793766211, - -66.52064850942376, - 87.91094847506749, - 0.005281949743621451 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/s67e003_part-dcd9a48e68c9.json b/current/gctr/items/s67e003_part-dcd9a48e68c9.json deleted file mode 100644 index 5aef11e642..0000000000 --- a/current/gctr/items/s67e003_part-dcd9a48e68c9.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s67e003_part-dcd9a48e68c9", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string" - }, - { - "name": "admin_level_1_name", - "type": "string" - }, - { - "name": "isoSubCountryCode", - "type": "string" - }, - { - "name": "admin_level_2_name", - "type": "string" - } - ], - "proj:bbox": [ - 3.271724793766211, - -66.52064850942376, - 87.91094847506749, - 0.005281949743621451 - ], - "proj:epsg": 4326, - "table:row_count": 255032, - "created": "2024-05-14T21:45:44.263857Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 87.91094847506749, - -66.52064850942376 - ], - [ - 87.91094847506749, - 0.005281949743621451 - ], - [ - 3.271724793766211, - 0.005281949743621451 - ], - [ - 3.271724793766211, - -66.52064850942376 - ], - [ - 87.91094847506749, - -66.52064850942376 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gcts/s67e003_part-dcd9a48e68c9.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 3.271724793766211, - -66.52064850942376, - 87.91094847506749, - 0.005281949743621451 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/s67e092.json b/current/gctr/items/s67e092.json new file mode 100644 index 0000000000..c997d4219d --- /dev/null +++ b/current/gctr/items/s67e092.json @@ -0,0 +1,380 @@ +{ + "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": "s67e092", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 179.9998718338963, + -66.52166531106887 + ], + [ + 179.9998718338963, + 0.008131447605039291 + ], + [ + 92.21395148904566, + 0.008131447605039291 + ], + [ + 92.21395148904566, + -66.52166531106887 + ], + [ + 179.9998718338963, + -66.52166531106887 + ] + ] + ] + }, + "bbox": [ + 92.21395148904566, + -66.52166531106887, + 179.9998718338963, + 0.008131447605039291 + ], + "properties": { + "created": "2024-12-18T17:16:13.643168Z", + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "string", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "proj:bbox": [ + 92.21395148904566, + -66.52166531106887, + 179.9998718338963, + 0.008131447605039291 + ], + "proj:epsg": 4326, + "table:row_count": 1460836, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gctr/release/2024-12-17/s67e092.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + } + ], + "assets": { + "data": { + "href": "az://gctr/release/2024-12-17/s67e092.parquet", + "type": "application/vnd.apache.parquet", + "title": "Global Coastal Transect Repository (GCTR)", + "description": "\nA Parquet dataset containing coastal transects and derived attributes, including intersection \ndistances to OSM coastlines at multiple bearings and shoreline change rates from the ShorelineMonitor dataset.\n", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float32", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float32", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float32", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the transect geometry, defined by minimum and maximum x (longitude) and y (latitude) coordinates." + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "string", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float32", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "gctr" +} \ No newline at end of file diff --git a/current/gctr/items/s67e092_part-b2b9f9b31521.json b/current/gctr/items/s67e092_part-b2b9f9b31521.json deleted file mode 100644 index bbd5984f86..0000000000 --- a/current/gctr/items/s67e092_part-b2b9f9b31521.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s67e092_part-b2b9f9b31521", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string" - }, - { - "name": "admin_level_1_name", - "type": "string" - }, - { - "name": "isoSubCountryCode", - "type": "string" - }, - { - "name": "admin_level_2_name", - "type": "string" - } - ], - "proj:bbox": [ - 92.21395148904566, - -66.52166531106887, - 179.9998718372176, - 0.008131447605039291 - ], - "proj:epsg": 4326, - "table:row_count": 1460836, - "created": "2024-05-14T21:46:09.416822Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 179.9998718372176, - -66.52166531106887 - ], - [ - 179.9998718372176, - 0.008131447605039291 - ], - [ - 92.21395148904566, - 0.008131447605039291 - ], - [ - 92.21395148904566, - -66.52166531106887 - ], - [ - 179.9998718372176, - -66.52166531106887 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gcts/s67e092_part-b2b9f9b31521.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 92.21395148904566, - -66.52166531106887, - 179.9998718372176, - 0.008131447605039291 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/s67e092_part-e632a8483efd.json b/current/gctr/items/s67e092_part-e632a8483efd.json deleted file mode 100644 index 08ec9bcfe1..0000000000 --- a/current/gctr/items/s67e092_part-e632a8483efd.json +++ /dev/null @@ -1,446 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s67e092_part-e632a8483efd", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "proj:bbox": [ - 92.21395148904566, - -66.52166531106887, - 179.9998718372176, - 0.008131447605039291 - ], - "proj:epsg": 4326, - "table:row_count": 1432481, - "created": "2024-05-15T05:48:38.229680Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 179.9998718372176, - -66.52166531106887 - ], - [ - 179.9998718372176, - 0.008131447605039291 - ], - [ - 92.21395148904566, - 0.008131447605039291 - ], - [ - 92.21395148904566, - -66.52166531106887 - ], - [ - 179.9998718372176, - -66.52166531106887 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gctr/release/2024-05-14/s67e092_part-e632a8483efd.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:storage_options": { - "account_name": "coclico" - }, - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "byte_array", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox", - "type": "struct", - "description": "Bounding box of the transect geometry, given by minimum and maximum coordinates in x (longitude) and y (latitude)." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "roles": [ - "data" - ] - } - }, - "bbox": [ - 92.21395148904566, - -66.52166531106887, - 179.9998718372176, - 0.008131447605039291 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/s67e135_part-50fd7c9c4189.json b/current/gctr/items/s67e135_part-50fd7c9c4189.json deleted file mode 100644 index 05cd088035..0000000000 --- a/current/gctr/items/s67e135_part-50fd7c9c4189.json +++ /dev/null @@ -1,446 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s67e135_part-50fd7c9c4189", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "proj:bbox": [ - 134.98388476832568, - -66.51972387637679, - 178.8225829158068, - -40.97642411563169 - ], - "proj:epsg": 4326, - "table:row_count": 28355, - "created": "2024-05-15T05:48:39.254284Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 178.8225829158068, - -66.51972387637679 - ], - [ - 178.8225829158068, - -40.97642411563169 - ], - [ - 134.98388476832568, - -40.97642411563169 - ], - [ - 134.98388476832568, - -66.51972387637679 - ], - [ - 178.8225829158068, - -66.51972387637679 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gctr/release/2024-05-14/s67e135_part-50fd7c9c4189.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:storage_options": { - "account_name": "coclico" - }, - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "byte_array", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox", - "type": "struct", - "description": "Bounding box of the transect geometry, given by minimum and maximum coordinates in x (longitude) and y (latitude)." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "roles": [ - "data" - ] - } - }, - "bbox": [ - 134.98388476832568, - -66.51972387637679, - 178.8225829158068, - -40.97642411563169 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/s67w090.json b/current/gctr/items/s67w090.json new file mode 100644 index 0000000000..d740edb8e3 --- /dev/null +++ b/current/gctr/items/s67w090.json @@ -0,0 +1,380 @@ +{ + "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": "s67w090", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -5.628477723987638, + -66.5165574176459 + ], + [ + -5.628477723987638, + 0.008999267115719037 + ], + [ + -89.75159187005457, + 0.008999267115719037 + ], + [ + -89.75159187005457, + -66.5165574176459 + ], + [ + -5.628477723987638, + -66.5165574176459 + ] + ] + ] + }, + "bbox": [ + -89.75159187005457, + -66.5165574176459, + -5.628477723987638, + 0.008999267115719037 + ], + "properties": { + "created": "2024-12-18T17:16:13.643168Z", + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "string", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "proj:bbox": [ + -89.75159187005457, + -66.5165574176459, + -5.628477723987638, + 0.008999267115719037 + ], + "proj:epsg": 4326, + "table:row_count": 966933, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gctr/release/2024-12-17/s67w090.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + } + ], + "assets": { + "data": { + "href": "az://gctr/release/2024-12-17/s67w090.parquet", + "type": "application/vnd.apache.parquet", + "title": "Global Coastal Transect Repository (GCTR)", + "description": "\nA Parquet dataset containing coastal transects and derived attributes, including intersection \ndistances to OSM coastlines at multiple bearings and shoreline change rates from the ShorelineMonitor dataset.\n", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float32", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float32", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float32", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the transect geometry, defined by minimum and maximum x (longitude) and y (latitude) coordinates." + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "string", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float32", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "gctr" +} \ No newline at end of file diff --git a/current/gctr/items/s67w090_part-5896b4249ef3.json b/current/gctr/items/s67w090_part-5896b4249ef3.json deleted file mode 100644 index 338595cbac..0000000000 --- a/current/gctr/items/s67w090_part-5896b4249ef3.json +++ /dev/null @@ -1,446 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s67w090_part-5896b4249ef3", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "proj:bbox": [ - -89.75159187005457, - -66.51655741745783, - -5.628477723987638, - 0.008999267115719037 - ], - "proj:epsg": 4326, - "table:row_count": 966933, - "created": "2024-05-15T05:48:58.975411Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -5.628477723987638, - -66.51655741745783 - ], - [ - -5.628477723987638, - 0.008999267115719037 - ], - [ - -89.75159187005457, - 0.008999267115719037 - ], - [ - -89.75159187005457, - -66.51655741745783 - ], - [ - -5.628477723987638, - -66.51655741745783 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gctr/release/2024-05-14/s67w090_part-5896b4249ef3.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:storage_options": { - "account_name": "coclico" - }, - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "byte_array", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox", - "type": "struct", - "description": "Bounding box of the transect geometry, given by minimum and maximum coordinates in x (longitude) and y (latitude)." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "roles": [ - "data" - ] - } - }, - "bbox": [ - -89.75159187005457, - -66.51655741745783, - -5.628477723987638, - 0.008999267115719037 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/s67w090_part-6ab003f65517.json b/current/gctr/items/s67w090_part-6ab003f65517.json deleted file mode 100644 index edb359f80a..0000000000 --- a/current/gctr/items/s67w090_part-6ab003f65517.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s67w090_part-6ab003f65517", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string" - }, - { - "name": "admin_level_1_name", - "type": "string" - }, - { - "name": "isoSubCountryCode", - "type": "string" - }, - { - "name": "admin_level_2_name", - "type": "string" - } - ], - "proj:bbox": [ - -89.75159187005457, - -66.51655741745783, - -5.628477723987638, - 0.008999267115719037 - ], - "proj:epsg": 4326, - "table:row_count": 966933, - "created": "2024-05-14T21:46:27.416797Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -5.628477723987638, - -66.51655741745783 - ], - [ - -5.628477723987638, - 0.008999267115719037 - ], - [ - -89.75159187005457, - 0.008999267115719037 - ], - [ - -89.75159187005457, - -66.51655741745783 - ], - [ - -5.628477723987638, - -66.51655741745783 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gcts/s67w090_part-6ab003f65517.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -89.75159187005457, - -66.51655741745783, - -5.628477723987638, - 0.008999267115719037 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/s70e000.json b/current/gctr/items/s70e000.json new file mode 100644 index 0000000000..0bb12ac039 --- /dev/null +++ b/current/gctr/items/s70e000.json @@ -0,0 +1,380 @@ +{ + "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": "s70e000", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 90.00785522626518, + -70.35023148643705 + ], + [ + 90.00785522626518, + -66.50573289244264 + ], + [ + 0.003199775085289588, + -66.50573289244264 + ], + [ + 0.003199775085289588, + -70.35023148643705 + ], + [ + 90.00785522626518, + -70.35023148643705 + ] + ] + ] + }, + "bbox": [ + 0.003199775085289588, + -70.35023148643705, + 90.00785522626518, + -66.50573289244264 + ], + "properties": { + "created": "2024-12-18T17:16:13.643168Z", + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "null", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "proj:bbox": [ + 0.003199775085289588, + -70.35023148643705, + 90.00785522626518, + -66.50573289244264 + ], + "proj:epsg": 4326, + "table:row_count": 80407, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gctr/release/2024-12-17/s70e000.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + } + ], + "assets": { + "data": { + "href": "az://gctr/release/2024-12-17/s70e000.parquet", + "type": "application/vnd.apache.parquet", + "title": "Global Coastal Transect Repository (GCTR)", + "description": "\nA Parquet dataset containing coastal transects and derived attributes, including intersection \ndistances to OSM coastlines at multiple bearings and shoreline change rates from the ShorelineMonitor dataset.\n", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float32", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float32", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float32", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the transect geometry, defined by minimum and maximum x (longitude) and y (latitude) coordinates." + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "string", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float32", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "gctr" +} \ No newline at end of file diff --git a/current/gctr/items/s70e000_part-2dcb7cc117a0.json b/current/gctr/items/s70e000_part-2dcb7cc117a0.json deleted file mode 100644 index 375c1ba123..0000000000 --- a/current/gctr/items/s70e000_part-2dcb7cc117a0.json +++ /dev/null @@ -1,446 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s70e000_part-2dcb7cc117a0", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "proj:bbox": [ - 0.0031997691044374035, - -70.35023148643705, - 90.00785522626518, - -66.50573289184041 - ], - "proj:epsg": 4326, - "table:row_count": 80407, - "created": "2024-05-15T05:49:01.287396Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 90.00785522626518, - -70.35023148643705 - ], - [ - 90.00785522626518, - -66.50573289184041 - ], - [ - 0.0031997691044374035, - -66.50573289184041 - ], - [ - 0.0031997691044374035, - -70.35023148643705 - ], - [ - 90.00785522626518, - -70.35023148643705 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gctr/release/2024-05-14/s70e000_part-2dcb7cc117a0.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:storage_options": { - "account_name": "coclico" - }, - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "byte_array", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox", - "type": "struct", - "description": "Bounding box of the transect geometry, given by minimum and maximum coordinates in x (longitude) and y (latitude)." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "roles": [ - "data" - ] - } - }, - "bbox": [ - 0.0031997691044374035, - -70.35023148643705, - 90.00785522626518, - -66.50573289184041 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/s70e000_part-e18715974987.json b/current/gctr/items/s70e000_part-e18715974987.json deleted file mode 100644 index bcd53acc93..0000000000 --- a/current/gctr/items/s70e000_part-e18715974987.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s70e000_part-e18715974987", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string" - }, - { - "name": "admin_level_1_name", - "type": "string" - }, - { - "name": "isoSubCountryCode", - "type": "string" - }, - { - "name": "admin_level_2_name", - "type": "string" - } - ], - "proj:bbox": [ - 0.0031997691044374035, - -70.35023148643705, - 90.00785522626518, - -66.50573289184041 - ], - "proj:epsg": 4326, - "table:row_count": 80407, - "created": "2024-05-14T21:46:29.223816Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 90.00785522626518, - -70.35023148643705 - ], - [ - 90.00785522626518, - -66.50573289184041 - ], - [ - 0.0031997691044374035, - -66.50573289184041 - ], - [ - 0.0031997691044374035, - -70.35023148643705 - ], - [ - 90.00785522626518, - -70.35023148643705 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gcts/s70e000_part-e18715974987.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 0.0031997691044374035, - -70.35023148643705, - 90.00785522626518, - -66.50573289184041 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/s78e090.json b/current/gctr/items/s78e090.json new file mode 100644 index 0000000000..4d725bb62c --- /dev/null +++ b/current/gctr/items/s78e090.json @@ -0,0 +1,380 @@ +{ + "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": "s78e090", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 179.99755412358076, + -78.02795197227032 + ], + [ + 179.99755412358076, + -66.50477188961278 + ], + [ + 89.99452872780314, + -66.50477188961278 + ], + [ + 89.99452872780314, + -78.02795197227032 + ], + [ + 179.99755412358076, + -78.02795197227032 + ] + ] + ] + }, + "bbox": [ + 89.99452872780314, + -78.02795197227032, + 179.99755412358076, + -66.50477188961278 + ], + "properties": { + "created": "2024-12-18T17:16:13.643168Z", + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "null", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "proj:bbox": [ + 89.99452872780314, + -78.02795197227032, + 179.99755412358076, + -66.50477188961278 + ], + "proj:epsg": 4326, + "table:row_count": 73836, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gctr/release/2024-12-17/s78e090.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + } + ], + "assets": { + "data": { + "href": "az://gctr/release/2024-12-17/s78e090.parquet", + "type": "application/vnd.apache.parquet", + "title": "Global Coastal Transect Repository (GCTR)", + "description": "\nA Parquet dataset containing coastal transects and derived attributes, including intersection \ndistances to OSM coastlines at multiple bearings and shoreline change rates from the ShorelineMonitor dataset.\n", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float32", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float32", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float32", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the transect geometry, defined by minimum and maximum x (longitude) and y (latitude) coordinates." + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "string", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float32", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "gctr" +} \ No newline at end of file diff --git a/current/gctr/items/s78e090_part-11f9dc53ffe3.json b/current/gctr/items/s78e090_part-11f9dc53ffe3.json deleted file mode 100644 index 60f7617a66..0000000000 --- a/current/gctr/items/s78e090_part-11f9dc53ffe3.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s78e090_part-11f9dc53ffe3", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string" - }, - { - "name": "admin_level_1_name", - "type": "string" - }, - { - "name": "isoSubCountryCode", - "type": "string" - }, - { - "name": "admin_level_2_name", - "type": "string" - } - ], - "proj:bbox": [ - 89.99452873218706, - -78.02795197227032, - 179.99755412400305, - -66.50477188961278 - ], - "proj:epsg": 4326, - "table:row_count": 73836, - "created": "2024-05-14T21:46:30.896133Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 179.99755412400305, - -78.02795197227032 - ], - [ - 179.99755412400305, - -66.50477188961278 - ], - [ - 89.99452873218706, - -66.50477188961278 - ], - [ - 89.99452873218706, - -78.02795197227032 - ], - [ - 179.99755412400305, - -78.02795197227032 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gcts/s78e090_part-11f9dc53ffe3.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 89.99452873218706, - -78.02795197227032, - 179.99755412400305, - -66.50477188961278 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/s78e090_part-e14b5386bff2.json b/current/gctr/items/s78e090_part-e14b5386bff2.json deleted file mode 100644 index 510ceab4f5..0000000000 --- a/current/gctr/items/s78e090_part-e14b5386bff2.json +++ /dev/null @@ -1,446 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s78e090_part-e14b5386bff2", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "proj:bbox": [ - 89.99452873218706, - -78.02795197227032, - 179.99755412400305, - -66.50477188961278 - ], - "proj:epsg": 4326, - "table:row_count": 73836, - "created": "2024-05-15T05:49:03.484413Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 179.99755412400305, - -78.02795197227032 - ], - [ - 179.99755412400305, - -66.50477188961278 - ], - [ - 89.99452873218706, - -66.50477188961278 - ], - [ - 89.99452873218706, - -78.02795197227032 - ], - [ - 179.99755412400305, - -78.02795197227032 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gctr/release/2024-05-14/s78e090_part-e14b5386bff2.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:storage_options": { - "account_name": "coclico" - }, - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "byte_array", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox", - "type": "struct", - "description": "Bounding box of the transect geometry, given by minimum and maximum coordinates in x (longitude) and y (latitude)." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "roles": [ - "data" - ] - } - }, - "bbox": [ - 89.99452873218706, - -78.02795197227032, - 179.99755412400305, - -66.50477188961278 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/s78w090.json b/current/gctr/items/s78w090.json new file mode 100644 index 0000000000..24335d7bad --- /dev/null +++ b/current/gctr/items/s78w090.json @@ -0,0 +1,380 @@ +{ + "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": "s78w090", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.0006344845087479812, + -78.14544733177561 + ], + [ + -0.0006344845087479812, + -66.50914140789267 + ], + [ + -89.99748519145491, + -66.50914140789267 + ], + [ + -89.99748519145491, + -78.14544733177561 + ], + [ + -0.0006344845087479812, + -78.14544733177561 + ] + ] + ] + }, + "bbox": [ + -89.99748519145491, + -78.14544733177561, + -0.0006344845087479812, + -66.50914140789267 + ], + "properties": { + "created": "2024-12-18T17:16:13.643168Z", + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "null", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "proj:bbox": [ + -89.99748519145491, + -78.14544733177561, + -0.0006344845087479812, + -66.50914140789267 + ], + "proj:epsg": 4326, + "table:row_count": 102877, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gctr/release/2024-12-17/s78w090.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + } + ], + "assets": { + "data": { + "href": "az://gctr/release/2024-12-17/s78w090.parquet", + "type": "application/vnd.apache.parquet", + "title": "Global Coastal Transect Repository (GCTR)", + "description": "\nA Parquet dataset containing coastal transects and derived attributes, including intersection \ndistances to OSM coastlines at multiple bearings and shoreline change rates from the ShorelineMonitor dataset.\n", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float32", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float32", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float32", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the transect geometry, defined by minimum and maximum x (longitude) and y (latitude) coordinates." + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "string", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float32", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "gctr" +} \ No newline at end of file diff --git a/current/gctr/items/s78w090_part-2ead13304e1e.json b/current/gctr/items/s78w090_part-2ead13304e1e.json deleted file mode 100644 index 1af12b3dc4..0000000000 --- a/current/gctr/items/s78w090_part-2ead13304e1e.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s78w090_part-2ead13304e1e", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string" - }, - { - "name": "admin_level_1_name", - "type": "string" - }, - { - "name": "isoSubCountryCode", - "type": "string" - }, - { - "name": "admin_level_2_name", - "type": "string" - } - ], - "proj:bbox": [ - -89.99748519145491, - -78.14544733177561, - -0.0006344845087479812, - -66.50914140789267 - ], - "proj:epsg": 4326, - "table:row_count": 102877, - "created": "2024-05-14T21:46:33.179107Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -0.0006344845087479812, - -78.14544733177561 - ], - [ - -0.0006344845087479812, - -66.50914140789267 - ], - [ - -89.99748519145491, - -66.50914140789267 - ], - [ - -89.99748519145491, - -78.14544733177561 - ], - [ - -0.0006344845087479812, - -78.14544733177561 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gcts/s78w090_part-2ead13304e1e.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -89.99748519145491, - -78.14544733177561, - -0.0006344845087479812, - -66.50914140789267 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/s78w090_part-6ff08da25035.json b/current/gctr/items/s78w090_part-6ff08da25035.json deleted file mode 100644 index c48f67c9f9..0000000000 --- a/current/gctr/items/s78w090_part-6ff08da25035.json +++ /dev/null @@ -1,446 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s78w090_part-6ff08da25035", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "proj:bbox": [ - -89.99748519145491, - -78.14544733177561, - -0.0006344845087479812, - -66.50914140789267 - ], - "proj:epsg": 4326, - "table:row_count": 102877, - "created": "2024-05-15T05:49:06.149680Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -0.0006344845087479812, - -78.14544733177561 - ], - [ - -0.0006344845087479812, - -66.50914140789267 - ], - [ - -89.99748519145491, - -66.50914140789267 - ], - [ - -89.99748519145491, - -78.14544733177561 - ], - [ - -0.0006344845087479812, - -78.14544733177561 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gctr/release/2024-05-14/s78w090_part-6ff08da25035.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:storage_options": { - "account_name": "coclico" - }, - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "byte_array", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox", - "type": "struct", - "description": "Bounding box of the transect geometry, given by minimum and maximum coordinates in x (longitude) and y (latitude)." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "roles": [ - "data" - ] - } - }, - "bbox": [ - -89.99748519145491, - -78.14544733177561, - -0.0006344845087479812, - -66.50914140789267 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/s79w180.json b/current/gctr/items/s79w180.json new file mode 100644 index 0000000000..2eb774f630 --- /dev/null +++ b/current/gctr/items/s79w180.json @@ -0,0 +1,380 @@ +{ + "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": "s79w180", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -89.99365523770271, + -78.74747176732404 + ], + [ + -89.99365523770271, + -68.74990551986006 + ], + [ + -179.99517582003938, + -68.74990551986006 + ], + [ + -179.99517582003938, + -78.74747176732404 + ], + [ + -89.99365523770271, + -78.74747176732404 + ] + ] + ] + }, + "bbox": [ + -179.99517582003938, + -78.74747176732404, + -89.99365523770271, + -68.74990551986006 + ], + "properties": { + "created": "2024-12-18T17:16:13.643168Z", + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "null", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "proj:bbox": [ + -179.99517582003938, + -78.74747176732404, + -89.99365523770271, + -68.74990551986006 + ], + "proj:epsg": 4326, + "table:row_count": 54228, + "datetime": "2023-02-09T00:00:00Z" + }, + "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gctr/release/2024-12-17/s79w180.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "Global Coastal Transect Repository (GCTR)" + } + ], + "assets": { + "data": { + "href": "az://gctr/release/2024-12-17/s79w180.parquet", + "type": "application/vnd.apache.parquet", + "title": "Global Coastal Transect Repository (GCTR)", + "description": "\nA Parquet dataset containing coastal transects and derived attributes, including intersection \ndistances to OSM coastlines at multiple bearings and shoreline change rates from the ShorelineMonitor dataset.\n", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for each transect, constructed from coastline, segment, and distance." + }, + { + "name": "lon", + "type": "float32", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "lat", + "type": "float32", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "bearing", + "type": "float32", + "description": "Bearing angle of the transect, measured clockwise from the north." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Transect geometry as a Well-Known Binary (WKB) LineString." + }, + { + "name": "osm_coastline_is_closed", + "type": "bool", + "description": "Indicates whether the source OpenStreetMap coastline forms a closed loop (e.g., an island)." + }, + { + "name": "osm_coastline_length", + "type": "int32", + "description": "Total length of the source OpenStreetMap coastline in meters, summed across UTM zones." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the transect." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the transect geometry, defined by minimum and maximum x (longitude) and y (latitude) coordinates." + }, + { + "name": "quadkey", + "type": "string", + "description": "Spatial index for the transect origin, following the Bing Maps Tile System." + }, + { + "name": "continent", + "type": "string", + "description": "Name of the continent where the transect is located." + }, + { + "name": "country", + "type": "string", + "description": "ISO alpha-2 country code for the transect's location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the transect is located." + }, + { + "name": "common_region_name", + "type": "string", + "description": "Common name of the region where the transect is located." + }, + { + "name": "dist_b0", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 0°." + }, + { + "name": "dist_b30", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 30°." + }, + { + "name": "dist_b60", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 60°." + }, + { + "name": "dist_b90", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 90°." + }, + { + "name": "dist_b120", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 120°." + }, + { + "name": "dist_b150", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 150°." + }, + { + "name": "dist_b180", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 180°." + }, + { + "name": "dist_b210", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 210°." + }, + { + "name": "dist_b240", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 240°." + }, + { + "name": "dist_b270", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 270°." + }, + { + "name": "dist_b300", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 300°." + }, + { + "name": "dist_b330", + "type": "float32", + "description": "Distance (m) from the transect origin to the nearest OpenStreetMap coastline intersection at bearing 330°." + }, + { + "name": "sds:change_rate", + "type": "float32", + "description": "Rate of shoreline change (m/year) derived from satellite-derived shorelines (SDS)." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "gctr" +} \ No newline at end of file diff --git a/current/gctr/items/s79w180_part-097913ab1a9e.json b/current/gctr/items/s79w180_part-097913ab1a9e.json deleted file mode 100644 index 87facce022..0000000000 --- a/current/gctr/items/s79w180_part-097913ab1a9e.json +++ /dev/null @@ -1,446 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s79w180_part-097913ab1a9e", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "proj:bbox": [ - -179.9951758204611, - -78.74747176732404, - -89.99365523770271, - -68.74990551986006 - ], - "proj:epsg": 4326, - "table:row_count": 54228, - "created": "2024-05-15T05:49:07.818196Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -89.99365523770271, - -78.74747176732404 - ], - [ - -89.99365523770271, - -68.74990551986006 - ], - [ - -179.9951758204611, - -68.74990551986006 - ], - [ - -179.9951758204611, - -78.74747176732404 - ], - [ - -89.99365523770271, - -78.74747176732404 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gctr/release/2024-05-14/s79w180_part-097913ab1a9e.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:storage_options": { - "account_name": "coclico" - }, - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "byte_array", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox", - "type": "struct", - "description": "Bounding box of the transect geometry, given by minimum and maximum coordinates in x (longitude) and y (latitude)." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "country", - "type": "string", - "description": "ISO 3166-1 alpha-3 country code representing the country in which the transect is located." - }, - { - "name": "common_country_name", - "type": "string", - "description": "The commonly used name of the country where the transect is located." - }, - { - "name": "country_wikidata", - "type": "string", - "description": "Wikidata identifier for the country, providing a unique reference to the structured data entry for the country in the Wikidata database." - }, - { - "name": "continent", - "type": "string", - "description": "The name of the continent on which the transect is located, providing a higher-level geographical classification of the transect's location." - }, - { - "name": "dist_b0", - "type": "float", - "description": "Distance from the transect start to the nearest OpenStreetMap coastline intersection using a 0-degree bearing defined from the transect." - }, - { - "name": "dist_b30", - "type": "float", - "description": "Distance from the transect start to the intersection with the 30-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b60", - "type": "float", - "description": "Distance from the transect start to the intersection with the 60-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b90", - "type": "float", - "description": "Distance from the transect start to the intersection with the 90-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b120", - "type": "float", - "description": "Distance from the transect start to the intersection with the 120-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b150", - "type": "float", - "description": "Distance from the transect start to the intersection with the 150-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b180", - "type": "float", - "description": "Distance from the transect start to the intersection with the 180-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b210", - "type": "float", - "description": "Distance from the transect start to the intersection with the 210-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b240", - "type": "float", - "description": "Distance from the transect start to the intersection with the 240-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b270", - "type": "float", - "description": "Distance from the transect start to the intersection with the 270-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b300", - "type": "float", - "description": "Distance from the transect start to the intersection with the 300-degree bearing line from the nearest coastline point." - }, - { - "name": "dist_b330", - "type": "float", - "description": "Distance from the transect start to the intersection with the 330-degree bearing line from the nearest coastline point." - }, - { - "name": "vhm0_jan_mar", - "type": "float", - "description": "Average significant wave height (Hm0) for the January to March period, recorded at the transect." - }, - { - "name": "vhm0_apr_jun", - "type": "float", - "description": "Average significant wave height (Hm0) for the April to June period, recorded at the transect." - }, - { - "name": "vhm0_jul_sep", - "type": "float", - "description": "Average significant wave height (Hm0) for the July to September period, recorded at the transect." - }, - { - "name": "vhm0_oct_dec", - "type": "float", - "description": "Average significant wave height (Hm0) for the October to December period, recorded at the transect." - }, - { - "name": "vtm02_jan_mar", - "type": "float", - "description": "Average wave period (Tm02) for the January to March period, recorded at the transect." - }, - { - "name": "vtm02_apr_jun", - "type": "float", - "description": "Average wave period (Tm02) for the April to June period, recorded at the transect." - }, - { - "name": "vtm02_jul_sep", - "type": "float", - "description": "Average wave period (Tm02) for the July to September period, recorded at the transect." - }, - { - "name": "vtm02_oct_dec", - "type": "float", - "description": "Average wave period (Tm02) for the October to December period, recorded at the transect." - } - ], - "roles": [ - "data" - ] - } - }, - "bbox": [ - -179.9951758204611, - -78.74747176732404, - -89.99365523770271, - -68.74990551986006 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gctr/items/s79w180_part-3bc6264ba479.json b/current/gctr/items/s79w180_part-3bc6264ba479.json deleted file mode 100644 index 3e05fdca79..0000000000 --- a/current/gctr/items/s79w180_part-3bc6264ba479.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s79w180_part-3bc6264ba479", - "properties": { - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string" - }, - { - "name": "admin_level_1_name", - "type": "string" - }, - { - "name": "isoSubCountryCode", - "type": "string" - }, - { - "name": "admin_level_2_name", - "type": "string" - } - ], - "proj:bbox": [ - -179.9951758204611, - -78.74747176732404, - -89.99365523770271, - -68.74990551986006 - ], - "proj:epsg": 4326, - "table:row_count": 54228, - "created": "2024-05-14T21:46:34.499981Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -89.99365523770271, - -78.74747176732404 - ], - [ - -89.99365523770271, - -68.74990551986006 - ], - [ - -179.9951758204611, - -68.74990551986006 - ], - [ - -179.9951758204611, - -78.74747176732404 - ], - [ - -89.99365523770271, - -78.74747176732404 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect Repository (GCTR)" - } - ], - "assets": { - "data": { - "href": "az://gcts/s79w180_part-3bc6264ba479.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTR", - "description": "Parquet dataset with coastal transects (2000 m), at 100 m alongshore resolution, with a wide range of coastal characteristics.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -179.9951758204611, - -78.74747176732404, - -89.99365523770271, - -68.74990551986006 - ], - "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": "gctr" -} \ No newline at end of file diff --git a/current/gcts/collection.json b/current/gcts/collection.json index 1b2887d5a8..3cb635e880 100644 --- a/current/gcts/collection.json +++ b/current/gcts/collection.json @@ -2,7 +2,7 @@ "type": "Collection", "id": "gcts", "stac_version": "1.0.0", - "description": "\nCross-shore coastal transects are essential to coastal monitoring, offering a consistent \nreference line to measure coastal change, while providing a robust foundation to map \ncoastal characteristics and derive coastal statistics thereof. The Global Coastal Transect \nSystem consists of more than 11 million cross-shore coastal transects uniformly spaced at \n100-m intervals alongshore, for all OpenStreetMap coastlines that are longer than 5 kilometers.\nThe dataset is more extensively described in Enabling Coastal Analytics at Planetary Scale \n(Calkoen, Floris. 2024, \"Enabling Coastal Analytics at Planetary Scale. In review.). \n", + "description": "\nCross-shore coastal transects are essential to coastal monitoring, offering a consistent\nreference line to measure coastal change, while providing a robust foundation to map\ncoastal characteristics and derive coastal statistics thereof. The Global Coastal Transect\nSystem consists of more than 11 million cross-shore coastal transects uniformly spaced at\n100-m intervals alongshore, for all OpenStreetMap coastlines that are longer than 5 kilometers.\nThe dataset is more extensively described Calkoen et al., 2024. \"Enabling Coastal Analytics\nat Planetary Scale\" available [here](https://doi.org/10.1016/j.envsoft.2024.106257).\n", "links": [ { "rel": "license", @@ -10,84 +10,97 @@ "type": "text/html", "title": "CC BY 4.0 " }, + { + "rel": "cite-as", + "href": "https://doi.org/10.1016/j.envsoft.2024.106257" + }, + { + "rel": "cite-as", + "href": "https://doi.org/10.1016/j.envsoft.2024.106257" + }, + { + "rel": "cite-as", + "href": "https://doi.org/10.1016/j.envsoft.2024.106257", + "title": "Citation DOI" + }, { "rel": "item", - "href": "./items/n67e010_part-5def52f559b4.json", + "href": "./items/n67e010_part-990b22b0c6d3.json", "type": "application/json" }, { "rel": "item", - "href": "./items/n67w090_part-359f677306c1.json", + "href": "./items/n67w090_part-476b1b812949.json", "type": "application/json" }, { "rel": "item", - "href": "./items/n67w180_part-263e9cb9888f.json", + "href": "./items/n67w180_part-9d5b84eec900.json", "type": "application/json" }, { "rel": "item", - "href": "./items/n69e090_part-9868be4770fd.json", + "href": "./items/n69e090_part-9de0ab56870e.json", "type": "application/json" }, { "rel": "item", - "href": "./items/s00e000_part-1ca396980e20.json", + "href": "./items/s00e090_part-5029be8d9afc.json", "type": "application/json" }, { "rel": "item", - "href": "./items/s00e090_part-d5a0cd564131.json", + "href": "./items/s00w000_part-593f94208834.json", "type": "application/json" }, { "rel": "item", - "href": "./items/s00w090_part-372ca9bdfc40.json", + "href": "./items/s00w090_part-7c78d95655f6.json", "type": "application/json" }, { "rel": "item", - "href": "./items/s00w180_part-1f91d4d0e3ee.json", + "href": "./items/s00w180_part-3fb7f53b1f9a.json", "type": "application/json" }, { "rel": "item", - "href": "./items/s44w180_part-0a9fab5d4c42.json", + "href": "./items/s44w180_part-2c7d8a735a92.json", "type": "application/json" }, { "rel": "item", - "href": "./items/s67e003_part-dcd9a48e68c9.json", + "href": "./items/s67e003_part-5f304c488c48.json", "type": "application/json" }, { "rel": "item", - "href": "./items/s67e092_part-b2b9f9b31521.json", + "href": "./items/s67e092_part-5a4f5c13b21a.json", "type": "application/json" }, { "rel": "item", - "href": "./items/s67w090_part-6ab003f65517.json", + "href": "./items/s67w090_part-66eb7ff4867c.json", "type": "application/json" }, { "rel": "item", - "href": "./items/s70e000_part-e18715974987.json", + "href": "./items/s70e000_part-819926bac694.json", "type": "application/json" }, { "rel": "item", - "href": "./items/s78e090_part-11f9dc53ffe3.json", + "href": "./items/s78e090_part-278ff9b788f3.json", "type": "application/json" }, { "rel": "item", - "href": "./items/s78w090_part-2ead13304e1e.json", + "href": "./items/s78w090_part-20702259b1dc.json", "type": "application/json" }, { "rel": "item", - "href": "./items/s79w180_part-3bc6264ba479.json", + "href": "./items/s79w180_part-b2733edc4950.json", "type": "application/json" }, { @@ -106,7 +119,6 @@ "stac_extensions": [ "https://stac-extensions.github.io/item-assets/v1.0.0/schema.json", "https://stac-extensions.github.io/scientific/v1.0.0/schema.json", - "https://stac-extensions.github.io/table/v1.2.0/schema.json", "https://stac-extensions.github.io/version/v1.2.0/schema.json" ], "item_assets": { @@ -122,7 +134,7 @@ }, "table:columns": [ { - "name": "tr_name", + "name": "transect_id", "type": "string", "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." }, @@ -147,17 +159,17 @@ "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." }, { - "name": "coastline_is_closed", + "name": "osm_coastline_is_closed", "type": "bool", "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." }, { - "name": "coastline_length", + "name": "osm_coastline_length", "type": "int32", "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." }, { - "name": "utm_crs", + "name": "utm_epsg", "type": "int32", "description": "EPSG code representing the UTM Coordinate Reference System for the transect." }, @@ -172,39 +184,46 @@ "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." }, { - "name": "isoCountryCodeAlpha2", + "name": "continent", "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." + "description": "Name of the continent in which the transect is located." }, { - "name": "admin_level_1_name", + "name": "country", "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." + "description": "ISO alpha-2 country code for the country in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "isoSubCountryCode", + "name": "common_country_name", "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." + "description": "Common country name (EN) in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "admin_level_2_name", + "name": "common_region_name", "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." + "description": "Common region name (EN) in which the transect is located. The regions are extracted from Overture Maps (divisions)." } ] } }, - "container_uri": "az://gcts/release/2024-03-18", - "sci:citation": "Calkoen, Floris. 2024. \"Enabling Coastal Analytics at Planetary Scale.\" In review.", - "version": "1.0.0", + "storage_pattern": "az://gcts/release/2024-08-02/*.parquet", + "sci:doi": "10.1016/j.envsoft.2024.106257", + "sci:citation": "Floris Reinier Calkoen, Arjen Pieter Luijendijk, Kilian Vos, Etiënne Kras, Fedor Baart, Enabling coastal analytics at planetary scale, Environmental Modelling & Software, 2024, 106257, ISSN 1364-8152, https://doi.org/10.1016/j.envsoft.2024.106257.", + "sci:publications": [ + { + "doi": "10.1016/j.envsoft.2024.106257", + "citation": "Floris Reinier Calkoen, Arjen Pieter Luijendijk, Kilian Vos, Etiënne Kras, Fedor Baart, Enabling coastal analytics at planetary scale, Environmental Modelling & Software, 2024, 106257, ISSN 1364-8152, https://doi.org/10.1016/j.envsoft.2024.106257." + } + ], + "version": "2024-08-02", "title": "Global Coastal Transect System (GCTS)", "extent": { "spatial": { "bbox": [ [ - -179.99979946036342, + -179.99979945991507, -78.74747176732404, - 179.9998718372176, + 179.9998718338963, 83.66967471602302 ] ] @@ -212,24 +231,25 @@ "temporal": { "interval": [ [ - "2024-03-18T00:00:00Z", - "2024-03-18T00:00:00Z" + "2023-02-09T00:00:00Z", + "2023-02-09T00:00:00Z" ] ] } }, "license": "CC-BY-4.0", "keywords": [ - "Coast", - "Coastal", + "Coastal analytics", + "Cloud technology", + "Coastal change", + "Coastal monitoring", + "Satellite-derived shorelines", + "Low elevation coastal zone", + "Data management", "Transects", - "Coastal transects", - "Coastal Change", - "Satellite-Derived Shorelines", - "SDS", "GCTS", - "CoCliCo", "Deltares", + "CoCliCo", "GeoParquet" ], "providers": [ @@ -248,15 +268,19 @@ "thumbnail": { "href": "https://coclico.blob.core.windows.net/assets/thumbnails/gcts-thumbnail.jpeg", "type": "image/jpeg", - "title": "Thumbnail" + "title": "Thumbnail", + "roles": [ + "thumbnail" + ] }, "geoparquet-stac-items": { "href": "az://items/gcts.parquet", "type": "application/vnd.apache.parquet", "title": "GeoParquet STAC items", "description": "Snapshot of the collection's STAC items exported to GeoParquet format.", + "created": "2023-02-09T00:00:00Z", "roles": [ - "data" + "metadata" ] } } diff --git a/current/gcts/items/n11w084_part-fccc8ab0eff1.json b/current/gcts/items/n11w084_part-fccc8ab0eff1.json deleted file mode 100644 index f1a88052c7..0000000000 --- a/current/gcts/items/n11w084_part-fccc8ab0eff1.json +++ /dev/null @@ -1,171 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "n11w084_part-fccc8ab0eff1", - "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." - }, - { - "name": "admin_level_1_name", - "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." - }, - { - "name": "isoSubCountryCode", - "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." - }, - { - "name": "admin_level_2_name", - "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." - } - ], - "proj:bbox": [ - -84.00846718929687, - 11.170367685021398, - -0.0010502592705830638, - 65.91635330106588 - ], - "proj:epsg": 4326, - "table:row_count": 187052, - "created": "2024-05-05T08:36:29.984010Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -0.0010502592705830638, - 11.170367685021398 - ], - [ - -0.0010502592705830638, - 65.91635330106588 - ], - [ - -84.00846718929687, - 65.91635330106588 - ], - [ - -84.00846718929687, - 11.170367685021398 - ], - [ - -0.0010502592705830638, - 11.170367685021398 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect System (GCTS)" - }, - { - "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 (GCTS)" - } - ], - "assets": { - "data": { - "href": "az://gcts/n11w084_part-fccc8ab0eff1.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -84.00846718929687, - 11.170367685021398, - -0.0010502592705830638, - 65.91635330106588 - ], - "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" -} \ No newline at end of file diff --git a/current/gcts/items/n67e010_part-5f3e60a3b061.json b/current/gcts/items/n67e010_part-5f3e60a3b061.json deleted file mode 100644 index b29cd7ce8d..0000000000 --- a/current/gcts/items/n67e010_part-5f3e60a3b061.json +++ /dev/null @@ -1,171 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "n67e010_part-5f3e60a3b061", - "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." - }, - { - "name": "admin_level_1_name", - "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." - }, - { - "name": "isoSubCountryCode", - "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." - }, - { - "name": "admin_level_2_name", - "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." - } - ], - "proj:bbox": [ - 10.415408379310252, - 66.50458545284066, - 90.02795856114345, - 81.86756819737198 - ], - "proj:epsg": 4326, - "table:row_count": 523905, - "created": "2024-05-05T08:36:44.482144Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 90.02795856114345, - 66.50458545284066 - ], - [ - 90.02795856114345, - 81.86756819737198 - ], - [ - 10.415408379310252, - 81.86756819737198 - ], - [ - 10.415408379310252, - 66.50458545284066 - ], - [ - 90.02795856114345, - 66.50458545284066 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect System (GCTS)" - }, - { - "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 (GCTS)" - } - ], - "assets": { - "data": { - "href": "az://gcts/n67e010_part-5f3e60a3b061.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 10.415408379310252, - 66.50458545284066, - 90.02795856114345, - 81.86756819737198 - ], - "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" -} \ No newline at end of file diff --git a/current/gcts/items/n67e010_part-5def52f559b4.json b/current/gcts/items/n67e010_part-990b22b0c6d3.json similarity index 76% rename from current/gcts/items/n67e010_part-5def52f559b4.json rename to current/gcts/items/n67e010_part-990b22b0c6d3.json index 35283a8b36..929202ffe1 100644 --- a/current/gcts/items/n67e010_part-5def52f559b4.json +++ b/current/gcts/items/n67e010_part-990b22b0c6d3.json @@ -1,13 +1,49 @@ { "type": "Feature", "stac_version": "1.0.0", - "id": "n67e010_part-5def52f559b4", + "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": "n67e010_part-990b22b0c6d3", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 90.02795856218327, + 66.50458545284066 + ], + [ + 90.02795856218327, + 81.86756819737198 + ], + [ + 10.415408379310252, + 81.86756819737198 + ], + [ + 10.415408379310252, + 66.50458545284066 + ], + [ + 90.02795856218327, + 66.50458545284066 + ] + ] + ] + }, + "bbox": [ + 10.415408379310252, + 66.50458545284066, + 90.02795856218327, + 81.86756819737198 + ], "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", + "created": "2024-12-09T23:42:49.267130Z", "table:columns": [ { - "name": "tr_name", + "name": "transect_id", "type": "string", "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." }, @@ -28,21 +64,21 @@ }, { "name": "geometry", - "type": "binary", + "type": "WKB", "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." }, { - "name": "coastline_is_closed", + "name": "osm_coastline_is_closed", "type": "bool", "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." }, { - "name": "coastline_length", + "name": "osm_coastline_length", "type": "int32", "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." }, { - "name": "utm_crs", + "name": "utm_epsg", "type": "int32", "description": "EPSG code representing the UTM Coordinate Reference System for the transect." }, @@ -68,65 +104,43 @@ "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." }, { - "name": "isoCountryCodeAlpha2", + "name": "continent", "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." + "description": "Name of the continent in which the transect is located." }, { - "name": "admin_level_1_name", + "name": "country", "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." + "description": "ISO alpha-2 country code for the country in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "isoSubCountryCode", + "name": "common_country_name", "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." + "description": "Common country name (EN) in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "admin_level_2_name", + "name": "common_region_name", "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." + "description": "Common region name (EN) in which the transect is located. The regions are extracted from Overture Maps (divisions)." } ], "proj:bbox": [ 10.415408379310252, 66.50458545284066, - 90.02795856114345, + 90.02795856218327, 81.86756819737198 ], "proj:epsg": 4326, "table:row_count": 523905, - "created": "2024-06-22T15:25:08.220796Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 90.02795856114345, - 66.50458545284066 - ], - [ - 90.02795856114345, - 81.86756819737198 - ], - [ - 10.415408379310252, - 81.86756819737198 - ], - [ - 10.415408379310252, - 66.50458545284066 - ], - [ - 90.02795856114345, - 66.50458545284066 - ] - ] - ] + "datetime": "2023-02-09T00:00:00Z" }, "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gcts/release/2024-08-02/n67e010_part-990b22b0c6d3.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, { "rel": "collection", "href": "../collection.json", @@ -148,7 +162,7 @@ ], "assets": { "data": { - "href": "az://gcts/release/2024-03-18/n67e010_part-5def52f559b4.parquet", + "href": "az://gcts/release/2024-08-02/n67e010_part-990b22b0c6d3.parquet", "type": "application/vnd.apache.parquet", "title": "GCTS", "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", @@ -157,15 +171,5 @@ ] } }, - "bbox": [ - 10.415408379310252, - 66.50458545284066, - 90.02795856114345, - 81.86756819737198 - ], - "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" } \ No newline at end of file diff --git a/current/gcts/items/n67w090_part-359f677306c1.json b/current/gcts/items/n67w090_part-476b1b812949.json similarity index 77% rename from current/gcts/items/n67w090_part-359f677306c1.json rename to current/gcts/items/n67w090_part-476b1b812949.json index 5ae24a2ab3..42488d6aae 100644 --- a/current/gcts/items/n67w090_part-359f677306c1.json +++ b/current/gcts/items/n67w090_part-476b1b812949.json @@ -1,13 +1,49 @@ { "type": "Feature", "stac_version": "1.0.0", - "id": "n67w090_part-359f677306c1", + "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": "n67w090_part-476b1b812949", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -7.9036232753206574, + 66.50435737903862 + ], + [ + -7.9036232753206574, + 83.66967471602302 + ], + [ + -90.05929688568439, + 83.66967471602302 + ], + [ + -90.05929688568439, + 66.50435737903862 + ], + [ + -7.9036232753206574, + 66.50435737903862 + ] + ] + ] + }, + "bbox": [ + -90.05929688568439, + 66.50435737903862, + -7.9036232753206574, + 83.66967471602302 + ], "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", + "created": "2024-12-09T23:42:49.267130Z", "table:columns": [ { - "name": "tr_name", + "name": "transect_id", "type": "string", "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." }, @@ -28,21 +64,21 @@ }, { "name": "geometry", - "type": "binary", + "type": "WKB", "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." }, { - "name": "coastline_is_closed", + "name": "osm_coastline_is_closed", "type": "bool", "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." }, { - "name": "coastline_length", + "name": "osm_coastline_length", "type": "int32", "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." }, { - "name": "utm_crs", + "name": "utm_epsg", "type": "int32", "description": "EPSG code representing the UTM Coordinate Reference System for the transect." }, @@ -68,24 +104,24 @@ "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." }, { - "name": "isoCountryCodeAlpha2", + "name": "continent", "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." + "description": "Name of the continent in which the transect is located." }, { - "name": "admin_level_1_name", + "name": "country", "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." + "description": "ISO alpha-2 country code for the country in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "isoSubCountryCode", + "name": "common_country_name", "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." + "description": "Common country name (EN) in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "admin_level_2_name", + "name": "common_region_name", "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." + "description": "Common region name (EN) in which the transect is located. The regions are extracted from Overture Maps (divisions)." } ], "proj:bbox": [ @@ -95,38 +131,16 @@ 83.66967471602302 ], "proj:epsg": 4326, - "table:row_count": 803313, - "created": "2024-06-22T15:25:21.159141Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -7.9036232753206574, - 66.50435737903862 - ], - [ - -7.9036232753206574, - 83.66967471602302 - ], - [ - -90.05929688568439, - 83.66967471602302 - ], - [ - -90.05929688568439, - 66.50435737903862 - ], - [ - -7.9036232753206574, - 66.50435737903862 - ] - ] - ] + "table:row_count": 803314, + "datetime": "2023-02-09T00:00:00Z" }, "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gcts/release/2024-08-02/n67w090_part-476b1b812949.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, { "rel": "collection", "href": "../collection.json", @@ -148,7 +162,7 @@ ], "assets": { "data": { - "href": "az://gcts/release/2024-03-18/n67w090_part-359f677306c1.parquet", + "href": "az://gcts/release/2024-08-02/n67w090_part-476b1b812949.parquet", "type": "application/vnd.apache.parquet", "title": "GCTS", "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", @@ -157,15 +171,5 @@ ] } }, - "bbox": [ - -90.05929688568439, - 66.50435737903862, - -7.9036232753206574, - 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" } \ No newline at end of file diff --git a/current/gcts/items/n67w090_part-8c9fcfa14421.json b/current/gcts/items/n67w090_part-8c9fcfa14421.json deleted file mode 100644 index 77ee39b78a..0000000000 --- a/current/gcts/items/n67w090_part-8c9fcfa14421.json +++ /dev/null @@ -1,171 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "n67w090_part-8c9fcfa14421", - "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." - }, - { - "name": "admin_level_1_name", - "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." - }, - { - "name": "isoSubCountryCode", - "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." - }, - { - "name": "admin_level_2_name", - "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." - } - ], - "proj:bbox": [ - -90.05929688568439, - 66.50435737903862, - -7.9036232753206574, - 83.66967471602302 - ], - "proj:epsg": 4326, - "table:row_count": 803313, - "created": "2024-05-05T08:36:59.788353Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -7.9036232753206574, - 66.50435737903862 - ], - [ - -7.9036232753206574, - 83.66967471602302 - ], - [ - -90.05929688568439, - 83.66967471602302 - ], - [ - -90.05929688568439, - 66.50435737903862 - ], - [ - -7.9036232753206574, - 66.50435737903862 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect System (GCTS)" - }, - { - "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 (GCTS)" - } - ], - "assets": { - "data": { - "href": "az://gcts/n67w090_part-8c9fcfa14421.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -90.05929688568439, - 66.50435737903862, - -7.9036232753206574, - 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" -} \ No newline at end of file diff --git a/current/gcts/items/n67w180_part-90bdf9deaba4.json b/current/gcts/items/n67w180_part-90bdf9deaba4.json deleted file mode 100644 index 0db807b638..0000000000 --- a/current/gcts/items/n67w180_part-90bdf9deaba4.json +++ /dev/null @@ -1,171 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "n67w180_part-90bdf9deaba4", - "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." - }, - { - "name": "admin_level_1_name", - "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." - }, - { - "name": "isoSubCountryCode", - "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." - }, - { - "name": "admin_level_2_name", - "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." - } - ], - "proj:bbox": [ - -179.99975186592908, - 66.50557986809558, - -89.95718590977026, - 81.93936474444614 - ], - "proj:epsg": 4326, - "table:row_count": 650158, - "created": "2024-05-05T08:37:22.066882Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -89.95718590977026, - 66.50557986809558 - ], - [ - -89.95718590977026, - 81.93936474444614 - ], - [ - -179.99975186592908, - 81.93936474444614 - ], - [ - -179.99975186592908, - 66.50557986809558 - ], - [ - -89.95718590977026, - 66.50557986809558 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect System (GCTS)" - }, - { - "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 (GCTS)" - } - ], - "assets": { - "data": { - "href": "az://gcts/n67w180_part-90bdf9deaba4.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -179.99975186592908, - 66.50557986809558, - -89.95718590977026, - 81.93936474444614 - ], - "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" -} \ No newline at end of file diff --git a/current/gcts/items/n67w180_part-263e9cb9888f.json b/current/gcts/items/n67w180_part-9d5b84eec900.json similarity index 74% rename from current/gcts/items/n67w180_part-263e9cb9888f.json rename to current/gcts/items/n67w180_part-9d5b84eec900.json index 63250d607b..7e2bb89353 100644 --- a/current/gcts/items/n67w180_part-263e9cb9888f.json +++ b/current/gcts/items/n67w180_part-9d5b84eec900.json @@ -1,13 +1,49 @@ { "type": "Feature", "stac_version": "1.0.0", - "id": "n67w180_part-263e9cb9888f", + "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": "n67w180_part-9d5b84eec900", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -89.9571859104307, + 66.50557986809558 + ], + [ + -89.9571859104307, + 81.93936474444614 + ], + [ + -179.9997518656276, + 81.93936474444614 + ], + [ + -179.9997518656276, + 66.50557986809558 + ], + [ + -89.9571859104307, + 66.50557986809558 + ] + ] + ] + }, + "bbox": [ + -179.9997518656276, + 66.50557986809558, + -89.9571859104307, + 81.93936474444614 + ], "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", + "created": "2024-12-09T23:42:49.267130Z", "table:columns": [ { - "name": "tr_name", + "name": "transect_id", "type": "string", "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." }, @@ -28,21 +64,21 @@ }, { "name": "geometry", - "type": "binary", + "type": "WKB", "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." }, { - "name": "coastline_is_closed", + "name": "osm_coastline_is_closed", "type": "bool", "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." }, { - "name": "coastline_length", + "name": "osm_coastline_length", "type": "int32", "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." }, { - "name": "utm_crs", + "name": "utm_epsg", "type": "int32", "description": "EPSG code representing the UTM Coordinate Reference System for the transect." }, @@ -68,65 +104,43 @@ "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." }, { - "name": "isoCountryCodeAlpha2", + "name": "continent", "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." + "description": "Name of the continent in which the transect is located." }, { - "name": "admin_level_1_name", + "name": "country", "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." + "description": "ISO alpha-2 country code for the country in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "isoSubCountryCode", + "name": "common_country_name", "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." + "description": "Common country name (EN) in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "admin_level_2_name", + "name": "common_region_name", "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." + "description": "Common region name (EN) in which the transect is located. The regions are extracted from Overture Maps (divisions)." } ], "proj:bbox": [ - -179.99975186592908, + -179.9997518656276, 66.50557986809558, - -89.95718590977026, + -89.9571859104307, 81.93936474444614 ], "proj:epsg": 4326, "table:row_count": 650158, - "created": "2024-06-22T15:25:31.828745Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -89.95718590977026, - 66.50557986809558 - ], - [ - -89.95718590977026, - 81.93936474444614 - ], - [ - -179.99975186592908, - 81.93936474444614 - ], - [ - -179.99975186592908, - 66.50557986809558 - ], - [ - -89.95718590977026, - 66.50557986809558 - ] - ] - ] + "datetime": "2023-02-09T00:00:00Z" }, "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gcts/release/2024-08-02/n67w180_part-9d5b84eec900.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, { "rel": "collection", "href": "../collection.json", @@ -148,7 +162,7 @@ ], "assets": { "data": { - "href": "az://gcts/release/2024-03-18/n67w180_part-263e9cb9888f.parquet", + "href": "az://gcts/release/2024-08-02/n67w180_part-9d5b84eec900.parquet", "type": "application/vnd.apache.parquet", "title": "GCTS", "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", @@ -157,15 +171,5 @@ ] } }, - "bbox": [ - -179.99975186592908, - 66.50557986809558, - -89.95718590977026, - 81.93936474444614 - ], - "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" } \ No newline at end of file diff --git a/current/gcts/items/n69e090_part-5044fe10f2c0.json b/current/gcts/items/n69e090_part-5044fe10f2c0.json deleted file mode 100644 index 5aebeb0d60..0000000000 --- a/current/gcts/items/n69e090_part-5044fe10f2c0.json +++ /dev/null @@ -1,171 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "n69e090_part-5044fe10f2c0", - "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." - }, - { - "name": "admin_level_1_name", - "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." - }, - { - "name": "isoSubCountryCode", - "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." - }, - { - "name": "admin_level_2_name", - "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." - } - ], - "proj:bbox": [ - 89.97127383184208, - 68.75571417997578, - 179.99985945372805, - 81.28357106532803 - ], - "proj:epsg": 4326, - "table:row_count": 262137, - "created": "2024-05-05T08:37:28.743765Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 179.99985945372805, - 68.75571417997578 - ], - [ - 179.99985945372805, - 81.28357106532803 - ], - [ - 89.97127383184208, - 81.28357106532803 - ], - [ - 89.97127383184208, - 68.75571417997578 - ], - [ - 179.99985945372805, - 68.75571417997578 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect System (GCTS)" - }, - { - "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 (GCTS)" - } - ], - "assets": { - "data": { - "href": "az://gcts/n69e090_part-5044fe10f2c0.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 89.97127383184208, - 68.75571417997578, - 179.99985945372805, - 81.28357106532803 - ], - "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" -} \ No newline at end of file diff --git a/current/gcts/items/n69e090_part-9868be4770fd.json b/current/gcts/items/n69e090_part-9de0ab56870e.json similarity index 76% rename from current/gcts/items/n69e090_part-9868be4770fd.json rename to current/gcts/items/n69e090_part-9de0ab56870e.json index b9c5d45725..4170a9d847 100644 --- a/current/gcts/items/n69e090_part-9868be4770fd.json +++ b/current/gcts/items/n69e090_part-9de0ab56870e.json @@ -1,13 +1,49 @@ { "type": "Feature", "stac_version": "1.0.0", - "id": "n69e090_part-9868be4770fd", + "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": "n69e090_part-9de0ab56870e", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 179.99985945372913, + 68.75571417997578 + ], + [ + 179.99985945372913, + 81.28357106532803 + ], + [ + 89.97127383184208, + 81.28357106532803 + ], + [ + 89.97127383184208, + 68.75571417997578 + ], + [ + 179.99985945372913, + 68.75571417997578 + ] + ] + ] + }, + "bbox": [ + 89.97127383184208, + 68.75571417997578, + 179.99985945372913, + 81.28357106532803 + ], "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", + "created": "2024-12-09T23:42:49.267130Z", "table:columns": [ { - "name": "tr_name", + "name": "transect_id", "type": "string", "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." }, @@ -28,21 +64,21 @@ }, { "name": "geometry", - "type": "binary", + "type": "WKB", "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." }, { - "name": "coastline_is_closed", + "name": "osm_coastline_is_closed", "type": "bool", "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." }, { - "name": "coastline_length", + "name": "osm_coastline_length", "type": "int32", "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." }, { - "name": "utm_crs", + "name": "utm_epsg", "type": "int32", "description": "EPSG code representing the UTM Coordinate Reference System for the transect." }, @@ -68,65 +104,43 @@ "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." }, { - "name": "isoCountryCodeAlpha2", + "name": "continent", "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." + "description": "Name of the continent in which the transect is located." }, { - "name": "admin_level_1_name", + "name": "country", "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." + "description": "ISO alpha-2 country code for the country in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "isoSubCountryCode", + "name": "common_country_name", "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." + "description": "Common country name (EN) in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "admin_level_2_name", + "name": "common_region_name", "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." + "description": "Common region name (EN) in which the transect is located. The regions are extracted from Overture Maps (divisions)." } ], "proj:bbox": [ 89.97127383184208, 68.75571417997578, - 179.99985945372805, + 179.99985945372913, 81.28357106532803 ], "proj:epsg": 4326, "table:row_count": 262137, - "created": "2024-06-22T15:25:36.707614Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 179.99985945372805, - 68.75571417997578 - ], - [ - 179.99985945372805, - 81.28357106532803 - ], - [ - 89.97127383184208, - 81.28357106532803 - ], - [ - 89.97127383184208, - 68.75571417997578 - ], - [ - 179.99985945372805, - 68.75571417997578 - ] - ] - ] + "datetime": "2023-02-09T00:00:00Z" }, "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gcts/release/2024-08-02/n69e090_part-9de0ab56870e.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, { "rel": "collection", "href": "../collection.json", @@ -148,7 +162,7 @@ ], "assets": { "data": { - "href": "az://gcts/release/2024-03-18/n69e090_part-9868be4770fd.parquet", + "href": "az://gcts/release/2024-08-02/n69e090_part-9de0ab56870e.parquet", "type": "application/vnd.apache.parquet", "title": "GCTS", "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", @@ -157,15 +171,5 @@ ] } }, - "bbox": [ - 89.97127383184208, - 68.75571417997578, - 179.99985945372805, - 81.28357106532803 - ], - "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" } \ No newline at end of file diff --git a/current/gcts/items/s00e000_part-e4fe31e55e15.json b/current/gcts/items/s00e000_part-e4fe31e55e15.json deleted file mode 100644 index 96afbf29ac..0000000000 --- a/current/gcts/items/s00e000_part-e4fe31e55e15.json +++ /dev/null @@ -1,171 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s00e000_part-e4fe31e55e15", - "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." - }, - { - "name": "admin_level_1_name", - "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." - }, - { - "name": "isoSubCountryCode", - "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." - }, - { - "name": "admin_level_2_name", - "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." - } - ], - "proj:bbox": [ - 1.2736653741657814e-05, - -0.005980872321536195, - 90.00195435647078, - 66.52217373981003 - ], - "proj:epsg": 4326, - "table:row_count": 1564508, - "created": "2024-05-05T08:37:57.537295Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 90.00195435647078, - -0.005980872321536195 - ], - [ - 90.00195435647078, - 66.52217373981003 - ], - [ - 1.2736653741657814e-05, - 66.52217373981003 - ], - [ - 1.2736653741657814e-05, - -0.005980872321536195 - ], - [ - 90.00195435647078, - -0.005980872321536195 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect System (GCTS)" - }, - { - "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 (GCTS)" - } - ], - "assets": { - "data": { - "href": "az://gcts/s00e000_part-e4fe31e55e15.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 1.2736653741657814e-05, - -0.005980872321536195, - 90.00195435647078, - 66.52217373981003 - ], - "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" -} \ No newline at end of file diff --git a/current/gcts/items/s00e090_part-4c088fc616f1.json b/current/gcts/items/s00e090_part-4c088fc616f1.json deleted file mode 100644 index 04ca93aa07..0000000000 --- a/current/gcts/items/s00e090_part-4c088fc616f1.json +++ /dev/null @@ -1,171 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s00e090_part-4c088fc616f1", - "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." - }, - { - "name": "admin_level_1_name", - "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." - }, - { - "name": "isoSubCountryCode", - "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." - }, - { - "name": "admin_level_2_name", - "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." - } - ], - "proj:bbox": [ - 89.99737841548624, - -0.00884311529207947, - 179.99972994511847, - 65.08391273317105 - ], - "proj:epsg": 4326, - "table:row_count": 1438133, - "created": "2024-05-05T08:38:23.609994Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 179.99972994511847, - -0.00884311529207947 - ], - [ - 179.99972994511847, - 65.08391273317105 - ], - [ - 89.99737841548624, - 65.08391273317105 - ], - [ - 89.99737841548624, - -0.00884311529207947 - ], - [ - 179.99972994511847, - -0.00884311529207947 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect System (GCTS)" - }, - { - "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 (GCTS)" - } - ], - "assets": { - "data": { - "href": "az://gcts/s00e090_part-4c088fc616f1.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 89.99737841548624, - -0.00884311529207947, - 179.99972994511847, - 65.08391273317105 - ], - "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" -} \ No newline at end of file diff --git a/current/gcts/items/s00e090_part-d5a0cd564131.json b/current/gcts/items/s00e090_part-5029be8d9afc.json similarity index 74% rename from current/gcts/items/s00e090_part-d5a0cd564131.json rename to current/gcts/items/s00e090_part-5029be8d9afc.json index b0044c9e78..403356a87e 100644 --- a/current/gcts/items/s00e090_part-d5a0cd564131.json +++ b/current/gcts/items/s00e090_part-5029be8d9afc.json @@ -1,13 +1,49 @@ { "type": "Feature", "stac_version": "1.0.0", - "id": "s00e090_part-d5a0cd564131", + "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": "s00e090_part-5029be8d9afc", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 179.99972994412337, + -0.00884311529207947 + ], + [ + 179.99972994412337, + 65.08391273317517 + ], + [ + 89.99737841548624, + 65.08391273317517 + ], + [ + 89.99737841548624, + -0.00884311529207947 + ], + [ + 179.99972994412337, + -0.00884311529207947 + ] + ] + ] + }, + "bbox": [ + 89.99737841548624, + -0.00884311529207947, + 179.99972994412337, + 65.08391273317517 + ], "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", + "created": "2024-12-09T23:42:49.267130Z", "table:columns": [ { - "name": "tr_name", + "name": "transect_id", "type": "string", "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." }, @@ -28,21 +64,21 @@ }, { "name": "geometry", - "type": "binary", + "type": "WKB", "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." }, { - "name": "coastline_is_closed", + "name": "osm_coastline_is_closed", "type": "bool", "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." }, { - "name": "coastline_length", + "name": "osm_coastline_length", "type": "int32", "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." }, { - "name": "utm_crs", + "name": "utm_epsg", "type": "int32", "description": "EPSG code representing the UTM Coordinate Reference System for the transect." }, @@ -68,65 +104,43 @@ "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." }, { - "name": "isoCountryCodeAlpha2", + "name": "continent", "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." + "description": "Name of the continent in which the transect is located." }, { - "name": "admin_level_1_name", + "name": "country", "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." + "description": "ISO alpha-2 country code for the country in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "isoSubCountryCode", + "name": "common_country_name", "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." + "description": "Common country name (EN) in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "admin_level_2_name", + "name": "common_region_name", "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." + "description": "Common region name (EN) in which the transect is located. The regions are extracted from Overture Maps (divisions)." } ], "proj:bbox": [ 89.99737841548624, -0.00884311529207947, - 179.99972994511847, - 65.08391273317105 + 179.99972994412337, + 65.08391273317517 ], "proj:epsg": 4326, "table:row_count": 1438133, - "created": "2024-06-22T15:26:23.830752Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 179.99972994511847, - -0.00884311529207947 - ], - [ - 179.99972994511847, - 65.08391273317105 - ], - [ - 89.99737841548624, - 65.08391273317105 - ], - [ - 89.99737841548624, - -0.00884311529207947 - ], - [ - 179.99972994511847, - -0.00884311529207947 - ] - ] - ] + "datetime": "2023-02-09T00:00:00Z" }, "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gcts/release/2024-08-02/s00e090_part-5029be8d9afc.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, { "rel": "collection", "href": "../collection.json", @@ -148,7 +162,7 @@ ], "assets": { "data": { - "href": "az://gcts/release/2024-03-18/s00e090_part-d5a0cd564131.parquet", + "href": "az://gcts/release/2024-08-02/s00e090_part-5029be8d9afc.parquet", "type": "application/vnd.apache.parquet", "title": "GCTS", "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", @@ -157,15 +171,5 @@ ] } }, - "bbox": [ - 89.99737841548624, - -0.00884311529207947, - 179.99972994511847, - 65.08391273317105 - ], - "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" } \ No newline at end of file diff --git a/current/gcts/items/s00e000_part-1ca396980e20.json b/current/gcts/items/s00w000_part-593f94208834.json similarity index 75% rename from current/gcts/items/s00e000_part-1ca396980e20.json rename to current/gcts/items/s00w000_part-593f94208834.json index 6d3a1ad9fd..025753f16d 100644 --- a/current/gcts/items/s00e000_part-1ca396980e20.json +++ b/current/gcts/items/s00w000_part-593f94208834.json @@ -1,13 +1,49 @@ { "type": "Feature", "stac_version": "1.0.0", - "id": "s00e000_part-1ca396980e20", + "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": "s00w000_part-593f94208834", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 90.00195435647078, + -0.005980872321536195 + ], + [ + 90.00195435647078, + 66.52217373981003 + ], + [ + -0.011342406129431637, + 66.52217373981003 + ], + [ + -0.011342406129431637, + -0.005980872321536195 + ], + [ + 90.00195435647078, + -0.005980872321536195 + ] + ] + ] + }, + "bbox": [ + -0.011342406129431637, + -0.005980872321536195, + 90.00195435647078, + 66.52217373981003 + ], "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", + "created": "2024-12-09T23:42:49.267130Z", "table:columns": [ { - "name": "tr_name", + "name": "transect_id", "type": "string", "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." }, @@ -28,21 +64,21 @@ }, { "name": "geometry", - "type": "binary", + "type": "WKB", "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." }, { - "name": "coastline_is_closed", + "name": "osm_coastline_is_closed", "type": "bool", "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." }, { - "name": "coastline_length", + "name": "osm_coastline_length", "type": "int32", "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." }, { - "name": "utm_crs", + "name": "utm_epsg", "type": "int32", "description": "EPSG code representing the UTM Coordinate Reference System for the transect." }, @@ -68,65 +104,43 @@ "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." }, { - "name": "isoCountryCodeAlpha2", + "name": "continent", "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." + "description": "Name of the continent in which the transect is located." }, { - "name": "admin_level_1_name", + "name": "country", "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." + "description": "ISO alpha-2 country code for the country in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "isoSubCountryCode", + "name": "common_country_name", "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." + "description": "Common country name (EN) in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "admin_level_2_name", + "name": "common_region_name", "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." + "description": "Common region name (EN) in which the transect is located. The regions are extracted from Overture Maps (divisions)." } ], "proj:bbox": [ - 1.2736653741657814e-05, + -0.011342406129431637, -0.005980872321536195, 90.00195435647078, 66.52217373981003 ], "proj:epsg": 4326, - "table:row_count": 1564508, - "created": "2024-06-22T15:26:01.095308Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 90.00195435647078, - -0.005980872321536195 - ], - [ - 90.00195435647078, - 66.52217373981003 - ], - [ - 1.2736653741657814e-05, - 66.52217373981003 - ], - [ - 1.2736653741657814e-05, - -0.005980872321536195 - ], - [ - 90.00195435647078, - -0.005980872321536195 - ] - ] - ] + "table:row_count": 1564612, + "datetime": "2023-02-09T00:00:00Z" }, "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gcts/release/2024-08-02/s00w000_part-593f94208834.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, { "rel": "collection", "href": "../collection.json", @@ -148,7 +162,7 @@ ], "assets": { "data": { - "href": "az://gcts/release/2024-03-18/s00e000_part-1ca396980e20.parquet", + "href": "az://gcts/release/2024-08-02/s00w000_part-593f94208834.parquet", "type": "application/vnd.apache.parquet", "title": "GCTS", "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", @@ -157,15 +171,5 @@ ] } }, - "bbox": [ - 1.2736653741657814e-05, - -0.005980872321536195, - 90.00195435647078, - 66.52217373981003 - ], - "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" } \ No newline at end of file diff --git a/current/gcts/items/s00w090_part-5707b3a63589.json b/current/gcts/items/s00w090_part-5707b3a63589.json deleted file mode 100644 index 5b038cc928..0000000000 --- a/current/gcts/items/s00w090_part-5707b3a63589.json +++ /dev/null @@ -1,171 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s00w090_part-5707b3a63589", - "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." - }, - { - "name": "admin_level_1_name", - "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." - }, - { - "name": "isoSubCountryCode", - "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." - }, - { - "name": "admin_level_2_name", - "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." - } - ], - "proj:bbox": [ - -90.01697414042903, - -0.00870772774355085, - -1.175311021069507e-05, - 66.52205836170414 - ], - "proj:epsg": 4326, - "table:row_count": 2036070, - "created": "2024-05-05T08:39:00.708314Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -1.175311021069507e-05, - -0.00870772774355085 - ], - [ - -1.175311021069507e-05, - 66.52205836170414 - ], - [ - -90.01697414042903, - 66.52205836170414 - ], - [ - -90.01697414042903, - -0.00870772774355085 - ], - [ - -1.175311021069507e-05, - -0.00870772774355085 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect System (GCTS)" - }, - { - "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 (GCTS)" - } - ], - "assets": { - "data": { - "href": "az://gcts/s00w090_part-5707b3a63589.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -90.01697414042903, - -0.00870772774355085, - -1.175311021069507e-05, - 66.52205836170414 - ], - "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" -} \ No newline at end of file diff --git a/current/gcts/items/s00w090_part-372ca9bdfc40.json b/current/gcts/items/s00w090_part-7c78d95655f6.json similarity index 73% rename from current/gcts/items/s00w090_part-372ca9bdfc40.json rename to current/gcts/items/s00w090_part-7c78d95655f6.json index 0eec183659..bfc55873ca 100644 --- a/current/gcts/items/s00w090_part-372ca9bdfc40.json +++ b/current/gcts/items/s00w090_part-7c78d95655f6.json @@ -1,13 +1,49 @@ { "type": "Feature", "stac_version": "1.0.0", - "id": "s00w090_part-372ca9bdfc40", + "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": "s00w090_part-7c78d95655f6", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.011837738417443462, + -0.00870772774355085 + ], + [ + 0.011837738417443462, + 66.52205836170644 + ], + [ + -90.01697414042903, + 66.52205836170644 + ], + [ + -90.01697414042903, + -0.00870772774355085 + ], + [ + 0.011837738417443462, + -0.00870772774355085 + ] + ] + ] + }, + "bbox": [ + -90.01697414042903, + -0.00870772774355085, + 0.011837738417443462, + 66.52205836170644 + ], "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", + "created": "2024-12-09T23:42:49.267130Z", "table:columns": [ { - "name": "tr_name", + "name": "transect_id", "type": "string", "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." }, @@ -28,21 +64,21 @@ }, { "name": "geometry", - "type": "binary", + "type": "WKB", "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." }, { - "name": "coastline_is_closed", + "name": "osm_coastline_is_closed", "type": "bool", "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." }, { - "name": "coastline_length", + "name": "osm_coastline_length", "type": "int32", "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." }, { - "name": "utm_crs", + "name": "utm_epsg", "type": "int32", "description": "EPSG code representing the UTM Coordinate Reference System for the transect." }, @@ -68,65 +104,43 @@ "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." }, { - "name": "isoCountryCodeAlpha2", + "name": "continent", "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." + "description": "Name of the continent in which the transect is located." }, { - "name": "admin_level_1_name", + "name": "country", "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." + "description": "ISO alpha-2 country code for the country in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "isoSubCountryCode", + "name": "common_country_name", "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." + "description": "Common country name (EN) in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "admin_level_2_name", + "name": "common_region_name", "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." + "description": "Common region name (EN) in which the transect is located. The regions are extracted from Overture Maps (divisions)." } ], "proj:bbox": [ -90.01697414042903, -0.00870772774355085, - -1.175311021069507e-05, - 66.52205836170414 + 0.011837738417443462, + 66.52205836170644 ], "proj:epsg": 4326, - "table:row_count": 2223122, - "created": "2024-06-22T15:26:58.778756Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -1.175311021069507e-05, - -0.00870772774355085 - ], - [ - -1.175311021069507e-05, - 66.52205836170414 - ], - [ - -90.01697414042903, - 66.52205836170414 - ], - [ - -90.01697414042903, - -0.00870772774355085 - ], - [ - -1.175311021069507e-05, - -0.00870772774355085 - ] - ] - ] + "table:row_count": 2223213, + "datetime": "2023-02-09T00:00:00Z" }, "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gcts/release/2024-08-02/s00w090_part-7c78d95655f6.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, { "rel": "collection", "href": "../collection.json", @@ -148,7 +162,7 @@ ], "assets": { "data": { - "href": "az://gcts/release/2024-03-18/s00w090_part-372ca9bdfc40.parquet", + "href": "az://gcts/release/2024-08-02/s00w090_part-7c78d95655f6.parquet", "type": "application/vnd.apache.parquet", "title": "GCTS", "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", @@ -157,15 +171,5 @@ ] } }, - "bbox": [ - -90.01697414042903, - -0.00870772774355085, - -1.175311021069507e-05, - 66.52205836170414 - ], - "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" } \ No newline at end of file diff --git a/current/gcts/items/s00w180_part-1f91d4d0e3ee.json b/current/gcts/items/s00w180_part-3fb7f53b1f9a.json similarity index 74% rename from current/gcts/items/s00w180_part-1f91d4d0e3ee.json rename to current/gcts/items/s00w180_part-3fb7f53b1f9a.json index 0a79787690..c6b8762308 100644 --- a/current/gcts/items/s00w180_part-1f91d4d0e3ee.json +++ b/current/gcts/items/s00w180_part-3fb7f53b1f9a.json @@ -1,13 +1,49 @@ { "type": "Feature", "stac_version": "1.0.0", - "id": "s00w180_part-1f91d4d0e3ee", + "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": "s00w180_part-3fb7f53b1f9a", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -89.98087465130494, + -0.00754661853550994 + ], + [ + -89.98087465130494, + 66.52118909485309 + ], + [ + -179.99922504200103, + 66.52118909485309 + ], + [ + -179.99922504200103, + -0.00754661853550994 + ], + [ + -89.98087465130494, + -0.00754661853550994 + ] + ] + ] + }, + "bbox": [ + -179.99922504200103, + -0.00754661853550994, + -89.98087465130494, + 66.52118909485309 + ], "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", + "created": "2024-12-09T23:42:49.267130Z", "table:columns": [ { - "name": "tr_name", + "name": "transect_id", "type": "string", "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." }, @@ -28,21 +64,21 @@ }, { "name": "geometry", - "type": "binary", + "type": "WKB", "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." }, { - "name": "coastline_is_closed", + "name": "osm_coastline_is_closed", "type": "bool", "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." }, { - "name": "coastline_length", + "name": "osm_coastline_length", "type": "int32", "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." }, { - "name": "utm_crs", + "name": "utm_epsg", "type": "int32", "description": "EPSG code representing the UTM Coordinate Reference System for the transect." }, @@ -68,65 +104,43 @@ "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." }, { - "name": "isoCountryCodeAlpha2", + "name": "continent", "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." + "description": "Name of the continent in which the transect is located." }, { - "name": "admin_level_1_name", + "name": "country", "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." + "description": "ISO alpha-2 country code for the country in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "isoSubCountryCode", + "name": "common_country_name", "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." + "description": "Common country name (EN) in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "admin_level_2_name", + "name": "common_region_name", "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." + "description": "Common region name (EN) in which the transect is located. The regions are extracted from Overture Maps (divisions)." } ], "proj:bbox": [ - -179.99922504240433, + -179.99922504200103, -0.00754661853550994, -89.98087465130494, - 66.52118909490382 + 66.52118909485309 ], "proj:epsg": 4326, - "table:row_count": 1000454, - "created": "2024-06-22T15:27:13.425179Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -89.98087465130494, - -0.00754661853550994 - ], - [ - -89.98087465130494, - 66.52118909490382 - ], - [ - -179.99922504240433, - 66.52118909490382 - ], - [ - -179.99922504240433, - -0.00754661853550994 - ], - [ - -89.98087465130494, - -0.00754661853550994 - ] - ] - ] + "table:row_count": 1000455, + "datetime": "2023-02-09T00:00:00Z" }, "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gcts/release/2024-08-02/s00w180_part-3fb7f53b1f9a.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, { "rel": "collection", "href": "../collection.json", @@ -148,7 +162,7 @@ ], "assets": { "data": { - "href": "az://gcts/release/2024-03-18/s00w180_part-1f91d4d0e3ee.parquet", + "href": "az://gcts/release/2024-08-02/s00w180_part-3fb7f53b1f9a.parquet", "type": "application/vnd.apache.parquet", "title": "GCTS", "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", @@ -157,15 +171,5 @@ ] } }, - "bbox": [ - -179.99922504240433, - -0.00754661853550994, - -89.98087465130494, - 66.52118909490382 - ], - "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" } \ No newline at end of file diff --git a/current/gcts/items/s00w180_part-f51626c124d6.json b/current/gcts/items/s00w180_part-f51626c124d6.json deleted file mode 100644 index 2cdf94c428..0000000000 --- a/current/gcts/items/s00w180_part-f51626c124d6.json +++ /dev/null @@ -1,171 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s00w180_part-f51626c124d6", - "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." - }, - { - "name": "admin_level_1_name", - "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." - }, - { - "name": "isoSubCountryCode", - "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." - }, - { - "name": "admin_level_2_name", - "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." - } - ], - "proj:bbox": [ - -179.99922504240433, - -0.00754661853550994, - -89.98087465130494, - 66.52118909490382 - ], - "proj:epsg": 4326, - "table:row_count": 1000454, - "created": "2024-05-05T08:39:17.904910Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -89.98087465130494, - -0.00754661853550994 - ], - [ - -89.98087465130494, - 66.52118909490382 - ], - [ - -179.99922504240433, - 66.52118909490382 - ], - [ - -179.99922504240433, - -0.00754661853550994 - ], - [ - -89.98087465130494, - -0.00754661853550994 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect System (GCTS)" - }, - { - "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 (GCTS)" - } - ], - "assets": { - "data": { - "href": "az://gcts/s00w180_part-f51626c124d6.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -179.99922504240433, - -0.00754661853550994, - -89.98087465130494, - 66.52118909490382 - ], - "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" -} \ No newline at end of file diff --git a/current/gcts/items/s44w180_part-0a9fab5d4c42.json b/current/gcts/items/s44w180_part-2c7d8a735a92.json similarity index 76% rename from current/gcts/items/s44w180_part-0a9fab5d4c42.json rename to current/gcts/items/s44w180_part-2c7d8a735a92.json index 16bb74221d..353433e4bd 100644 --- a/current/gcts/items/s44w180_part-0a9fab5d4c42.json +++ b/current/gcts/items/s44w180_part-2c7d8a735a92.json @@ -1,13 +1,49 @@ { "type": "Feature", "stac_version": "1.0.0", - "id": "s44w180_part-0a9fab5d4c42", + "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": "s44w180_part-2c7d8a735a92", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -90.0205575222102, + -44.36481636150472 + ], + [ + -90.0205575222102, + 0.0070562073083440075 + ], + [ + -179.99979945991507, + 0.0070562073083440075 + ], + [ + -179.99979945991507, + -44.36481636150472 + ], + [ + -90.0205575222102, + -44.36481636150472 + ] + ] + ] + }, + "bbox": [ + -179.99979945991507, + -44.36481636150472, + -90.0205575222102, + 0.0070562073083440075 + ], "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", + "created": "2024-12-09T23:42:49.267130Z", "table:columns": [ { - "name": "tr_name", + "name": "transect_id", "type": "string", "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." }, @@ -28,21 +64,21 @@ }, { "name": "geometry", - "type": "binary", + "type": "WKB", "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." }, { - "name": "coastline_is_closed", + "name": "osm_coastline_is_closed", "type": "bool", "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." }, { - "name": "coastline_length", + "name": "osm_coastline_length", "type": "int32", "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." }, { - "name": "utm_crs", + "name": "utm_epsg", "type": "int32", "description": "EPSG code representing the UTM Coordinate Reference System for the transect." }, @@ -68,65 +104,43 @@ "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." }, { - "name": "isoCountryCodeAlpha2", + "name": "continent", "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." + "description": "Name of the continent in which the transect is located." }, { - "name": "admin_level_1_name", + "name": "country", "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." + "description": "ISO alpha-2 country code for the country in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "isoSubCountryCode", + "name": "common_country_name", "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." + "description": "Common country name (EN) in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "admin_level_2_name", + "name": "common_region_name", "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." + "description": "Common region name (EN) in which the transect is located. The regions are extracted from Overture Maps (divisions)." } ], "proj:bbox": [ - -179.99979946036342, + -179.99979945991507, -44.36481636150472, -90.0205575222102, 0.0070562073083440075 ], "proj:epsg": 4326, "table:row_count": 85236, - "created": "2024-06-22T15:27:15.436107Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -90.0205575222102, - -44.36481636150472 - ], - [ - -90.0205575222102, - 0.0070562073083440075 - ], - [ - -179.99979946036342, - 0.0070562073083440075 - ], - [ - -179.99979946036342, - -44.36481636150472 - ], - [ - -90.0205575222102, - -44.36481636150472 - ] - ] - ] + "datetime": "2023-02-09T00:00:00Z" }, "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gcts/release/2024-08-02/s44w180_part-2c7d8a735a92.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, { "rel": "collection", "href": "../collection.json", @@ -148,7 +162,7 @@ ], "assets": { "data": { - "href": "az://gcts/release/2024-03-18/s44w180_part-0a9fab5d4c42.parquet", + "href": "az://gcts/release/2024-08-02/s44w180_part-2c7d8a735a92.parquet", "type": "application/vnd.apache.parquet", "title": "GCTS", "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", @@ -157,15 +171,5 @@ ] } }, - "bbox": [ - -179.99979946036342, - -44.36481636150472, - -90.0205575222102, - 0.0070562073083440075 - ], - "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" } \ No newline at end of file diff --git a/current/gcts/items/s44w180_part-c38518425034.json b/current/gcts/items/s44w180_part-c38518425034.json deleted file mode 100644 index 6a8829e9ad..0000000000 --- a/current/gcts/items/s44w180_part-c38518425034.json +++ /dev/null @@ -1,171 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s44w180_part-c38518425034", - "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." - }, - { - "name": "admin_level_1_name", - "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." - }, - { - "name": "isoSubCountryCode", - "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." - }, - { - "name": "admin_level_2_name", - "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." - } - ], - "proj:bbox": [ - -179.99979946036342, - -44.36481636150472, - -90.0205575222102, - 0.0070562073083440075 - ], - "proj:epsg": 4326, - "table:row_count": 85236, - "created": "2024-05-05T08:39:20.122651Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -90.0205575222102, - -44.36481636150472 - ], - [ - -90.0205575222102, - 0.0070562073083440075 - ], - [ - -179.99979946036342, - 0.0070562073083440075 - ], - [ - -179.99979946036342, - -44.36481636150472 - ], - [ - -90.0205575222102, - -44.36481636150472 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect System (GCTS)" - }, - { - "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 (GCTS)" - } - ], - "assets": { - "data": { - "href": "az://gcts/s44w180_part-c38518425034.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -179.99979946036342, - -44.36481636150472, - -90.0205575222102, - 0.0070562073083440075 - ], - "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" -} \ No newline at end of file diff --git a/current/gcts/items/s67e003_part-dcd9a48e68c9.json b/current/gcts/items/s67e003_part-5f304c488c48.json similarity index 78% rename from current/gcts/items/s67e003_part-dcd9a48e68c9.json rename to current/gcts/items/s67e003_part-5f304c488c48.json index d347f0a2d7..65f6690dee 100644 --- a/current/gcts/items/s67e003_part-dcd9a48e68c9.json +++ b/current/gcts/items/s67e003_part-5f304c488c48.json @@ -1,13 +1,49 @@ { "type": "Feature", "stac_version": "1.0.0", - "id": "s67e003_part-dcd9a48e68c9", + "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": "s67e003_part-5f304c488c48", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 87.91094847506749, + -66.52064850942376 + ], + [ + 87.91094847506749, + 0.005281949743621451 + ], + [ + 3.271724793766211, + 0.005281949743621451 + ], + [ + 3.271724793766211, + -66.52064850942376 + ], + [ + 87.91094847506749, + -66.52064850942376 + ] + ] + ] + }, + "bbox": [ + 3.271724793766211, + -66.52064850942376, + 87.91094847506749, + 0.005281949743621451 + ], "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", + "created": "2024-12-09T23:42:49.267130Z", "table:columns": [ { - "name": "tr_name", + "name": "transect_id", "type": "string", "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." }, @@ -28,21 +64,21 @@ }, { "name": "geometry", - "type": "binary", + "type": "WKB", "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." }, { - "name": "coastline_is_closed", + "name": "osm_coastline_is_closed", "type": "bool", "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." }, { - "name": "coastline_length", + "name": "osm_coastline_length", "type": "int32", "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." }, { - "name": "utm_crs", + "name": "utm_epsg", "type": "int32", "description": "EPSG code representing the UTM Coordinate Reference System for the transect." }, @@ -68,24 +104,24 @@ "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." }, { - "name": "isoCountryCodeAlpha2", + "name": "continent", "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." + "description": "Name of the continent in which the transect is located." }, { - "name": "admin_level_1_name", + "name": "country", "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." + "description": "ISO alpha-2 country code for the country in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "isoSubCountryCode", + "name": "common_country_name", "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." + "description": "Common country name (EN) in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "admin_level_2_name", + "name": "common_region_name", "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." + "description": "Common region name (EN) in which the transect is located. The regions are extracted from Overture Maps (divisions)." } ], "proj:bbox": [ @@ -96,37 +132,15 @@ ], "proj:epsg": 4326, "table:row_count": 255032, - "created": "2024-06-22T15:27:19.879373Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 87.91094847506749, - -66.52064850942376 - ], - [ - 87.91094847506749, - 0.005281949743621451 - ], - [ - 3.271724793766211, - 0.005281949743621451 - ], - [ - 3.271724793766211, - -66.52064850942376 - ], - [ - 87.91094847506749, - -66.52064850942376 - ] - ] - ] + "datetime": "2023-02-09T00:00:00Z" }, "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gcts/release/2024-08-02/s67e003_part-5f304c488c48.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, { "rel": "collection", "href": "../collection.json", @@ -148,7 +162,7 @@ ], "assets": { "data": { - "href": "az://gcts/release/2024-03-18/s67e003_part-dcd9a48e68c9.parquet", + "href": "az://gcts/release/2024-08-02/s67e003_part-5f304c488c48.parquet", "type": "application/vnd.apache.parquet", "title": "GCTS", "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", @@ -157,15 +171,5 @@ ] } }, - "bbox": [ - 3.271724793766211, - -66.52064850942376, - 87.91094847506749, - 0.005281949743621451 - ], - "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" } \ No newline at end of file diff --git a/current/gcts/items/s67e003_part-c3eea42c31ca.json b/current/gcts/items/s67e003_part-c3eea42c31ca.json deleted file mode 100644 index 7f2f761344..0000000000 --- a/current/gcts/items/s67e003_part-c3eea42c31ca.json +++ /dev/null @@ -1,171 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s67e003_part-c3eea42c31ca", - "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." - }, - { - "name": "admin_level_1_name", - "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." - }, - { - "name": "isoSubCountryCode", - "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." - }, - { - "name": "admin_level_2_name", - "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." - } - ], - "proj:bbox": [ - 3.271724793766211, - -66.52064850942376, - 87.91094847506749, - 0.005281949743621451 - ], - "proj:epsg": 4326, - "table:row_count": 255032, - "created": "2024-05-05T08:39:25.082996Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 87.91094847506749, - -66.52064850942376 - ], - [ - 87.91094847506749, - 0.005281949743621451 - ], - [ - 3.271724793766211, - 0.005281949743621451 - ], - [ - 3.271724793766211, - -66.52064850942376 - ], - [ - 87.91094847506749, - -66.52064850942376 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect System (GCTS)" - }, - { - "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 (GCTS)" - } - ], - "assets": { - "data": { - "href": "az://gcts/s67e003_part-c3eea42c31ca.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 3.271724793766211, - -66.52064850942376, - 87.91094847506749, - 0.005281949743621451 - ], - "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" -} \ No newline at end of file diff --git a/current/gcts/items/s67e092_part-b2b9f9b31521.json b/current/gcts/items/s67e092_part-5a4f5c13b21a.json similarity index 76% rename from current/gcts/items/s67e092_part-b2b9f9b31521.json rename to current/gcts/items/s67e092_part-5a4f5c13b21a.json index e57e2e0958..3a13790c75 100644 --- a/current/gcts/items/s67e092_part-b2b9f9b31521.json +++ b/current/gcts/items/s67e092_part-5a4f5c13b21a.json @@ -1,13 +1,49 @@ { "type": "Feature", "stac_version": "1.0.0", - "id": "s67e092_part-b2b9f9b31521", + "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": "s67e092_part-5a4f5c13b21a", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 179.9998718338963, + -66.52166531106887 + ], + [ + 179.9998718338963, + 0.008131447605039291 + ], + [ + 92.21395148904566, + 0.008131447605039291 + ], + [ + 92.21395148904566, + -66.52166531106887 + ], + [ + 179.9998718338963, + -66.52166531106887 + ] + ] + ] + }, + "bbox": [ + 92.21395148904566, + -66.52166531106887, + 179.9998718338963, + 0.008131447605039291 + ], "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", + "created": "2024-12-09T23:42:49.267130Z", "table:columns": [ { - "name": "tr_name", + "name": "transect_id", "type": "string", "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." }, @@ -28,21 +64,21 @@ }, { "name": "geometry", - "type": "binary", + "type": "WKB", "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." }, { - "name": "coastline_is_closed", + "name": "osm_coastline_is_closed", "type": "bool", "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." }, { - "name": "coastline_length", + "name": "osm_coastline_length", "type": "int32", "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." }, { - "name": "utm_crs", + "name": "utm_epsg", "type": "int32", "description": "EPSG code representing the UTM Coordinate Reference System for the transect." }, @@ -68,65 +104,43 @@ "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." }, { - "name": "isoCountryCodeAlpha2", + "name": "continent", "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." + "description": "Name of the continent in which the transect is located." }, { - "name": "admin_level_1_name", + "name": "country", "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." + "description": "ISO alpha-2 country code for the country in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "isoSubCountryCode", + "name": "common_country_name", "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." + "description": "Common country name (EN) in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "admin_level_2_name", + "name": "common_region_name", "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." + "description": "Common region name (EN) in which the transect is located. The regions are extracted from Overture Maps (divisions)." } ], "proj:bbox": [ 92.21395148904566, -66.52166531106887, - 179.9998718372176, + 179.9998718338963, 0.008131447605039291 ], "proj:epsg": 4326, "table:row_count": 1460836, - "created": "2024-06-22T15:27:43.025237Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 179.9998718372176, - -66.52166531106887 - ], - [ - 179.9998718372176, - 0.008131447605039291 - ], - [ - 92.21395148904566, - 0.008131447605039291 - ], - [ - 92.21395148904566, - -66.52166531106887 - ], - [ - 179.9998718372176, - -66.52166531106887 - ] - ] - ] + "datetime": "2023-02-09T00:00:00Z" }, "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gcts/release/2024-08-02/s67e092_part-5a4f5c13b21a.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, { "rel": "collection", "href": "../collection.json", @@ -148,7 +162,7 @@ ], "assets": { "data": { - "href": "az://gcts/release/2024-03-18/s67e092_part-b2b9f9b31521.parquet", + "href": "az://gcts/release/2024-08-02/s67e092_part-5a4f5c13b21a.parquet", "type": "application/vnd.apache.parquet", "title": "GCTS", "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", @@ -157,15 +171,5 @@ ] } }, - "bbox": [ - 92.21395148904566, - -66.52166531106887, - 179.9998718372176, - 0.008131447605039291 - ], - "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" } \ No newline at end of file diff --git a/current/gcts/items/s67e092_part-837d4b9b6287.json b/current/gcts/items/s67e092_part-837d4b9b6287.json deleted file mode 100644 index f029a93dfc..0000000000 --- a/current/gcts/items/s67e092_part-837d4b9b6287.json +++ /dev/null @@ -1,171 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s67e092_part-837d4b9b6287", - "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." - }, - { - "name": "admin_level_1_name", - "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." - }, - { - "name": "isoSubCountryCode", - "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." - }, - { - "name": "admin_level_2_name", - "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." - } - ], - "proj:bbox": [ - 92.21395148904566, - -66.52166531106887, - 179.9998718372176, - 0.008131447605039291 - ], - "proj:epsg": 4326, - "table:row_count": 1460836, - "created": "2024-05-05T08:39:53.378112Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 179.9998718372176, - -66.52166531106887 - ], - [ - 179.9998718372176, - 0.008131447605039291 - ], - [ - 92.21395148904566, - 0.008131447605039291 - ], - [ - 92.21395148904566, - -66.52166531106887 - ], - [ - 179.9998718372176, - -66.52166531106887 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect System (GCTS)" - }, - { - "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 (GCTS)" - } - ], - "assets": { - "data": { - "href": "az://gcts/s67e092_part-837d4b9b6287.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 92.21395148904566, - -66.52166531106887, - 179.9998718372176, - 0.008131447605039291 - ], - "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" -} \ No newline at end of file diff --git a/current/gcts/items/s67w090_part-6ab003f65517.json b/current/gcts/items/s67w090_part-66eb7ff4867c.json similarity index 76% rename from current/gcts/items/s67w090_part-6ab003f65517.json rename to current/gcts/items/s67w090_part-66eb7ff4867c.json index c54187aafe..1944ce0539 100644 --- a/current/gcts/items/s67w090_part-6ab003f65517.json +++ b/current/gcts/items/s67w090_part-66eb7ff4867c.json @@ -1,13 +1,49 @@ { "type": "Feature", "stac_version": "1.0.0", - "id": "s67w090_part-6ab003f65517", + "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": "s67w090_part-66eb7ff4867c", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -5.628477723987638, + -66.5165574176459 + ], + [ + -5.628477723987638, + 0.008999267115719037 + ], + [ + -89.75159187005457, + 0.008999267115719037 + ], + [ + -89.75159187005457, + -66.5165574176459 + ], + [ + -5.628477723987638, + -66.5165574176459 + ] + ] + ] + }, + "bbox": [ + -89.75159187005457, + -66.5165574176459, + -5.628477723987638, + 0.008999267115719037 + ], "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", + "created": "2024-12-09T23:42:49.267130Z", "table:columns": [ { - "name": "tr_name", + "name": "transect_id", "type": "string", "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." }, @@ -28,21 +64,21 @@ }, { "name": "geometry", - "type": "binary", + "type": "WKB", "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." }, { - "name": "coastline_is_closed", + "name": "osm_coastline_is_closed", "type": "bool", "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." }, { - "name": "coastline_length", + "name": "osm_coastline_length", "type": "int32", "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." }, { - "name": "utm_crs", + "name": "utm_epsg", "type": "int32", "description": "EPSG code representing the UTM Coordinate Reference System for the transect." }, @@ -68,65 +104,43 @@ "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." }, { - "name": "isoCountryCodeAlpha2", + "name": "continent", "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." + "description": "Name of the continent in which the transect is located." }, { - "name": "admin_level_1_name", + "name": "country", "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." + "description": "ISO alpha-2 country code for the country in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "isoSubCountryCode", + "name": "common_country_name", "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." + "description": "Common country name (EN) in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "admin_level_2_name", + "name": "common_region_name", "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." + "description": "Common region name (EN) in which the transect is located. The regions are extracted from Overture Maps (divisions)." } ], "proj:bbox": [ -89.75159187005457, - -66.51655741745783, + -66.5165574176459, -5.628477723987638, 0.008999267115719037 ], "proj:epsg": 4326, "table:row_count": 966933, - "created": "2024-06-22T15:27:58.515964Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -5.628477723987638, - -66.51655741745783 - ], - [ - -5.628477723987638, - 0.008999267115719037 - ], - [ - -89.75159187005457, - 0.008999267115719037 - ], - [ - -89.75159187005457, - -66.51655741745783 - ], - [ - -5.628477723987638, - -66.51655741745783 - ] - ] - ] + "datetime": "2023-02-09T00:00:00Z" }, "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gcts/release/2024-08-02/s67w090_part-66eb7ff4867c.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, { "rel": "collection", "href": "../collection.json", @@ -148,7 +162,7 @@ ], "assets": { "data": { - "href": "az://gcts/release/2024-03-18/s67w090_part-6ab003f65517.parquet", + "href": "az://gcts/release/2024-08-02/s67w090_part-66eb7ff4867c.parquet", "type": "application/vnd.apache.parquet", "title": "GCTS", "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", @@ -157,15 +171,5 @@ ] } }, - "bbox": [ - -89.75159187005457, - -66.51655741745783, - -5.628477723987638, - 0.008999267115719037 - ], - "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" } \ No newline at end of file diff --git a/current/gcts/items/s67w090_part-f71968ef9997.json b/current/gcts/items/s67w090_part-f71968ef9997.json deleted file mode 100644 index 5214e1d4ec..0000000000 --- a/current/gcts/items/s67w090_part-f71968ef9997.json +++ /dev/null @@ -1,171 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s67w090_part-f71968ef9997", - "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." - }, - { - "name": "admin_level_1_name", - "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." - }, - { - "name": "isoSubCountryCode", - "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." - }, - { - "name": "admin_level_2_name", - "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." - } - ], - "proj:bbox": [ - -89.75159187005457, - -66.51655741745783, - -5.628477723987638, - 0.008999267115719037 - ], - "proj:epsg": 4326, - "table:row_count": 966933, - "created": "2024-05-05T08:40:15.789646Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -5.628477723987638, - -66.51655741745783 - ], - [ - -5.628477723987638, - 0.008999267115719037 - ], - [ - -89.75159187005457, - 0.008999267115719037 - ], - [ - -89.75159187005457, - -66.51655741745783 - ], - [ - -5.628477723987638, - -66.51655741745783 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect System (GCTS)" - }, - { - "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 (GCTS)" - } - ], - "assets": { - "data": { - "href": "az://gcts/s67w090_part-f71968ef9997.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -89.75159187005457, - -66.51655741745783, - -5.628477723987638, - 0.008999267115719037 - ], - "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" -} \ No newline at end of file diff --git a/current/gcts/items/s70e000_part-374dd4fa01e0.json b/current/gcts/items/s70e000_part-374dd4fa01e0.json deleted file mode 100644 index f4aea52943..0000000000 --- a/current/gcts/items/s70e000_part-374dd4fa01e0.json +++ /dev/null @@ -1,171 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s70e000_part-374dd4fa01e0", - "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." - }, - { - "name": "admin_level_1_name", - "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." - }, - { - "name": "isoSubCountryCode", - "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." - }, - { - "name": "admin_level_2_name", - "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." - } - ], - "proj:bbox": [ - 0.0031997691044374035, - -70.35023148643705, - 90.00785522626518, - -66.50573289184041 - ], - "proj:epsg": 4326, - "table:row_count": 80407, - "created": "2024-05-05T08:40:17.941138Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 90.00785522626518, - -70.35023148643705 - ], - [ - 90.00785522626518, - -66.50573289184041 - ], - [ - 0.0031997691044374035, - -66.50573289184041 - ], - [ - 0.0031997691044374035, - -70.35023148643705 - ], - [ - 90.00785522626518, - -70.35023148643705 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect System (GCTS)" - }, - { - "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 (GCTS)" - } - ], - "assets": { - "data": { - "href": "az://gcts/s70e000_part-374dd4fa01e0.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 0.0031997691044374035, - -70.35023148643705, - 90.00785522626518, - -66.50573289184041 - ], - "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" -} \ No newline at end of file diff --git a/current/gcts/items/s70e000_part-e18715974987.json b/current/gcts/items/s70e000_part-819926bac694.json similarity index 74% rename from current/gcts/items/s70e000_part-e18715974987.json rename to current/gcts/items/s70e000_part-819926bac694.json index 1bb32b71d1..fa3143d2ff 100644 --- a/current/gcts/items/s70e000_part-e18715974987.json +++ b/current/gcts/items/s70e000_part-819926bac694.json @@ -1,13 +1,49 @@ { "type": "Feature", "stac_version": "1.0.0", - "id": "s70e000_part-e18715974987", + "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": "s70e000_part-819926bac694", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 90.00785522626518, + -70.35023148643705 + ], + [ + 90.00785522626518, + -66.50573289244264 + ], + [ + 0.003199775085289588, + -66.50573289244264 + ], + [ + 0.003199775085289588, + -70.35023148643705 + ], + [ + 90.00785522626518, + -70.35023148643705 + ] + ] + ] + }, + "bbox": [ + 0.003199775085289588, + -70.35023148643705, + 90.00785522626518, + -66.50573289244264 + ], "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", + "created": "2024-12-09T23:42:49.267130Z", "table:columns": [ { - "name": "tr_name", + "name": "transect_id", "type": "string", "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." }, @@ -28,21 +64,21 @@ }, { "name": "geometry", - "type": "binary", + "type": "WKB", "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." }, { - "name": "coastline_is_closed", + "name": "osm_coastline_is_closed", "type": "bool", "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." }, { - "name": "coastline_length", + "name": "osm_coastline_length", "type": "int32", "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." }, { - "name": "utm_crs", + "name": "utm_epsg", "type": "int32", "description": "EPSG code representing the UTM Coordinate Reference System for the transect." }, @@ -68,65 +104,43 @@ "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." }, { - "name": "isoCountryCodeAlpha2", + "name": "continent", "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." + "description": "Name of the continent in which the transect is located." }, { - "name": "admin_level_1_name", + "name": "country", "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." + "description": "ISO alpha-2 country code for the country in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "isoSubCountryCode", + "name": "common_country_name", "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." + "description": "Common country name (EN) in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "admin_level_2_name", - "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." + "name": "common_region_name", + "type": "null", + "description": "Common region name (EN) in which the transect is located. The regions are extracted from Overture Maps (divisions)." } ], "proj:bbox": [ - 0.0031997691044374035, + 0.003199775085289588, -70.35023148643705, 90.00785522626518, - -66.50573289184041 + -66.50573289244264 ], "proj:epsg": 4326, "table:row_count": 80407, - "created": "2024-06-22T15:28:00.308127Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 90.00785522626518, - -70.35023148643705 - ], - [ - 90.00785522626518, - -66.50573289184041 - ], - [ - 0.0031997691044374035, - -66.50573289184041 - ], - [ - 0.0031997691044374035, - -70.35023148643705 - ], - [ - 90.00785522626518, - -70.35023148643705 - ] - ] - ] + "datetime": "2023-02-09T00:00:00Z" }, "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gcts/release/2024-08-02/s70e000_part-819926bac694.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, { "rel": "collection", "href": "../collection.json", @@ -148,7 +162,7 @@ ], "assets": { "data": { - "href": "az://gcts/release/2024-03-18/s70e000_part-e18715974987.parquet", + "href": "az://gcts/release/2024-08-02/s70e000_part-819926bac694.parquet", "type": "application/vnd.apache.parquet", "title": "GCTS", "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", @@ -157,15 +171,5 @@ ] } }, - "bbox": [ - 0.0031997691044374035, - -70.35023148643705, - 90.00785522626518, - -66.50573289184041 - ], - "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" } \ No newline at end of file diff --git a/current/gcts/items/s78e090_part-11f9dc53ffe3.json b/current/gcts/items/s78e090_part-278ff9b788f3.json similarity index 73% rename from current/gcts/items/s78e090_part-11f9dc53ffe3.json rename to current/gcts/items/s78e090_part-278ff9b788f3.json index 02c5266d4d..03c40a90e2 100644 --- a/current/gcts/items/s78e090_part-11f9dc53ffe3.json +++ b/current/gcts/items/s78e090_part-278ff9b788f3.json @@ -1,13 +1,49 @@ { "type": "Feature", "stac_version": "1.0.0", - "id": "s78e090_part-11f9dc53ffe3", + "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": "s78e090_part-278ff9b788f3", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 179.99755412358076, + -78.02795197227032 + ], + [ + 179.99755412358076, + -66.50477188961278 + ], + [ + 89.99452872780314, + -66.50477188961278 + ], + [ + 89.99452872780314, + -78.02795197227032 + ], + [ + 179.99755412358076, + -78.02795197227032 + ] + ] + ] + }, + "bbox": [ + 89.99452872780314, + -78.02795197227032, + 179.99755412358076, + -66.50477188961278 + ], "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", + "created": "2024-12-09T23:42:49.267130Z", "table:columns": [ { - "name": "tr_name", + "name": "transect_id", "type": "string", "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." }, @@ -28,21 +64,21 @@ }, { "name": "geometry", - "type": "binary", + "type": "WKB", "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." }, { - "name": "coastline_is_closed", + "name": "osm_coastline_is_closed", "type": "bool", "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." }, { - "name": "coastline_length", + "name": "osm_coastline_length", "type": "int32", "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." }, { - "name": "utm_crs", + "name": "utm_epsg", "type": "int32", "description": "EPSG code representing the UTM Coordinate Reference System for the transect." }, @@ -68,65 +104,43 @@ "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." }, { - "name": "isoCountryCodeAlpha2", + "name": "continent", "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." + "description": "Name of the continent in which the transect is located." }, { - "name": "admin_level_1_name", + "name": "country", "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." + "description": "ISO alpha-2 country code for the country in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "isoSubCountryCode", + "name": "common_country_name", "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." + "description": "Common country name (EN) in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "admin_level_2_name", - "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." + "name": "common_region_name", + "type": "null", + "description": "Common region name (EN) in which the transect is located. The regions are extracted from Overture Maps (divisions)." } ], "proj:bbox": [ - 89.99452873218706, + 89.99452872780314, -78.02795197227032, - 179.99755412400305, + 179.99755412358076, -66.50477188961278 ], "proj:epsg": 4326, "table:row_count": 73836, - "created": "2024-06-22T15:28:01.959664Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 179.99755412400305, - -78.02795197227032 - ], - [ - 179.99755412400305, - -66.50477188961278 - ], - [ - 89.99452873218706, - -66.50477188961278 - ], - [ - 89.99452873218706, - -78.02795197227032 - ], - [ - 179.99755412400305, - -78.02795197227032 - ] - ] - ] + "datetime": "2023-02-09T00:00:00Z" }, "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gcts/release/2024-08-02/s78e090_part-278ff9b788f3.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, { "rel": "collection", "href": "../collection.json", @@ -148,7 +162,7 @@ ], "assets": { "data": { - "href": "az://gcts/release/2024-03-18/s78e090_part-11f9dc53ffe3.parquet", + "href": "az://gcts/release/2024-08-02/s78e090_part-278ff9b788f3.parquet", "type": "application/vnd.apache.parquet", "title": "GCTS", "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", @@ -157,15 +171,5 @@ ] } }, - "bbox": [ - 89.99452873218706, - -78.02795197227032, - 179.99755412400305, - -66.50477188961278 - ], - "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" } \ No newline at end of file diff --git a/current/gcts/items/s78e090_part-b3da6282d4e1.json b/current/gcts/items/s78e090_part-b3da6282d4e1.json deleted file mode 100644 index 9d7e76d616..0000000000 --- a/current/gcts/items/s78e090_part-b3da6282d4e1.json +++ /dev/null @@ -1,171 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s78e090_part-b3da6282d4e1", - "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." - }, - { - "name": "admin_level_1_name", - "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." - }, - { - "name": "isoSubCountryCode", - "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." - }, - { - "name": "admin_level_2_name", - "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." - } - ], - "proj:bbox": [ - 89.99452873218706, - -78.02795197227032, - 179.99755412400305, - -66.50477188961278 - ], - "proj:epsg": 4326, - "table:row_count": 73836, - "created": "2024-05-05T08:40:20.404200Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 179.99755412400305, - -78.02795197227032 - ], - [ - 179.99755412400305, - -66.50477188961278 - ], - [ - 89.99452873218706, - -66.50477188961278 - ], - [ - 89.99452873218706, - -78.02795197227032 - ], - [ - 179.99755412400305, - -78.02795197227032 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect System (GCTS)" - }, - { - "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 (GCTS)" - } - ], - "assets": { - "data": { - "href": "az://gcts/s78e090_part-b3da6282d4e1.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 89.99452873218706, - -78.02795197227032, - 179.99755412400305, - -66.50477188961278 - ], - "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" -} \ No newline at end of file diff --git a/current/gcts/items/s78w090_part-2ead13304e1e.json b/current/gcts/items/s78w090_part-20702259b1dc.json similarity index 78% rename from current/gcts/items/s78w090_part-2ead13304e1e.json rename to current/gcts/items/s78w090_part-20702259b1dc.json index 5de8853695..50bcee10c9 100644 --- a/current/gcts/items/s78w090_part-2ead13304e1e.json +++ b/current/gcts/items/s78w090_part-20702259b1dc.json @@ -1,13 +1,49 @@ { "type": "Feature", "stac_version": "1.0.0", - "id": "s78w090_part-2ead13304e1e", + "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": "s78w090_part-20702259b1dc", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.0006344845087479812, + -78.14544733177561 + ], + [ + -0.0006344845087479812, + -66.50914140789267 + ], + [ + -89.99748519145491, + -66.50914140789267 + ], + [ + -89.99748519145491, + -78.14544733177561 + ], + [ + -0.0006344845087479812, + -78.14544733177561 + ] + ] + ] + }, + "bbox": [ + -89.99748519145491, + -78.14544733177561, + -0.0006344845087479812, + -66.50914140789267 + ], "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", + "created": "2024-12-09T23:42:49.267130Z", "table:columns": [ { - "name": "tr_name", + "name": "transect_id", "type": "string", "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." }, @@ -28,21 +64,21 @@ }, { "name": "geometry", - "type": "binary", + "type": "WKB", "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." }, { - "name": "coastline_is_closed", + "name": "osm_coastline_is_closed", "type": "bool", "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." }, { - "name": "coastline_length", + "name": "osm_coastline_length", "type": "int32", "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." }, { - "name": "utm_crs", + "name": "utm_epsg", "type": "int32", "description": "EPSG code representing the UTM Coordinate Reference System for the transect." }, @@ -68,24 +104,24 @@ "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." }, { - "name": "isoCountryCodeAlpha2", + "name": "continent", "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." + "description": "Name of the continent in which the transect is located." }, { - "name": "admin_level_1_name", + "name": "country", "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." + "description": "ISO alpha-2 country code for the country in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "isoSubCountryCode", + "name": "common_country_name", "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." + "description": "Common country name (EN) in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "admin_level_2_name", - "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." + "name": "common_region_name", + "type": "null", + "description": "Common region name (EN) in which the transect is located. The regions are extracted from Overture Maps (divisions)." } ], "proj:bbox": [ @@ -96,37 +132,15 @@ ], "proj:epsg": 4326, "table:row_count": 102877, - "created": "2024-06-22T15:28:04.355214Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -0.0006344845087479812, - -78.14544733177561 - ], - [ - -0.0006344845087479812, - -66.50914140789267 - ], - [ - -89.99748519145491, - -66.50914140789267 - ], - [ - -89.99748519145491, - -78.14544733177561 - ], - [ - -0.0006344845087479812, - -78.14544733177561 - ] - ] - ] + "datetime": "2023-02-09T00:00:00Z" }, "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gcts/release/2024-08-02/s78w090_part-20702259b1dc.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, { "rel": "collection", "href": "../collection.json", @@ -148,7 +162,7 @@ ], "assets": { "data": { - "href": "az://gcts/release/2024-03-18/s78w090_part-2ead13304e1e.parquet", + "href": "az://gcts/release/2024-08-02/s78w090_part-20702259b1dc.parquet", "type": "application/vnd.apache.parquet", "title": "GCTS", "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", @@ -157,15 +171,5 @@ ] } }, - "bbox": [ - -89.99748519145491, - -78.14544733177561, - -0.0006344845087479812, - -66.50914140789267 - ], - "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" } \ No newline at end of file diff --git a/current/gcts/items/s78w090_part-fa451361860e.json b/current/gcts/items/s78w090_part-fa451361860e.json deleted file mode 100644 index 335d139ee2..0000000000 --- a/current/gcts/items/s78w090_part-fa451361860e.json +++ /dev/null @@ -1,171 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s78w090_part-fa451361860e", - "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." - }, - { - "name": "admin_level_1_name", - "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." - }, - { - "name": "isoSubCountryCode", - "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." - }, - { - "name": "admin_level_2_name", - "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." - } - ], - "proj:bbox": [ - -89.99748519145491, - -78.14544733177561, - -0.0006344845087479812, - -66.50914140789267 - ], - "proj:epsg": 4326, - "table:row_count": 102877, - "created": "2024-05-05T08:40:23.035302Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -0.0006344845087479812, - -78.14544733177561 - ], - [ - -0.0006344845087479812, - -66.50914140789267 - ], - [ - -89.99748519145491, - -66.50914140789267 - ], - [ - -89.99748519145491, - -78.14544733177561 - ], - [ - -0.0006344845087479812, - -78.14544733177561 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect System (GCTS)" - }, - { - "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 (GCTS)" - } - ], - "assets": { - "data": { - "href": "az://gcts/s78w090_part-fa451361860e.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -89.99748519145491, - -78.14544733177561, - -0.0006344845087479812, - -66.50914140789267 - ], - "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" -} \ No newline at end of file diff --git a/current/gcts/items/s79w180_part-a56f55e52e90.json b/current/gcts/items/s79w180_part-a56f55e52e90.json deleted file mode 100644 index a09a6c25a7..0000000000 --- a/current/gcts/items/s79w180_part-a56f55e52e90.json +++ /dev/null @@ -1,171 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "s79w180_part-a56f55e52e90", - "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "table:columns": [ - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the transect starting point." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the transect starting point." - }, - { - "name": "bearing", - "type": "float", - "description": "North bearing of the transect from the landward side in degrees, with north as the reference." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "coastline_is_closed", - "type": "bool", - "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." - }, - { - "name": "coastline_length", - "type": "int32", - "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." - }, - { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the transect." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." - }, - { - "name": "isoCountryCodeAlpha2", - "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." - }, - { - "name": "admin_level_1_name", - "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." - }, - { - "name": "isoSubCountryCode", - "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." - }, - { - "name": "admin_level_2_name", - "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." - } - ], - "proj:bbox": [ - -179.9951758204611, - -78.74747176732404, - -89.99365523770271, - -68.74990551986006 - ], - "proj:epsg": 4326, - "table:row_count": 54228, - "created": "2024-05-05T08:40:24.673924Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -89.99365523770271, - -78.74747176732404 - ], - [ - -89.99365523770271, - -68.74990551986006 - ], - [ - -179.9951758204611, - -68.74990551986006 - ], - [ - -179.9951758204611, - -78.74747176732404 - ], - [ - -89.99365523770271, - -78.74747176732404 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect System (GCTS)" - }, - { - "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 (GCTS)" - } - ], - "assets": { - "data": { - "href": "az://gcts/s79w180_part-a56f55e52e90.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -179.9951758204611, - -78.74747176732404, - -89.99365523770271, - -68.74990551986006 - ], - "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" -} \ No newline at end of file diff --git a/current/gcts/items/s79w180_part-3bc6264ba479.json b/current/gcts/items/s79w180_part-b2733edc4950.json similarity index 76% rename from current/gcts/items/s79w180_part-3bc6264ba479.json rename to current/gcts/items/s79w180_part-b2733edc4950.json index 54be61c962..04ed61b9c0 100644 --- a/current/gcts/items/s79w180_part-3bc6264ba479.json +++ b/current/gcts/items/s79w180_part-b2733edc4950.json @@ -1,13 +1,49 @@ { "type": "Feature", "stac_version": "1.0.0", - "id": "s79w180_part-3bc6264ba479", + "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": "s79w180_part-b2733edc4950", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -89.99365523770271, + -78.74747176732404 + ], + [ + -89.99365523770271, + -68.74990551986006 + ], + [ + -179.99517582003938, + -68.74990551986006 + ], + [ + -179.99517582003938, + -78.74747176732404 + ], + [ + -89.99365523770271, + -78.74747176732404 + ] + ] + ] + }, + "bbox": [ + -179.99517582003938, + -78.74747176732404, + -89.99365523770271, + -68.74990551986006 + ], "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", + "created": "2024-12-09T23:42:49.267130Z", "table:columns": [ { - "name": "tr_name", + "name": "transect_id", "type": "string", "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." }, @@ -28,21 +64,21 @@ }, { "name": "geometry", - "type": "binary", + "type": "WKB", "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." }, { - "name": "coastline_is_closed", + "name": "osm_coastline_is_closed", "type": "bool", "description": "Indicates whether the source OpenStreetMap (OSM) coastline, from which the transects were derived, forms a closed loop. A value of 'true' suggests that the coastline represents an enclosed area, such as an island." }, { - "name": "coastline_length", + "name": "osm_coastline_length", "type": "int32", "description": "Represents the total length of the source OpenStreetMap (OSM) coastline, that is summed across various UTM regions. It reflects the aggregate length of the original coastline from which the transects are derived." }, { - "name": "utm_crs", + "name": "utm_epsg", "type": "int32", "description": "EPSG code representing the UTM Coordinate Reference System for the transect." }, @@ -68,65 +104,43 @@ "description": "QuadKey corresponding to the transect origin location at zoom 12, following the Bing Maps Tile System for spatial indexing." }, { - "name": "isoCountryCodeAlpha2", + "name": "continent", "type": "string", - "description": "ISO 3166-1 alpha-2 country code for the country in which the transect is located." + "description": "Name of the continent in which the transect is located." }, { - "name": "admin_level_1_name", + "name": "country", "type": "string", - "description": "Name of the first-level administrative division (e.g., country) in which the transect is located." + "description": "ISO alpha-2 country code for the country in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "isoSubCountryCode", + "name": "common_country_name", "type": "string", - "description": "ISO code for the sub-country or second-level administrative division in which the transect is located." + "description": "Common country name (EN) in which the transect is located. The country data are extracted from Overture Maps (divisions)." }, { - "name": "admin_level_2_name", - "type": "string", - "description": "Name of the second-level administrative division (e.g., state or province) in which the transect is located." + "name": "common_region_name", + "type": "null", + "description": "Common region name (EN) in which the transect is located. The regions are extracted from Overture Maps (divisions)." } ], "proj:bbox": [ - -179.9951758204611, + -179.99517582003938, -78.74747176732404, -89.99365523770271, -68.74990551986006 ], "proj:epsg": 4326, "table:row_count": 54228, - "created": "2024-06-22T15:28:05.668717Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -89.99365523770271, - -78.74747176732404 - ], - [ - -89.99365523770271, - -68.74990551986006 - ], - [ - -179.9951758204611, - -68.74990551986006 - ], - [ - -179.9951758204611, - -78.74747176732404 - ], - [ - -89.99365523770271, - -78.74747176732404 - ] - ] - ] + "datetime": "2023-02-09T00:00:00Z" }, "links": [ + { + "rel": "alternate", + "href": "https://coclico.blob.core.windows.net/gcts/release/2024-08-02/s79w180_part-b2733edc4950.parquet", + "type": "application/vnd.apache.parquet", + "title": "HTTPS access" + }, { "rel": "collection", "href": "../collection.json", @@ -148,7 +162,7 @@ ], "assets": { "data": { - "href": "az://gcts/release/2024-03-18/s79w180_part-3bc6264ba479.parquet", + "href": "az://gcts/release/2024-08-02/s79w180_part-b2733edc4950.parquet", "type": "application/vnd.apache.parquet", "title": "GCTS", "description": "Parquet dataset with coastal transects (2000 m) at 100 m alongshore resolution for this region.", @@ -157,15 +171,5 @@ ] } }, - "bbox": [ - -179.9951758204611, - -78.74747176732404, - -89.99365523770271, - -68.74990551986006 - ], - "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" } \ No newline at end of file diff --git a/current/s2-l2a-composite/collection.json b/current/s2-l2a-composite/collection.json new file mode 100644 index 0000000000..9501082afd --- /dev/null +++ b/current/s2-l2a-composite/collection.json @@ -0,0 +1,142 @@ +{ + "type": "Collection", + "id": "s2-l2a-composite", + "stac_version": "1.0.0", + "description": "\nAn annual composite dataset created using CoastPy Simple Composite from Sentinel-2 Level-2A data hosted on the Planetary Computer.\nThe composite includes 6 bands (RGB, NIR, SWIR16, SWIR22) and is derived by selecting the least cloudy 10 scenes per orbital ground track.\n", + "links": [ + { + "rel": "root", + "href": "../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "item", + "href": "./items/31UEU-00.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/31UEV-00.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/31UFU-00.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/31UFV-00.json", + "type": "application/json" + }, + { + "rel": "parent", + "href": "../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + } + ], + "stac_extensions": [ + "https://stac-extensions.github.io/item-assets/v1.0.0/schema.json", + "https://stac-extensions.github.io/scientific/v1.0.0/schema.json", + "https://stac-extensions.github.io/version/v1.2.0/schema.json" + ], + "item_assets": { + "data": { + "title": "Annual Composite Bands", + "description": "Cloud-optimized GeoTIFF containing composite bands.", + "roles": [ + "data" + ], + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "raster:bands": [ + { + "name": "red", + "description": "Red band" + }, + { + "name": "green", + "description": "Green band" + }, + { + "name": "blue", + "description": "Blue band" + }, + { + "name": "nir", + "description": "Near Infrared band" + }, + { + "name": "swir16", + "description": "Shortwave Infrared 1.6 µm band" + }, + { + "name": "swir22", + "description": "Shortwave Infrared 2.2 µm band" + } + ] + } + }, + "sci:citation": "Calkoen, Floris et al., 'In progress', ", + "version": "1.0", + "title": "Sentinel-2 L2A Annual Composites", + "extent": { + "spatial": { + "bbox": [ + [ + 4.214397054970407, + 52.014399443995714, + 6.3514211180390765, + 53.6403598030595 + ] + ] + }, + "temporal": { + "interval": [ + [ + "2023-01-17T10:42:59.025000Z", + "2023-12-01T10:54:11.024000Z" + ] + ] + } + }, + "license": "CC-BY-4.0", + "providers": [ + { + "name": "Deltares", + "roles": [ + "producer", + "processor", + "host" + ], + "url": "https://deltares.nl" + }, + { + "name": "Microsoft", + "roles": [ + "host" + ], + "url": "https://planetarycomputer.microsoft.com/dataset/sentinel-2-l2a" + } + ], + "assets": { + "thumbnail": { + "href": "https://example.com/thumbnail.jpeg", + "type": "image/jpeg", + "title": "Thumbnail", + "roles": [ + "thumbnail" + ] + }, + "geoparquet-stac-items": { + "href": "https://coclico.blob.core.windows.net/items/s2-l2a-composite.parquet/s2-l2a-composite.parquet", + "type": "application/vnd.apache.parquet", + "title": "GeoParquet STAC items", + "description": "Snapshot of the collection's STAC items exported to GeoParquet format.", + "roles": [ + "metadata" + ] + } + } +} \ No newline at end of file diff --git a/current/s2-l2a-composite/items/31UEU-00.json b/current/s2-l2a-composite/items/31UEU-00.json new file mode 100644 index 0000000000..3ad3d58402 --- /dev/null +++ b/current/s2-l2a-composite/items/31UEU-00.json @@ -0,0 +1,328 @@ +{ + "type": "Feature", + "stac_version": "1.0.0", + "stac_extensions": [ + "https://stac-extensions.github.io/projection/v1.1.0/schema.json", + "https://stac-extensions.github.io/raster/v1.1.0/schema.json" + ], + "id": "31UEU-00", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.94554977720158, + 52.04358247519996 + ], + [ + 4.94554977720158, + 53.339883987984216 + ], + [ + 4.214397054970407, + 53.339883987984216 + ], + [ + 4.214397054970407, + 52.04358247519996 + ], + [ + 4.94554977720158, + 52.04358247519996 + ] + ] + ] + }, + "bbox": [ + 4.214397054970407, + 52.04358247519996, + 4.94554977720158, + 53.339883987984216 + ], + "properties": { + "composite_avg_interval": "11 days 05:03:26.315789473", + "composite_determination_method": "CoastPy Simple Median", + "composite_n_obs": 20, + "composite_stac_ids": "['S2A_MSIL2A_20230624T104621_R051_T31UEU_20230624T183937', 'S2A_MSIL2A_20230614T105031_R051_T31UEU_20230614T182833', 'S2B_MSIL2A_20230520T104629_R051_T31UEU_20230520T161846', 'S2B_MSIL2A_20230609T104629_R051_T31UEU_20230609T144024', 'S2B_MSIL2A_20230907T104629_R051_T31UEU_20230907T211300', 'S2A_MSIL2A_20230214T105141_R051_T31UEU_20230214T214904', 'S2A_MSIL2A_20230604T104621_R051_T31UEU_20230604T183517', 'S2B_MSIL2A_20230828T104629_R051_T31UEU_20230828T181000', 'S2B_MSIL2A_20230430T104619_R051_T31UEU_20230430T152112', 'S2A_MSIL2A_20230415T104621_R051_T31UEU_20230415T190919', 'S2A_MSIL2A_20230707T105621_R094_T31UEU_20230707T194313', 'S2B_MSIL2A_20230821T105629_R094_T31UEU_20230821T182033', 'S2B_MSIL2A_20230403T105629_R094_T31UEU_20230403T154120', 'S2B_MSIL2A_20230324T105639_R094_T31UEU_20230324T181737', 'S2A_MSIL2A_20230915T105701_R094_T31UEU_20230915T180917', 'S2A_MSIL2A_20230905T105621_R094_T31UEU_20230905T182021', 'S2B_MSIL2A_20230712T105629_R094_T31UEU_20230712T155201', 'S2A_MSIL2A_20230408T105621_R094_T31UEU_20230408T183915', 'S2A_MSIL2A_20230816T105631_R094_T31UEU_20230816T191515', 'S2B_MSIL2A_20230702T105629_R094_T31UEU_20230702T152502']", + "composite_summary": "Composite dataset created by taking the median value of each pixel across all time steps.", + "eo_cloud_cover": 5, + "AREA_OR_POINT": "Area", + "end_datetime": "2023-09-15T10:57:01.024000Z", + "start_datetime": "2023-02-14T10:51:41.024000Z", + "created": "2025-01-07T09:28:57.446076Z", + "proj:epsg": 32631, + "proj:shape": [ + 14324, + 4629 + ], + "proj:bbox": [ + 4.214397054970407, + 52.04358247519996, + 4.94554977720158, + 53.339883987984216 + ], + "proj:transform": [ + 10.0, + 0.0, + 583270.0, + 0.0, + -10.0, + 5910810.0, + 0.0, + 0.0, + 1.0 + ], + "datetime": "2023-02-14T10:51:41.024000Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "Sentinel-2 L2A Annual Composites" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "Sentinel-2 L2A Annual Composites" + } + ], + "assets": { + "blue": { + "href": "https://coclico.blob.core.windows.net/tmp/typology/composite/release/slurm-2025-01-07/31UEU-00_blue_10m.tif", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "title": "blue Band", + "raster:bands": [ + { + "nodata": -9999, + "data_type": "int16", + "spatial_resolution": 10.0, + "unit": "m", + "scale": 0.0001 + } + ], + "proj:shape": [ + 14324, + 4629 + ], + "proj:bbox": [ + 583270.0, + 5767570.0, + 629560.0, + 5910810.0 + ], + "proj:transform": [ + 10.0, + 0.0, + 583270.0, + 0.0, + -10.0, + 5910810.0, + 0.0, + 0.0, + 1.0 + ], + "roles": [ + "data" + ] + }, + "green": { + "href": "https://coclico.blob.core.windows.net/tmp/typology/composite/release/slurm-2025-01-07/31UEU-00_green_10m.tif", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "title": "green Band", + "raster:bands": [ + { + "nodata": -9999, + "data_type": "int16", + "spatial_resolution": 10.0, + "unit": "m", + "scale": 0.0001 + } + ], + "proj:shape": [ + 14324, + 4629 + ], + "proj:bbox": [ + 583270.0, + 5767570.0, + 629560.0, + 5910810.0 + ], + "proj:transform": [ + 10.0, + 0.0, + 583270.0, + 0.0, + -10.0, + 5910810.0, + 0.0, + 0.0, + 1.0 + ], + "roles": [ + "data" + ] + }, + "nir": { + "href": "https://coclico.blob.core.windows.net/tmp/typology/composite/release/slurm-2025-01-07/31UEU-00_nir_10m.tif", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "title": "nir Band", + "raster:bands": [ + { + "nodata": -9999, + "data_type": "int16", + "spatial_resolution": 10.0, + "unit": "m", + "scale": 0.0001 + } + ], + "proj:shape": [ + 14324, + 4629 + ], + "proj:bbox": [ + 583270.0, + 5767570.0, + 629560.0, + 5910810.0 + ], + "proj:transform": [ + 10.0, + 0.0, + 583270.0, + 0.0, + -10.0, + 5910810.0, + 0.0, + 0.0, + 1.0 + ], + "roles": [ + "data" + ] + }, + "red": { + "href": "https://coclico.blob.core.windows.net/tmp/typology/composite/release/slurm-2025-01-07/31UEU-00_red_10m.tif", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "title": "red Band", + "raster:bands": [ + { + "nodata": -9999, + "data_type": "int16", + "spatial_resolution": 10.0, + "unit": "m", + "scale": 0.0001 + } + ], + "proj:shape": [ + 14324, + 4629 + ], + "proj:bbox": [ + 583270.0, + 5767570.0, + 629560.0, + 5910810.0 + ], + "proj:transform": [ + 10.0, + 0.0, + 583270.0, + 0.0, + -10.0, + 5910810.0, + 0.0, + 0.0, + 1.0 + ], + "roles": [ + "data" + ] + }, + "swir16": { + "href": "https://coclico.blob.core.windows.net/tmp/typology/composite/release/slurm-2025-01-07/31UEU-00_swir16_10m.tif", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "title": "swir16 Band", + "raster:bands": [ + { + "nodata": -9999, + "data_type": "int16", + "spatial_resolution": 10.0, + "unit": "m", + "scale": 0.0001 + } + ], + "proj:shape": [ + 14324, + 4629 + ], + "proj:bbox": [ + 583270.0, + 5767570.0, + 629560.0, + 5910810.0 + ], + "proj:transform": [ + 10.0, + 0.0, + 583270.0, + 0.0, + -10.0, + 5910810.0, + 0.0, + 0.0, + 1.0 + ], + "roles": [ + "data" + ] + }, + "swir22": { + "href": "https://coclico.blob.core.windows.net/tmp/typology/composite/release/slurm-2025-01-07/31UEU-00_swir22_10m.tif", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "title": "swir22 Band", + "raster:bands": [ + { + "nodata": -9999, + "data_type": "int16", + "spatial_resolution": 10.0, + "unit": "m", + "scale": 0.0001 + } + ], + "proj:shape": [ + 14324, + 4629 + ], + "proj:bbox": [ + 583270.0, + 5767570.0, + 629560.0, + 5910810.0 + ], + "proj:transform": [ + 10.0, + 0.0, + 583270.0, + 0.0, + -10.0, + 5910810.0, + 0.0, + 0.0, + 1.0 + ], + "roles": [ + "data" + ] + } + }, + "collection": "s2-l2a-composite" +} \ No newline at end of file diff --git a/current/s2-l2a-composite/items/31UEV-00.json b/current/s2-l2a-composite/items/31UEV-00.json new file mode 100644 index 0000000000..30dbce8bea --- /dev/null +++ b/current/s2-l2a-composite/items/31UEV-00.json @@ -0,0 +1,328 @@ +{ + "type": "Feature", + "stac_version": "1.0.0", + "stac_extensions": [ + "https://stac-extensions.github.io/projection/v1.1.0/schema.json", + "https://stac-extensions.github.io/raster/v1.1.0/schema.json" + ], + "id": "31UEV-00", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.940897564386813, + 52.9034553407051 + ], + [ + 4.940897564386813, + 53.33665104691036 + ], + [ + 4.513189074309764, + 53.33665104691036 + ], + [ + 4.513189074309764, + 52.9034553407051 + ], + [ + 4.940897564386813, + 52.9034553407051 + ] + ] + ] + }, + "bbox": [ + 4.513189074309764, + 52.9034553407051, + 4.940897564386813, + 53.33665104691036 + ], + "properties": { + "composite_avg_interval": "11 days 20:12:24.105263157", + "composite_determination_method": "CoastPy Simple Median", + "composite_n_obs": 20, + "composite_stac_ids": "['S2A_MSIL2A_20230614T105031_R051_T31UEV_20230614T182831', 'S2B_MSIL2A_20230520T104629_R051_T31UEV_20230520T143016', 'S2A_MSIL2A_20230525T105031_R051_T31UEV_20230525T173316', 'S2A_MSIL2A_20230624T104621_R051_T31UEV_20230624T183658', 'S2A_MSIL2A_20230902T104631_R051_T31UEV_20230902T203143', 'S2A_MSIL2A_20230704T104621_R051_T31UEV_20230704T184151', 'S2A_MSIL2A_20230214T105141_R051_T31UEV_20230214T220450', 'S2B_MSIL2A_20230609T104629_R051_T31UEV_20230609T153348', 'S2B_MSIL2A_20230907T104629_R051_T31UEV_20230907T220702', 'S2B_MSIL2A_20230927T104719_R051_T31UEV_20230927T161952', 'S2A_MSIL2A_20230227T110011_R094_T31UEV_20230228T143729', 'S2B_MSIL2A_20230403T105629_R094_T31UEV_20230403T154119', 'S2A_MSIL2A_20230418T105621_R094_T31UEV_20230419T032354', 'S2A_MSIL2A_20230707T105621_R094_T31UEV_20230707T194317', 'S2A_MSIL2A_20230816T105631_R094_T31UEV_20230816T191519', 'S2B_MSIL2A_20230821T105629_R094_T31UEV_20230821T182032', 'S2B_MSIL2A_20230712T105629_R094_T31UEV_20230712T155027', 'S2B_MSIL2A_20230523T105629_R094_T31UEV_20230523T153159', 'S2A_MSIL2A_20230915T105701_R094_T31UEV_20230915T180817', 'S2B_MSIL2A_20230324T105639_R094_T31UEV_20230324T173014']", + "composite_summary": "Composite dataset created by taking the median value of each pixel across all time steps.", + "eo_cloud_cover": 6, + "AREA_OR_POINT": "Area", + "end_datetime": "2023-09-27T10:47:19.024000Z", + "start_datetime": "2023-02-14T10:51:41.024000Z", + "created": "2025-01-07T09:28:58.675214Z", + "proj:epsg": 32631, + "proj:shape": [ + 4755, + 2749 + ], + "proj:bbox": [ + 4.513189074309764, + 52.9034553407051, + 4.940897564386813, + 53.33665104691036 + ], + "proj:transform": [ + 10.0, + 0.0, + 601760.0, + 0.0, + -10.0, + 5910810.0, + 0.0, + 0.0, + 1.0 + ], + "datetime": "2023-02-14T10:51:41.024000Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "Sentinel-2 L2A Annual Composites" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "Sentinel-2 L2A Annual Composites" + } + ], + "assets": { + "blue": { + "href": "https://coclico.blob.core.windows.net/tmp/typology/composite/release/slurm-2025-01-07/31UEV-00_blue_10m.tif", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "title": "blue Band", + "raster:bands": [ + { + "nodata": -9999, + "data_type": "int16", + "spatial_resolution": 10.0, + "unit": "m", + "scale": 0.0001 + } + ], + "proj:shape": [ + 4755, + 2749 + ], + "proj:bbox": [ + 601760.0, + 5863260.0, + 629250.0, + 5910810.0 + ], + "proj:transform": [ + 10.0, + 0.0, + 601760.0, + 0.0, + -10.0, + 5910810.0, + 0.0, + 0.0, + 1.0 + ], + "roles": [ + "data" + ] + }, + "green": { + "href": "https://coclico.blob.core.windows.net/tmp/typology/composite/release/slurm-2025-01-07/31UEV-00_green_10m.tif", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "title": "green Band", + "raster:bands": [ + { + "nodata": -9999, + "data_type": "int16", + "spatial_resolution": 10.0, + "unit": "m", + "scale": 0.0001 + } + ], + "proj:shape": [ + 4755, + 2749 + ], + "proj:bbox": [ + 601760.0, + 5863260.0, + 629250.0, + 5910810.0 + ], + "proj:transform": [ + 10.0, + 0.0, + 601760.0, + 0.0, + -10.0, + 5910810.0, + 0.0, + 0.0, + 1.0 + ], + "roles": [ + "data" + ] + }, + "nir": { + "href": "https://coclico.blob.core.windows.net/tmp/typology/composite/release/slurm-2025-01-07/31UEV-00_nir_10m.tif", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "title": "nir Band", + "raster:bands": [ + { + "nodata": -9999, + "data_type": "int16", + "spatial_resolution": 10.0, + "unit": "m", + "scale": 0.0001 + } + ], + "proj:shape": [ + 4755, + 2749 + ], + "proj:bbox": [ + 601760.0, + 5863260.0, + 629250.0, + 5910810.0 + ], + "proj:transform": [ + 10.0, + 0.0, + 601760.0, + 0.0, + -10.0, + 5910810.0, + 0.0, + 0.0, + 1.0 + ], + "roles": [ + "data" + ] + }, + "red": { + "href": "https://coclico.blob.core.windows.net/tmp/typology/composite/release/slurm-2025-01-07/31UEV-00_red_10m.tif", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "title": "red Band", + "raster:bands": [ + { + "nodata": -9999, + "data_type": "int16", + "spatial_resolution": 10.0, + "unit": "m", + "scale": 0.0001 + } + ], + "proj:shape": [ + 4755, + 2749 + ], + "proj:bbox": [ + 601760.0, + 5863260.0, + 629250.0, + 5910810.0 + ], + "proj:transform": [ + 10.0, + 0.0, + 601760.0, + 0.0, + -10.0, + 5910810.0, + 0.0, + 0.0, + 1.0 + ], + "roles": [ + "data" + ] + }, + "swir16": { + "href": "https://coclico.blob.core.windows.net/tmp/typology/composite/release/slurm-2025-01-07/31UEV-00_swir16_10m.tif", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "title": "swir16 Band", + "raster:bands": [ + { + "nodata": -9999, + "data_type": "int16", + "spatial_resolution": 10.0, + "unit": "m", + "scale": 0.0001 + } + ], + "proj:shape": [ + 4755, + 2749 + ], + "proj:bbox": [ + 601760.0, + 5863260.0, + 629250.0, + 5910810.0 + ], + "proj:transform": [ + 10.0, + 0.0, + 601760.0, + 0.0, + -10.0, + 5910810.0, + 0.0, + 0.0, + 1.0 + ], + "roles": [ + "data" + ] + }, + "swir22": { + "href": "https://coclico.blob.core.windows.net/tmp/typology/composite/release/slurm-2025-01-07/31UEV-00_swir22_10m.tif", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "title": "swir22 Band", + "raster:bands": [ + { + "nodata": -9999, + "data_type": "int16", + "spatial_resolution": 10.0, + "unit": "m", + "scale": 0.0001 + } + ], + "proj:shape": [ + 4755, + 2749 + ], + "proj:bbox": [ + 601760.0, + 5863260.0, + 629250.0, + 5910810.0 + ], + "proj:transform": [ + 10.0, + 0.0, + 601760.0, + 0.0, + -10.0, + 5910810.0, + 0.0, + 0.0, + 1.0 + ], + "roles": [ + "data" + ] + } + }, + "collection": "s2-l2a-composite" +} \ No newline at end of file diff --git a/current/s2-l2a-composite/items/31UFU-00.json b/current/s2-l2a-composite/items/31UFU-00.json new file mode 100644 index 0000000000..2e92ba6638 --- /dev/null +++ b/current/s2-l2a-composite/items/31UFU-00.json @@ -0,0 +1,328 @@ +{ + "type": "Feature", + "stac_version": "1.0.0", + "stac_extensions": [ + "https://stac-extensions.github.io/projection/v1.1.0/schema.json", + "https://stac-extensions.github.io/raster/v1.1.0/schema.json" + ], + "id": "31UFU-00", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 6.330006744237908, + 52.014399443995714 + ], + [ + 6.330006744237908, + 53.370798394287085 + ], + [ + 4.214397054970407, + 53.370798394287085 + ], + [ + 4.214397054970407, + 52.014399443995714 + ], + [ + 6.330006744237908, + 52.014399443995714 + ] + ] + ] + }, + "bbox": [ + 4.214397054970407, + 52.014399443995714, + 6.330006744237908, + 53.370798394287085 + ], + "properties": { + "composite_avg_interval": "10 days 23:10:43.862034482", + "composite_determination_method": "CoastPy Simple Median", + "composite_n_obs": 30, + "composite_stac_ids": "['S2A_MSIL2A_20230909T103631_R008_T31UFU_20230909T181353', 'S2B_MSIL2A_20230606T103629_R008_T31UFU_20230606T154515', 'S2B_MSIL2A_20230616T103629_R008_T31UFU_20230616T142729', 'S2A_MSIL2A_20230611T103631_R008_T31UFU_20230611T183032', 'S2A_MSIL2A_20230402T103621_R008_T31UFU_20230402T212311', 'S2B_MSIL2A_20230527T103629_R008_T31UFU_20230527T154612', 'S2A_MSIL2A_20231128T104401_R008_T31UFU_20231128T171834', 'S2A_MSIL2A_20230820T103631_R008_T31UFU_20230820T203315', 'S2B_MSIL2A_20230117T104259_R008_T31UFU_20230117T204213', 'S2B_MSIL2A_20230226T103919_R008_T31UFU_20230227T193350', 'S2B_MSIL2A_20230907T104629_R051_T31UFU_20230907T210926', 'S2A_MSIL2A_20230614T105031_R051_T31UFU_20230614T182831', 'S2A_MSIL2A_20230214T105141_R051_T31UFU_20230214T221125', 'S2B_MSIL2A_20231017T104939_R051_T31UFU_20231017T162527', 'S2B_MSIL2A_20230609T104629_R051_T31UFU_20230609T155746', 'S2A_MSIL2A_20230604T104621_R051_T31UFU_20230604T184038', 'S2A_MSIL2A_20230624T104621_R051_T31UFU_20230624T183702', 'S2A_MSIL2A_20231201T105411_R051_T31UFU_20231201T161147', 'S2B_MSIL2A_20230301T104859_R051_T31UFU_20230301T212335', 'S2B_MSIL2A_20230430T104619_R051_T31UFU_20230430T150240', 'S2B_MSIL2A_20230403T105629_R094_T31UFU_20230403T154107', 'S2B_MSIL2A_20230821T105629_R094_T31UFU_20230821T171537', 'S2B_MSIL2A_20230513T105619_R094_T31UFU_20230513T162213', 'S2A_MSIL2A_20230707T105621_R094_T31UFU_20230707T194306', 'S2A_MSIL2A_20230227T110011_R094_T31UFU_20230228T164344', 'S2A_MSIL2A_20230905T105621_R094_T31UFU_20230905T182303', 'S2A_MSIL2A_20230408T105621_R094_T31UFU_20230408T183537', 'S2B_MSIL2A_20230712T105629_R094_T31UFU_20230712T153112', 'S2B_MSIL2A_20230324T105639_R094_T31UFU_20230324T175022', 'S2A_MSIL2A_20230207T110221_R094_T31UFU_20230208T055809']", + "composite_summary": "Composite dataset created by taking the median value of each pixel across all time steps.", + "eo_cloud_cover": 4, + "AREA_OR_POINT": "Area", + "end_datetime": "2023-12-01T10:54:11.024000Z", + "start_datetime": "2023-01-17T10:42:59.025000Z", + "created": "2025-01-07T09:29:48.656103Z", + "proj:epsg": 32631, + "proj:shape": [ + 14668, + 13846 + ], + "proj:bbox": [ + 4.214397054970407, + 52.014399443995714, + 6.330006744237908, + 53.370798394287085 + ], + "proj:transform": [ + 10.0, + 0.0, + 583270.0, + 0.0, + -10.0, + 5914250.0, + 0.0, + 0.0, + 1.0 + ], + "datetime": "2023-01-17T10:42:59.025000Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "Sentinel-2 L2A Annual Composites" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "Sentinel-2 L2A Annual Composites" + } + ], + "assets": { + "blue": { + "href": "https://coclico.blob.core.windows.net/tmp/typology/composite/release/slurm-2025-01-07/31UFU-00_blue_10m.tif", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "title": "blue Band", + "raster:bands": [ + { + "nodata": -9999, + "data_type": "int16", + "spatial_resolution": 10.0, + "unit": "m", + "scale": 0.0001 + } + ], + "proj:shape": [ + 14668, + 13846 + ], + "proj:bbox": [ + 583270.0, + 5767570.0, + 721730.0, + 5914250.0 + ], + "proj:transform": [ + 10.0, + 0.0, + 583270.0, + 0.0, + -10.0, + 5914250.0, + 0.0, + 0.0, + 1.0 + ], + "roles": [ + "data" + ] + }, + "green": { + "href": "https://coclico.blob.core.windows.net/tmp/typology/composite/release/slurm-2025-01-07/31UFU-00_green_10m.tif", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "title": "green Band", + "raster:bands": [ + { + "nodata": -9999, + "data_type": "int16", + "spatial_resolution": 10.0, + "unit": "m", + "scale": 0.0001 + } + ], + "proj:shape": [ + 14668, + 13846 + ], + "proj:bbox": [ + 583270.0, + 5767570.0, + 721730.0, + 5914250.0 + ], + "proj:transform": [ + 10.0, + 0.0, + 583270.0, + 0.0, + -10.0, + 5914250.0, + 0.0, + 0.0, + 1.0 + ], + "roles": [ + "data" + ] + }, + "nir": { + "href": "https://coclico.blob.core.windows.net/tmp/typology/composite/release/slurm-2025-01-07/31UFU-00_nir_10m.tif", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "title": "nir Band", + "raster:bands": [ + { + "nodata": -9999, + "data_type": "int16", + "spatial_resolution": 10.0, + "unit": "m", + "scale": 0.0001 + } + ], + "proj:shape": [ + 14668, + 13846 + ], + "proj:bbox": [ + 583270.0, + 5767570.0, + 721730.0, + 5914250.0 + ], + "proj:transform": [ + 10.0, + 0.0, + 583270.0, + 0.0, + -10.0, + 5914250.0, + 0.0, + 0.0, + 1.0 + ], + "roles": [ + "data" + ] + }, + "red": { + "href": "https://coclico.blob.core.windows.net/tmp/typology/composite/release/slurm-2025-01-07/31UFU-00_red_10m.tif", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "title": "red Band", + "raster:bands": [ + { + "nodata": -9999, + "data_type": "int16", + "spatial_resolution": 10.0, + "unit": "m", + "scale": 0.0001 + } + ], + "proj:shape": [ + 14668, + 13846 + ], + "proj:bbox": [ + 583270.0, + 5767570.0, + 721730.0, + 5914250.0 + ], + "proj:transform": [ + 10.0, + 0.0, + 583270.0, + 0.0, + -10.0, + 5914250.0, + 0.0, + 0.0, + 1.0 + ], + "roles": [ + "data" + ] + }, + "swir16": { + "href": "https://coclico.blob.core.windows.net/tmp/typology/composite/release/slurm-2025-01-07/31UFU-00_swir16_10m.tif", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "title": "swir16 Band", + "raster:bands": [ + { + "nodata": -9999, + "data_type": "int16", + "spatial_resolution": 10.0, + "unit": "m", + "scale": 0.0001 + } + ], + "proj:shape": [ + 14668, + 13846 + ], + "proj:bbox": [ + 583270.0, + 5767570.0, + 721730.0, + 5914250.0 + ], + "proj:transform": [ + 10.0, + 0.0, + 583270.0, + 0.0, + -10.0, + 5914250.0, + 0.0, + 0.0, + 1.0 + ], + "roles": [ + "data" + ] + }, + "swir22": { + "href": "https://coclico.blob.core.windows.net/tmp/typology/composite/release/slurm-2025-01-07/31UFU-00_swir22_10m.tif", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "title": "swir22 Band", + "raster:bands": [ + { + "nodata": -9999, + "data_type": "int16", + "spatial_resolution": 10.0, + "unit": "m", + "scale": 0.0001 + } + ], + "proj:shape": [ + 14668, + 13846 + ], + "proj:bbox": [ + 583270.0, + 5767570.0, + 721730.0, + 5914250.0 + ], + "proj:transform": [ + 10.0, + 0.0, + 583270.0, + 0.0, + -10.0, + 5914250.0, + 0.0, + 0.0, + 1.0 + ], + "roles": [ + "data" + ] + } + }, + "collection": "s2-l2a-composite" +} \ No newline at end of file diff --git a/current/s2-l2a-composite/items/31UFV-00.json b/current/s2-l2a-composite/items/31UFV-00.json new file mode 100644 index 0000000000..154cb92386 --- /dev/null +++ b/current/s2-l2a-composite/items/31UFV-00.json @@ -0,0 +1,328 @@ +{ + "type": "Feature", + "stac_version": "1.0.0", + "stac_extensions": [ + "https://stac-extensions.github.io/projection/v1.1.0/schema.json", + "https://stac-extensions.github.io/raster/v1.1.0/schema.json" + ], + "id": "31UFV-00", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 6.3514211180390765, + 52.87328337282471 + ], + [ + 6.3514211180390765, + 53.6403598030595 + ], + [ + 4.513189074309764, + 53.6403598030595 + ], + [ + 4.513189074309764, + 52.87328337282471 + ], + [ + 6.3514211180390765, + 52.87328337282471 + ] + ] + ] + }, + "bbox": [ + 4.513189074309764, + 52.87328337282471, + 6.3514211180390765, + 53.6403598030595 + ], + "properties": { + "composite_avg_interval": "9 days 08:53:38.148148148", + "composite_determination_method": "CoastPy Simple Median", + "composite_n_obs": 28, + "composite_stac_ids": "['S2A_MSIL2A_20230611T103631_R008_T31UFV_20230611T193834', 'S2B_MSIL2A_20230206T104129_R008_T31UFV_20230207T045101', 'S2A_MSIL2A_20230402T103621_R008_T31UFV_20230402T212124', 'S2A_MSIL2A_20230909T103631_R008_T31UFV_20230909T181355', 'S2B_MSIL2A_20230527T103629_R008_T31UFV_20230527T154608', 'S2A_MSIL2A_20230313T103821_R008_T31UFV_20230313T173508', 'S2A_MSIL2A_20230820T103631_R008_T31UFV_20230820T211302', 'S2A_MSIL2A_20230323T103711_R008_T31UFV_20230323T192904', 'S2B_MSIL2A_20230815T103629_R008_T31UFV_20230815T183038', 'S2A_MSIL2A_20230621T103631_R008_T31UFV_20230622T114647', 'S2A_MSIL2A_20230614T105031_R051_T31UFV_20230614T182850', 'S2A_MSIL2A_20230624T104621_R051_T31UFV_20230624T183703', 'S2A_MSIL2A_20230214T105141_R051_T31UFV_20230214T220637', 'S2B_MSIL2A_20230520T104629_R051_T31UFV_20230520T142927', 'S2B_MSIL2A_20231017T104939_R051_T31UFV_20231017T162533', 'S2A_MSIL2A_20230902T104631_R051_T31UFV_20230902T210204', 'S2B_MSIL2A_20230609T104629_R051_T31UFV_20230609T144027', 'S2B_MSIL2A_20230907T104629_R051_T31UFV_20230907T204634', 'S2A_MSIL2A_20230704T104621_R051_T31UFV_20230704T185647', 'S2B_MSIL2A_20230403T105629_R094_T31UFV_20230403T154111', 'S2A_MSIL2A_20230418T105621_R094_T31UFV_20230419T112903', 'S2B_MSIL2A_20230324T105639_R094_T31UFV_20230324T181722', 'S2A_MSIL2A_20230816T105631_R094_T31UFV_20230816T191511', 'S2B_MSIL2A_20230602T105629_R094_T31UFV_20230602T153127', 'S2B_MSIL2A_20230821T105629_R094_T31UFV_20230821T171602', 'S2A_MSIL2A_20230915T105701_R094_T31UFV_20230915T180816', 'S2B_MSIL2A_20230712T105629_R094_T31UFV_20230712T153135', 'S2A_MSIL2A_20230707T105621_R094_T31UFV_20230707T194307']", + "composite_summary": "Composite dataset created by taking the median value of each pixel across all time steps.", + "eo_cloud_cover": 5, + "AREA_OR_POINT": "Area", + "end_datetime": "2023-10-17T10:49:39.024000Z", + "start_datetime": "2023-02-06T10:41:29.024000Z", + "created": "2025-01-07T09:30:32.180471Z", + "proj:epsg": 32631, + "proj:shape": [ + 8135, + 11997 + ], + "proj:bbox": [ + 4.513189074309764, + 52.87328337282471, + 6.3514211180390765, + 53.6403598030595 + ], + "proj:transform": [ + 10.0, + 0.0, + 601760.0, + 0.0, + -10.0, + 5944610.0, + 0.0, + 0.0, + 1.0 + ], + "datetime": "2023-02-06T10:41:29.024000Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "Sentinel-2 L2A Annual Composites" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "Sentinel-2 L2A Annual Composites" + } + ], + "assets": { + "blue": { + "href": "https://coclico.blob.core.windows.net/tmp/typology/composite/release/slurm-2025-01-07/31UFV-00_blue_10m.tif", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "title": "blue Band", + "raster:bands": [ + { + "nodata": -9999, + "data_type": "int16", + "spatial_resolution": 10.0, + "unit": "m", + "scale": 0.0001 + } + ], + "proj:shape": [ + 8135, + 11997 + ], + "proj:bbox": [ + 601760.0, + 5863260.0, + 721730.0, + 5944610.0 + ], + "proj:transform": [ + 10.0, + 0.0, + 601760.0, + 0.0, + -10.0, + 5944610.0, + 0.0, + 0.0, + 1.0 + ], + "roles": [ + "data" + ] + }, + "green": { + "href": "https://coclico.blob.core.windows.net/tmp/typology/composite/release/slurm-2025-01-07/31UFV-00_green_10m.tif", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "title": "green Band", + "raster:bands": [ + { + "nodata": -9999, + "data_type": "int16", + "spatial_resolution": 10.0, + "unit": "m", + "scale": 0.0001 + } + ], + "proj:shape": [ + 8135, + 11997 + ], + "proj:bbox": [ + 601760.0, + 5863260.0, + 721730.0, + 5944610.0 + ], + "proj:transform": [ + 10.0, + 0.0, + 601760.0, + 0.0, + -10.0, + 5944610.0, + 0.0, + 0.0, + 1.0 + ], + "roles": [ + "data" + ] + }, + "nir": { + "href": "https://coclico.blob.core.windows.net/tmp/typology/composite/release/slurm-2025-01-07/31UFV-00_nir_10m.tif", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "title": "nir Band", + "raster:bands": [ + { + "nodata": -9999, + "data_type": "int16", + "spatial_resolution": 10.0, + "unit": "m", + "scale": 0.0001 + } + ], + "proj:shape": [ + 8135, + 11997 + ], + "proj:bbox": [ + 601760.0, + 5863260.0, + 721730.0, + 5944610.0 + ], + "proj:transform": [ + 10.0, + 0.0, + 601760.0, + 0.0, + -10.0, + 5944610.0, + 0.0, + 0.0, + 1.0 + ], + "roles": [ + "data" + ] + }, + "red": { + "href": "https://coclico.blob.core.windows.net/tmp/typology/composite/release/slurm-2025-01-07/31UFV-00_red_10m.tif", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "title": "red Band", + "raster:bands": [ + { + "nodata": -9999, + "data_type": "int16", + "spatial_resolution": 10.0, + "unit": "m", + "scale": 0.0001 + } + ], + "proj:shape": [ + 8135, + 11997 + ], + "proj:bbox": [ + 601760.0, + 5863260.0, + 721730.0, + 5944610.0 + ], + "proj:transform": [ + 10.0, + 0.0, + 601760.0, + 0.0, + -10.0, + 5944610.0, + 0.0, + 0.0, + 1.0 + ], + "roles": [ + "data" + ] + }, + "swir16": { + "href": "https://coclico.blob.core.windows.net/tmp/typology/composite/release/slurm-2025-01-07/31UFV-00_swir16_10m.tif", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "title": "swir16 Band", + "raster:bands": [ + { + "nodata": -9999, + "data_type": "int16", + "spatial_resolution": 10.0, + "unit": "m", + "scale": 0.0001 + } + ], + "proj:shape": [ + 8135, + 11997 + ], + "proj:bbox": [ + 601760.0, + 5863260.0, + 721730.0, + 5944610.0 + ], + "proj:transform": [ + 10.0, + 0.0, + 601760.0, + 0.0, + -10.0, + 5944610.0, + 0.0, + 0.0, + 1.0 + ], + "roles": [ + "data" + ] + }, + "swir22": { + "href": "https://coclico.blob.core.windows.net/tmp/typology/composite/release/slurm-2025-01-07/31UFV-00_swir22_10m.tif", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "title": "swir22 Band", + "raster:bands": [ + { + "nodata": -9999, + "data_type": "int16", + "spatial_resolution": 10.0, + "unit": "m", + "scale": 0.0001 + } + ], + "proj:shape": [ + 8135, + 11997 + ], + "proj:bbox": [ + 601760.0, + 5863260.0, + 721730.0, + 5944610.0 + ], + "proj:transform": [ + 10.0, + 0.0, + 601760.0, + 0.0, + -10.0, + 5944610.0, + 0.0, + 0.0, + 1.0 + ], + "roles": [ + "data" + ] + } + }, + "collection": "s2-l2a-composite" +} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/collection.json b/current/shorelinemonitor-raw-series/collection.json index 82acf80f84..5c58e03606 100644 --- a/current/shorelinemonitor-raw-series/collection.json +++ b/current/shorelinemonitor-raw-series/collection.json @@ -2,352 +2,17 @@ "type": "Collection", "id": "shorelinemonitor-raw-series", "stac_version": "1.0.0", - "description": "\n The ShorelineMonitor-Raw Series data consists of Satellite-Derived Shorelines that are extracted\n from annually composited Landsat satellite imagery for the years 1984-2021.\n ", + "description": "\nThe ShorelineMonitor dataset provides raw shoreline series extracted from annually composited Landsat imagery. \nThese data include shoreline positions and derived metrics for monitoring coastal change globally.\n", "links": [ { - "rel": "license", - "href": "https://creativecommons.org/publicdomain/zero/1.0/", - "type": "text/html", - "title": "CC License" - }, - { - "rel": "item", - "href": "./items/box_028.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_029.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_030.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_031.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_036.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_042.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_045.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_050.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_051.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_052.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_054.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_056.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_061.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_062.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_063.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_064.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_067.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_068.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_070.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_073.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_074.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_077.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_078.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_079.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_080.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_083.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_084.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_085.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_086.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_089.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_090.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_091.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_093.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_094.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_095.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_096.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_097.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_099.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_101.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_102.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_103.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_104.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_105.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_106.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_107.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_108.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_112.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_115.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_116.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_117.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_118.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_119.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_120.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_121.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_123.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_124.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_125.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_126.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_127.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_128.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_129.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_130.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_134.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_136.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_137.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_138.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_139.json", - "type": "application/json" + "rel": "root", + "href": "../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" }, { "rel": "item", - "href": "./items/box_141.json", + "href": "./items/box_028.json", "type": "application/json" }, { @@ -355,202 +20,6 @@ "href": "./items/box_142.json", "type": "application/json" }, - { - "rel": "item", - "href": "./items/box_143.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_144.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_145.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_146.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_147.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_148.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_149.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_150.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_158.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_160.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_161.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_162.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_163.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_164.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_165.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_166.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_167.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_168.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_171.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_172.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_173.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_179.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_180.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_181.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_182.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_183.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_184.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_186.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_187.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_188.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_194.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_195.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_203.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_207.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_208.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_209.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_210.json", - "type": "application/json" - }, - { - "rel": "item", - "href": "./items/box_211.json", - "type": "application/json" - }, - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, { "rel": "parent", "href": "../catalog.json", @@ -560,14 +29,13 @@ ], "stac_extensions": [ "https://stac-extensions.github.io/item-assets/v1.0.0/schema.json", - "https://stac-extensions.github.io/scientific/v1.0.0/schema.json", - "https://stac-extensions.github.io/table/v1.2.0/schema.json", - "https://stac-extensions.github.io/version/v1.2.0/schema.json" + "https://stac-extensions.github.io/version/v1.2.0/schema.json", + "https://stac-extensions.github.io/scientific/v1.0.0/schema.json" ], "item_assets": { "data": { - "title": "ShorelineMonitor: Satellite-derived Shorelines", - "description": "\n The ShorelineMonitor-Raw Series data consists of Satellite-Derived Shorelines that are extracted\n from annually composited Landsat satellite imagery for the years 1984-2021.\n ", + "title": "ShorelineMonitor: Raw Shoreline Series", + "description": "Parquet dataset containing raw shoreline observations for coastal monitoring.", "roles": [ "data" ], @@ -577,197 +45,317 @@ }, "table:columns": [ { - "name": "time", - "type": "timestamp[ms]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", + "name": "transect_id", "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." + "description": "Unique identifier for the transect, combining coastline, segment, and distance information." }, { - "name": "obs_group", - "type": "int32", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline observation." }, { - "name": "source_file", + "name": "obs_id", "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." + "description": "Unique identifier for the observation, combining transect_id and a datetime-sorted observation index." }, { - "name": "utm_crs", - "type": "int32", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." }, { "name": "geometry", - "type": "byte_array", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." + "type": "geometry", + "description": "Shoreline geometry represented as a WKB (Well-Known Binary) LineString." }, { "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." + "type": "float32", + "description": "Longitude coordinate of the shoreline observation." }, { "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." + "type": "float32", + "description": "Latitude coordinate of the shoreline observation." }, { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." + "name": "shoreline_position", + "type": "float32", + "description": "Normalized shoreline position relative to the reference chainage." }, { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." + "name": "chainage", + "type": "float32", + "description": "Distance along the transect, measured from its start point." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the observation." + }, + { + "name": "transect_lon", + "type": "float32", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "transect_lat", + "type": "float32", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "quadkey", + "type": "string", + "description": "Quadkey spatial index for the observation location." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box defining the spatial extent of the observation (minx, miny, maxx, maxy)." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Ratio of the actual shoreline length to its straight-line length, indicating complexity." }, { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections per unit length of the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Measure of the shoreline's fractal complexity." }, { "name": "is_shoal", "type": "boolean", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." + "description": "Flag indicating whether the shoreline lies over a shoal." + }, + { + "name": "obs_group", + "type": "int32", + "description": "Identifier for the group of aggregated shoreline observations." }, { "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." + "type": "float32", + "description": "Standard deviation of shoreline positions within the observation group." }, { "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." + "type": "float32", + "description": "Range of shoreline positions within the observation group." }, { "name": "obs_group_count", "type": "int32", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." + "description": "Number of observations within the observation group." + }, + { + "name": "obs_is_qa", + "type": "boolean", + "description": "Flag indicating whether the observation passed quality assurance checks." }, { "name": "obs_is_primary", "type": "boolean", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." + "description": "Flag indicating whether the observation is the primary observation in its group." }, { - "name": "obs_is_qa", + "name": "obs_is_step_change", "type": "boolean", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." + "description": "Flag indicating a significant step change in the shoreline position." }, { "name": "obs_is_outlier", "type": "boolean", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." + "description": "Flag indicating whether the observation is considered an outlier." }, { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." + "name": "obs_count", + "type": "float32", + "description": "Total number of observations recorded for this group." }, { - "name": "obs_count", + "name": "obs_mdn_offset", + "type": "float32", + "description": "Offset of the observation from the median of primary observations in its group." + }, + { + "name": "subseries_id", "type": "int32", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." + "description": "Identifier for multiple groups within the observation series." }, { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." + "name": "reference_datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the reference point, typically the most recent primary observation." }, { - "name": "tr_is_qa", - "type": "boolean", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." + "name": "reference_chainage", + "type": "float32", + "description": "Chainage of the reference point, typically the most recent primary observation." + }, + { + "name": "reference_lon", + "type": "float32", + "description": "Longitude of the reference point." + }, + { + "name": "reference_lat", + "type": "float32", + "description": "Latitude of the reference point." + }, + { + "name": "obs_primary_count", + "type": "float32", + "description": "Count of primary observations in the group." + }, + { + "name": "obs_primary_mdn", + "type": "float32", + "description": "Median shoreline position for primary observations." }, { "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." + "type": "float32", + "description": "Standard deviation of shoreline positions across the transect." }, { "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." + "type": "float32", + "description": "Range (max - min) of shoreline positions along the transect." }, { - "name": "quadkey", + "name": "tr_qa_pct", + "type": "float32", + "description": "Percentage of observations in the transect that passed quality assurance checks." + }, + { + "name": "tr_is_qa", + "type": "boolean", + "description": "Flag indicating whether the transect meets quality assurance criteria." + }, + { + "name": "dist_b330", + "type": "float32", + "description": "GCTR: Distance to OSM Coastline intersection at bearing 330." + }, + { + "name": "dist_b0", + "type": "float32", + "description": "GCTR: Distance to OSM Coastline intersection at bearing 0." + }, + { + "name": "dist_b30", + "type": "float32", + "description": "GCTR: Distance to OSM Coastline intersection at bearing 30." + }, + { + "name": "min_dist", + "type": "float32", + "description": "Minimum distance to a OSM Coastline (from B330, B0, and B30)." + }, + { + "name": "offshore_domain", + "type": "float32", + "description": "Maximum offshore distance (search domain) for the shoreline position, typically half the min distance if there is an intersecting OSM Coastline." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for water classification using Otsu's method." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start date and time of the composite period used for shoreline determination." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End date and time of the composite period used for shoreline determination." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps representing the images used in the composite period." + }, + { + "name": "composite:image_id", "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." + "description": "Identifier for the composite image used in shoreline detection." }, { - "name": "bbox", - "type": "struct", - "description": "Bounding box coordinates (minimum and maximum x and y values) defining the spatial extent of the transect, used for geographic referencing and spatial queries." + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "country", + "type": "string", + "description": "Country code of the shoreline observation location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the observation is located." } ] } }, - "container_uri": "az://shorelinemonitor-raw-series/release/2024-06-08", - "sci:citation": "...", - "version": "2.0.1", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series", + "storage_pattern": "az://shorelinemonitor-raw-series/release/2024-12-17", + "version": "2024-12-17", + "sci:citation": "Deltares, RPC, 2025. Work in progress.", + "title": "ShorelineMonitor: Raw Shoreline Series", "extent": { "spatial": { "bbox": [ [ - -179.34658621431976, - -55.98144821142408, - 179.66267823938992, - 66.4458680528831 + -74.39143852878641, + -50.84390205560705, + -15.373286624692934, + 28.59332804459927 ] ] }, "temporal": { "interval": [ [ - "2024-06-08T00:00:00Z", - "2024-06-08T00:00:00Z" + "1984-01-01T00:00:00Z", + "2023-01-01T00:00:00Z" ] ] } }, - "license": "ODbL-1.0", - "keywords": [ - "Satellite-Derived Shorelines", - "SDS", - "Coastal Change", - "Coast", - "CoCliCo", - "Deltares", - "GeoParquet" - ], + "license": "CC-BY-4.0", "providers": [ { "name": "Deltares", "roles": [ "producer", "processor", - "host", - "licensor" + "host" ], "url": "https://deltares.nl" } ], "assets": { - "thumbnail": { - "href": "https://coclico.blob.core.windows.net/assets/thumbnails/sds-thumbnail.jpeg", - "type": "image/jpeg", - "title": "Thumbnail" - }, "geoparquet-stac-items": { "href": "az://items/shorelinemonitor-raw-series.parquet", "type": "application/vnd.apache.parquet", - "title": "GeoParquet STAC items", - "description": "Snapshot of the collection's STAC items exported to GeoParquet format.", + "title": "GeoParquet STAC Items", + "description": "Snapshot of the STAC items in GeoParquet format.", "roles": [ - "data" + "metadata" ] } } diff --git a/current/shorelinemonitor-raw-series/items/box_028.json b/current/shorelinemonitor-raw-series/items/box_028.json index 77cdfd812a..272ebc87e8 100644 --- a/current/shorelinemonitor-raw-series/items/box_028.json +++ b/current/shorelinemonitor-raw-series/items/box_028.json @@ -1,239 +1,584 @@ { "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": "box_028", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -74.11141524860649, + -50.84390205560705 + ], + [ + -74.11141524860649, + -50.66682737884366 + ], + [ + -74.39143852878641, + -50.66682737884366 + ], + [ + -74.39143852878641, + -50.84390205560705 + ], + [ + -74.11141524860649, + -50.84390205560705 + ] + ] + ] + }, + "bbox": [ + -74.39143852878641, + -50.84390205560705, + -74.11141524860649, + -50.66682737884366 + ], "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", + "created": "2024-12-18T14:15:18.110364Z", "table:columns": [ { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." + "name": "transect_id", + "type": "string" }, { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." + "name": "shoreline_id", + "type": "string" }, { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." + "name": "obs_id", + "type": "string" }, { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." + "name": "datetime", + "type": "timestamp[ns]" }, { "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." + "type": "WKB" }, { "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." + "type": "float" }, { "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." + "type": "float" }, { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." + "name": "shoreline_position", + "type": "float" }, { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." + "name": "chainage", + "type": "float" }, { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." + "name": "utm_epsg", + "type": "int64" + }, + { + "name": "transect_lon", + "type": "float" + }, + { + "name": "transect_lat", + "type": "float" + }, + { + "name": "quadkey", + "type": "string" + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "sinuosity", + "type": "float" + }, + { + "name": "self_intersection_density", + "type": "float" + }, + { + "name": "fractal_dimension", + "type": "float" }, { "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." + "type": "bool" + }, + { + "name": "obs_group", + "type": "int64" }, { "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." + "type": "float" }, { "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." + "type": "float" }, { "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." + "type": "int64" + }, + { + "name": "obs_is_qa", + "type": "bool" }, { "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." + "type": "bool" }, { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." + "name": "obs_is_step_change", + "type": "bool" }, { "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." + "type": "bool" }, { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." + "name": "obs_count", + "type": "float" }, { - "name": "obs_baseline", + "name": "obs_mdn_offset", "type": "float" }, { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." + "name": "subseries_id", + "type": "int64" }, { - "name": "obs_primary_count", + "name": "reference_datetime", + "type": "timestamp[ns]" + }, + { + "name": "reference_chainage", "type": "float" }, { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." + "name": "reference_lon", + "type": "float" }, { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." + "name": "reference_lat", + "type": "float" + }, + { + "name": "obs_primary_count", + "type": "float" + }, + { + "name": "obs_primary_mdn", + "type": "float" }, { "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." + "type": "float" }, { "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." + "type": "float" }, { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." + "name": "tr_qa_pct", + "type": "float" }, { - "name": "bbox.xmax", - "type": "double" + "name": "tr_is_qa", + "type": "bool" }, { - "name": "bbox.xmin", - "type": "double" + "name": "dist_b330", + "type": "float" }, { - "name": "bbox.ymax", - "type": "double" + "name": "dist_b0", + "type": "float" }, { - "name": "bbox.ymin", - "type": "double" + "name": "dist_b30", + "type": "float" + }, + { + "name": "min_dist", + "type": "float" + }, + { + "name": "offshore_domain", + "type": "float" + }, + { + "name": "otsu_threshold", + "type": "float" + }, + { + "name": "otsu_separability", + "type": "float" + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]" + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]" + }, + { + "name": "composite:determination_datetimes", + "type": "list" + }, + { + "name": "composite:image_id", + "type": "string" + }, + { + "name": "composite:cloud_cover", + "type": "string" + }, + { + "name": "country", + "type": "string" + }, + { + "name": "common_country_name", + "type": "string" } ], "proj:bbox": [ - -75.69207866567413, - -54.733928768627536, - -71.8655057195635, - -47.35396345179255 + -74.39143852878641, + -50.84390205560705, + -74.11141524860649, + -50.66682737884366 ], "proj:epsg": 4326, - "table:row_count": 12883142, - "created": "2024-06-20T14:56:48.564217Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -71.8655057195635, - -54.733928768627536 - ], - [ - -71.8655057195635, - -47.35396345179255 - ], - [ - -75.69207866567413, - -47.35396345179255 - ], - [ - -75.69207866567413, - -54.733928768627536 - ], - [ - -71.8655057195635, - -54.733928768627536 - ] - ] - ] + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 76588, + "datetime": "2003-07-02T12:00:00Z" }, "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, { "rel": "root", "href": "../../catalog.json", "type": "application/json", "title": "CoCliCo STAC Catalog" }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Raw Shoreline Series" + }, { "rel": "parent", "href": "../collection.json", "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" + "title": "ShorelineMonitor: Raw Shoreline Series" } ], "assets": { "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_028.parquet", + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-raw-series/release/2024-12-17/box_028.parquet", "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", + "title": "ShorelineMonitor: Raw Shoreline Series", + "description": "Parquet dataset containing raw shoreline observations for coastal monitoring.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for the transect, combining coastline, segment, and distance information." + }, + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline observation." + }, + { + "name": "obs_id", + "type": "string", + "description": "Unique identifier for the observation, combining transect_id and a datetime-sorted observation index." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a WKB (Well-Known Binary) LineString." + }, + { + "name": "lon", + "type": "float32", + "description": "Longitude coordinate of the shoreline observation." + }, + { + "name": "lat", + "type": "float32", + "description": "Latitude coordinate of the shoreline observation." + }, + { + "name": "shoreline_position", + "type": "float32", + "description": "Normalized shoreline position relative to the reference chainage." + }, + { + "name": "chainage", + "type": "float32", + "description": "Distance along the transect, measured from its start point." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the observation." + }, + { + "name": "transect_lon", + "type": "float32", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "transect_lat", + "type": "float32", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "quadkey", + "type": "string", + "description": "Quadkey spatial index for the observation location." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box defining the spatial extent of the observation (minx, miny, maxx, maxy)." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Ratio of the actual shoreline length to its straight-line length, indicating complexity." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections per unit length of the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Measure of the shoreline's fractal complexity." + }, + { + "name": "is_shoal", + "type": "boolean", + "description": "Flag indicating whether the shoreline lies over a shoal." + }, + { + "name": "obs_group", + "type": "int32", + "description": "Identifier for the group of aggregated shoreline observations." + }, + { + "name": "obs_group_stdev", + "type": "float32", + "description": "Standard deviation of shoreline positions within the observation group." + }, + { + "name": "obs_group_range", + "type": "float32", + "description": "Range of shoreline positions within the observation group." + }, + { + "name": "obs_group_count", + "type": "int32", + "description": "Number of observations within the observation group." + }, + { + "name": "obs_is_qa", + "type": "boolean", + "description": "Flag indicating whether the observation passed quality assurance checks." + }, + { + "name": "obs_is_primary", + "type": "boolean", + "description": "Flag indicating whether the observation is the primary observation in its group." + }, + { + "name": "obs_is_step_change", + "type": "boolean", + "description": "Flag indicating a significant step change in the shoreline position." + }, + { + "name": "obs_is_outlier", + "type": "boolean", + "description": "Flag indicating whether the observation is considered an outlier." + }, + { + "name": "obs_count", + "type": "float32", + "description": "Total number of observations recorded for this group." + }, + { + "name": "obs_mdn_offset", + "type": "float32", + "description": "Offset of the observation from the median of primary observations in its group." + }, + { + "name": "subseries_id", + "type": "int32", + "description": "Identifier for multiple groups within the observation series." + }, + { + "name": "reference_datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the reference point, typically the most recent primary observation." + }, + { + "name": "reference_chainage", + "type": "float32", + "description": "Chainage of the reference point, typically the most recent primary observation." + }, + { + "name": "reference_lon", + "type": "float32", + "description": "Longitude of the reference point." + }, + { + "name": "reference_lat", + "type": "float32", + "description": "Latitude of the reference point." + }, + { + "name": "obs_primary_count", + "type": "float32", + "description": "Count of primary observations in the group." + }, + { + "name": "obs_primary_mdn", + "type": "float32", + "description": "Median shoreline position for primary observations." + }, + { + "name": "tr_stdev", + "type": "float32", + "description": "Standard deviation of shoreline positions across the transect." + }, + { + "name": "tr_range", + "type": "float32", + "description": "Range (max - min) of shoreline positions along the transect." + }, + { + "name": "tr_qa_pct", + "type": "float32", + "description": "Percentage of observations in the transect that passed quality assurance checks." + }, + { + "name": "tr_is_qa", + "type": "boolean", + "description": "Flag indicating whether the transect meets quality assurance criteria." + }, + { + "name": "dist_b330", + "type": "float32", + "description": "GCTR: Distance to OSM Coastline intersection at bearing 330." + }, + { + "name": "dist_b0", + "type": "float32", + "description": "GCTR: Distance to OSM Coastline intersection at bearing 0." + }, + { + "name": "dist_b30", + "type": "float32", + "description": "GCTR: Distance to OSM Coastline intersection at bearing 30." + }, + { + "name": "min_dist", + "type": "float32", + "description": "Minimum distance to a OSM Coastline (from B330, B0, and B30)." + }, + { + "name": "offshore_domain", + "type": "float32", + "description": "Maximum offshore distance (search domain) for the shoreline position, typically half the min distance if there is an intersecting OSM Coastline." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for water classification using Otsu's method." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start date and time of the composite period used for shoreline determination." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End date and time of the composite period used for shoreline determination." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps representing the images used in the composite period." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "country", + "type": "string", + "description": "Country code of the shoreline observation location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the observation is located." + } + ], "roles": [ "data" ] } }, - "bbox": [ - -75.69207866567413, - -54.733928768627536, - -71.8655057195635, - -47.35396345179255 - ], - "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": "shorelinemonitor-raw-series" } \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_029.json b/current/shorelinemonitor-raw-series/items/box_029.json deleted file mode 100644 index 4b06056e15..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_029.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_029", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -71.86487481157678, - -55.98144821142408, - -57.71430926091734, - -47.35423963977219 - ], - "proj:epsg": 4326, - "table:row_count": 6077922, - "created": "2024-06-20T14:58:44.890263Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -57.71430926091734, - -55.98144821142408 - ], - [ - -57.71430926091734, - -47.35423963977219 - ], - [ - -71.86487481157678, - -47.35423963977219 - ], - [ - -71.86487481157678, - -55.98144821142408 - ], - [ - -57.71430926091734, - -55.98144821142408 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_029.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -71.86487481157678, - -55.98144821142408, - -57.71430926091734, - -47.35423963977219 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_030.json b/current/shorelinemonitor-raw-series/items/box_030.json deleted file mode 100644 index c66aa3121c..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_030.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_030", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -38.2523934526989, - -54.90562065276147, - -35.93298205892675, - -53.96863156833301 - ], - "proj:epsg": 4326, - "table:row_count": 292402, - "created": "2024-06-20T14:58:47.171872Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -35.93298205892675, - -54.90562065276147 - ], - [ - -35.93298205892675, - -53.96863156833301 - ], - [ - -38.2523934526989, - -53.96863156833301 - ], - [ - -38.2523934526989, - -54.90562065276147 - ], - [ - -35.93298205892675, - -54.90562065276147 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_030.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -38.2523934526989, - -54.90562065276147, - -35.93298205892675, - -53.96863156833301 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_031.json b/current/shorelinemonitor-raw-series/items/box_031.json deleted file mode 100644 index 9e2675e66d..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_031.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_031", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -35.93230129409455, - -54.83334942523804, - -35.75753658025959, - -54.54338396717497 - ], - "proj:epsg": 4326, - "table:row_count": 17437, - "created": "2024-06-20T14:58:47.549231Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -35.75753658025959, - -54.83334942523804 - ], - [ - -35.75753658025959, - -54.54338396717497 - ], - [ - -35.93230129409455, - -54.54338396717497 - ], - [ - -35.93230129409455, - -54.83334942523804 - ], - [ - -35.75753658025959, - -54.83334942523804 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_031.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -35.93230129409455, - -54.83334942523804, - -35.75753658025959, - -54.54338396717497 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_036.json b/current/shorelinemonitor-raw-series/items/box_036.json deleted file mode 100644 index 6bdd7518b7..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_036.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_036", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 68.63204857669662, - -49.73983439413977, - 70.56909567909366, - -48.668491986017976 - ], - "proj:epsg": 4326, - "table:row_count": 748670, - "created": "2024-06-20T14:58:51.858935Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 70.56909567909366, - -49.73983439413977 - ], - [ - 70.56909567909366, - -48.668491986017976 - ], - [ - 68.63204857669662, - -48.668491986017976 - ], - [ - 68.63204857669662, - -49.73983439413977 - ], - [ - 70.56909567909366, - -49.73983439413977 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_036.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 68.63204857669662, - -49.73983439413977, - 70.56909567909366, - -48.668491986017976 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_042.json b/current/shorelinemonitor-raw-series/items/box_042.json deleted file mode 100644 index 2d3e865d95..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_042.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_042", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 165.87458180599285, - -52.613803587537795, - 169.27437303233472, - -48.005949056689 - ], - "proj:epsg": 4326, - "table:row_count": 8201, - "created": "2024-06-20T14:58:52.242881Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 169.27437303233472, - -52.613803587537795 - ], - [ - 169.27437303233472, - -48.005949056689 - ], - [ - 165.87458180599285, - -48.005949056689 - ], - [ - 165.87458180599285, - -52.613803587537795 - ], - [ - 169.27437303233472, - -52.613803587537795 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_042.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 165.87458180599285, - -52.613803587537795, - 169.27437303233472, - -48.005949056689 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_045.json b/current/shorelinemonitor-raw-series/items/box_045.json deleted file mode 100644 index 7b222a6670..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_045.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_045", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -176.89104936802366, - -44.35896341269045, - -176.15282538114732, - -43.692241765606035 - ], - "proj:epsg": 4326, - "table:row_count": 91727, - "created": "2024-06-20T14:58:53.112934Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -176.15282538114732, - -44.35896341269045 - ], - [ - -176.15282538114732, - -43.692241765606035 - ], - [ - -176.89104936802366, - -43.692241765606035 - ], - [ - -176.89104936802366, - -44.35896341269045 - ], - [ - -176.15282538114732, - -44.35896341269045 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_045.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -176.89104936802366, - -44.35896341269045, - -176.15282538114732, - -43.692241765606035 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_050.json b/current/shorelinemonitor-raw-series/items/box_050.json deleted file mode 100644 index 9761f30956..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_050.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_050", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -75.64952946443266, - -47.35365980013261, - -71.86584423339167, - -33.9472703276891 - ], - "proj:epsg": 4326, - "table:row_count": 5393944, - "created": "2024-06-20T15:01:10.156276Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -71.86584423339167, - -47.35365980013261 - ], - [ - -71.86584423339167, - -33.9472703276891 - ], - [ - -75.64952946443266, - -33.9472703276891 - ], - [ - -75.64952946443266, - -47.35365980013261 - ], - [ - -71.86584423339167, - -47.35365980013261 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_050.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -75.64952946443266, - -47.35365980013261, - -71.86584423339167, - -33.9472703276891 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_051.json b/current/shorelinemonitor-raw-series/items/box_051.json deleted file mode 100644 index 73379b18ec..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_051.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_051", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -71.8649037350707, - -47.353345249325706, - -53.899356313047186, - -33.78561798790311 - ], - "proj:epsg": 4326, - "table:row_count": 1730485, - "created": "2024-06-20T15:01:17.886476Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -53.899356313047186, - -47.353345249325706 - ], - [ - -53.899356313047186, - -33.78561798790311 - ], - [ - -71.8649037350707, - -33.78561798790311 - ], - [ - -71.8649037350707, - -47.353345249325706 - ], - [ - -53.899356313047186, - -47.353345249325706 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_051.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -71.8649037350707, - -47.353345249325706, - -53.899356313047186, - -33.78561798790311 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_052.json b/current/shorelinemonitor-raw-series/items/box_052.json deleted file mode 100644 index 9bec114526..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_052.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_052", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -53.89847978615715, - -34.44880806183603, - -53.417288199191375, - -33.78572032588688 - ], - "proj:epsg": 4326, - "table:row_count": 35770, - "created": "2024-06-20T15:01:18.332003Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -53.417288199191375, - -34.44880806183603 - ], - [ - -53.417288199191375, - -33.78572032588688 - ], - [ - -53.89847978615715, - -33.78572032588688 - ], - [ - -53.89847978615715, - -34.44880806183603 - ], - [ - -53.417288199191375, - -34.44880806183603 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_052.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -53.89847978615715, - -34.44880806183603, - -53.417288199191375, - -33.78572032588688 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_054.json b/current/shorelinemonitor-raw-series/items/box_054.json deleted file mode 100644 index 29a3f570e3..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_054.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_054", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -12.359796433690551, - -40.373194459238555, - -9.874824535235074, - -37.057495406415704 - ], - "proj:epsg": 4326, - "table:row_count": 6571, - "created": "2024-06-20T15:01:18.637240Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -9.874824535235074, - -40.373194459238555 - ], - [ - -9.874824535235074, - -37.057495406415704 - ], - [ - -12.359796433690551, - -37.057495406415704 - ], - [ - -12.359796433690551, - -40.373194459238555 - ], - [ - -9.874824535235074, - -40.373194459238555 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_054.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -12.359796433690551, - -40.373194459238555, - -9.874824535235074, - -37.057495406415704 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_056.json b/current/shorelinemonitor-raw-series/items/box_056.json deleted file mode 100644 index 4aa277c1bd..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_056.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_056", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 18.306645198055275, - -34.84136369758769, - 25.712220723329455, - -33.78565126729079 - ], - "proj:epsg": 4326, - "table:row_count": 399524, - "created": "2024-06-20T15:01:20.762583Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 25.712220723329455, - -34.84136369758769 - ], - [ - 25.712220723329455, - -33.78565126729079 - ], - [ - 18.306645198055275, - -33.78565126729079 - ], - [ - 18.306645198055275, - -34.84136369758769 - ], - [ - 25.712220723329455, - -34.84136369758769 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_056.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 18.306645198055275, - -34.84136369758769, - 25.712220723329455, - -33.78565126729079 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_061.json b/current/shorelinemonitor-raw-series/items/box_061.json deleted file mode 100644 index 63f2fe13fd..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_061.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_061", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 114.97570939280298, - -35.140116046563946, - 123.76331616808721, - -33.78560082546135 - ], - "proj:epsg": 4326, - "table:row_count": 494283, - "created": "2024-06-20T15:01:23.145176Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 123.76331616808721, - -35.140116046563946 - ], - [ - 123.76331616808721, - -33.78560082546135 - ], - [ - 114.97570939280298, - -33.78560082546135 - ], - [ - 114.97570939280298, - -35.140116046563946 - ], - [ - 123.76331616808721, - -35.140116046563946 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_061.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 114.97570939280298, - -35.140116046563946, - 123.76331616808721, - -33.78560082546135 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_062.json b/current/shorelinemonitor-raw-series/items/box_062.json deleted file mode 100644 index 3f41f68f76..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_062.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_062", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 134.2590536737952, - -38.85821895055543, - 143.72876134174214, - -33.7856673144322 - ], - "proj:epsg": 4326, - "table:row_count": 1019038, - "created": "2024-06-20T15:01:27.461826Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 143.72876134174214, - -38.85821895055543 - ], - [ - 143.72876134174214, - -33.7856673144322 - ], - [ - 134.2590536737952, - -33.7856673144322 - ], - [ - 134.2590536737952, - -38.85821895055543 - ], - [ - 143.72876134174214, - -38.85821895055543 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_062.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 134.2590536737952, - -38.85821895055543, - 143.72876134174214, - -33.7856673144322 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_063.json b/current/shorelinemonitor-raw-series/items/box_063.json deleted file mode 100644 index 964a9d97f0..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_063.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_063", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 143.73101895738645, - -43.64733210280702, - 151.30768373357554, - -33.78591126145152 - ], - "proj:epsg": 4326, - "table:row_count": 2593245, - "created": "2024-06-20T15:01:38.411399Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 151.30768373357554, - -43.64733210280702 - ], - [ - 151.30768373357554, - -33.78591126145152 - ], - [ - 143.73101895738645, - -33.78591126145152 - ], - [ - 143.73101895738645, - -43.64733210280702 - ], - [ - 151.30768373357554, - -43.64733210280702 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_063.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 143.73101895738645, - -43.64733210280702, - 151.30768373357554, - -33.78591126145152 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_064.json b/current/shorelinemonitor-raw-series/items/box_064.json deleted file mode 100644 index 553eecd12b..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_064.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_064", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 166.42495779433216, - -47.29022917280262, - 178.53969948967193, - -34.39298847278897 - ], - "proj:epsg": 4326, - "table:row_count": 3306393, - "created": "2024-06-20T15:01:53.342352Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 178.53969948967193, - -47.29022917280262 - ], - [ - 178.53969948967193, - -34.39298847278897 - ], - [ - 166.42495779433216, - -34.39298847278897 - ], - [ - 166.42495779433216, - -47.29022917280262 - ], - [ - 178.53969948967193, - -47.29022917280262 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_064.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 166.42495779433216, - -47.29022917280262, - 178.53969948967193, - -34.39298847278897 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_067.json b/current/shorelinemonitor-raw-series/items/box_067.json deleted file mode 100644 index 6e6ee97f81..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_067.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_067", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -179.34658621431976, - -21.463829880326546, - -169.774126670906, - -17.718869965620375 - ], - "proj:epsg": 4326, - "table:row_count": 133707, - "created": "2024-06-20T15:01:54.254814Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -169.774126670906, - -21.463829880326546 - ], - [ - -169.774126670906, - -17.718869965620375 - ], - [ - -179.34658621431976, - -17.718869965620375 - ], - [ - -179.34658621431976, - -21.463829880326546 - ], - [ - -169.774126670906, - -21.463829880326546 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_067.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -179.34658621431976, - -21.463829880326546, - -169.774126670906, - -17.718869965620375 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_068.json b/current/shorelinemonitor-raw-series/items/box_068.json deleted file mode 100644 index 2136061b98..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_068.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_068", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -159.83093911233544, - -27.649806425546075, - -144.3062877402965, - -17.679357383084312 - ], - "proj:epsg": 4326, - "table:row_count": 31674, - "created": "2024-06-20T15:01:54.744056Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -144.3062877402965, - -27.649806425546075 - ], - [ - -144.3062877402965, - -17.679357383084312 - ], - [ - -159.83093911233544, - -17.679357383084312 - ], - [ - -159.83093911233544, - -27.649806425546075 - ], - [ - -144.3062877402965, - -27.649806425546075 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_068.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -159.83093911233544, - -27.649806425546075, - -144.3062877402965, - -17.679357383084312 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_070.json b/current/shorelinemonitor-raw-series/items/box_070.json deleted file mode 100644 index 3c79bd3c34..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_070.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_070", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -109.4487566499852, - -27.203660337582026, - -109.22734009916212, - -27.055181634743157 - ], - "proj:epsg": 4326, - "table:row_count": 7132, - "created": "2024-06-20T15:01:55.222517Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -109.22734009916212, - -27.203660337582026 - ], - [ - -109.22734009916212, - -27.055181634743157 - ], - [ - -109.4487566499852, - -27.055181634743157 - ], - [ - -109.4487566499852, - -27.203660337582026 - ], - [ - -109.22734009916212, - -27.203660337582026 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_070.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -109.4487566499852, - -27.203660337582026, - -109.22734009916212, - -27.055181634743157 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_073.json b/current/shorelinemonitor-raw-series/items/box_073.json deleted file mode 100644 index eb3a3f57b6..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_073.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_073", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -71.80366053470276, - -33.78476846024383, - -70.04874080746909, - -17.67927785051614 - ], - "proj:epsg": 4326, - "table:row_count": 842562, - "created": "2024-06-20T15:01:59.262983Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -70.04874080746909, - -33.78476846024383 - ], - [ - -70.04874080746909, - -17.67927785051614 - ], - [ - -71.80366053470276, - -17.67927785051614 - ], - [ - -71.80366053470276, - -33.78476846024383 - ], - [ - -70.04874080746909, - -33.78476846024383 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_073.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -71.80366053470276, - -33.78476846024383, - -70.04874080746909, - -17.67927785051614 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_074.json b/current/shorelinemonitor-raw-series/items/box_074.json deleted file mode 100644 index e4f9e0a55f..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_074.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_074", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -53.41674961813934, - -33.784652501542325, - -39.135558350312245, - -17.679349904987866 - ], - "proj:epsg": 4326, - "table:row_count": 2224491, - "created": "2024-06-20T15:02:08.381585Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -39.135558350312245, - -33.784652501542325 - ], - [ - -39.135558350312245, - -17.679349904987866 - ], - [ - -53.41674961813934, - -17.679349904987866 - ], - [ - -53.41674961813934, - -33.784652501542325 - ], - [ - -39.135558350312245, - -33.784652501542325 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_074.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -53.41674961813934, - -33.784652501542325, - -39.135558350312245, - -17.679349904987866 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_077.json b/current/shorelinemonitor-raw-series/items/box_077.json deleted file mode 100644 index 1c2575e858..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_077.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_077", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 11.758600605746823, - -33.11348815941963, - 17.96595876750201, - -17.679672573844964 - ], - "proj:epsg": 4326, - "table:row_count": 620464, - "created": "2024-06-20T15:02:11.581845Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 17.96595876750201, - -33.11348815941963 - ], - [ - 17.96595876750201, - -17.679672573844964 - ], - [ - 11.758600605746823, - -17.679672573844964 - ], - [ - 11.758600605746823, - -33.11348815941963 - ], - [ - 17.96595876750201, - -33.11348815941963 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_077.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 11.758600605746823, - -33.11348815941963, - 17.96595876750201, - -17.679672573844964 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_078.json b/current/shorelinemonitor-raw-series/items/box_078.json deleted file mode 100644 index 867f3c68a1..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_078.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_078", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 17.9666170919082, - -33.784864411650545, - 35.93205476687585, - -18.956655604359003 - ], - "proj:epsg": 4326, - "table:row_count": 1283638, - "created": "2024-06-20T15:02:17.700144Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 35.93205476687585, - -33.784864411650545 - ], - [ - 35.93205476687585, - -18.956655604359003 - ], - [ - 17.9666170919082, - -18.956655604359003 - ], - [ - 17.9666170919082, - -33.784864411650545 - ], - [ - 35.93205476687585, - -33.784864411650545 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_078.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 17.9666170919082, - -33.784864411650545, - 35.93205476687585, - -18.956655604359003 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_079.json b/current/shorelinemonitor-raw-series/items/box_079.json deleted file mode 100644 index d5e6bde82e..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_079.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_079", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 35.93314501305584, - -25.60720622165888, - 49.520633561649824, - -17.679674968666806 - ], - "proj:epsg": 4326, - "table:row_count": 1076595, - "created": "2024-06-20T15:02:22.787263Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 49.520633561649824, - -25.60720622165888 - ], - [ - 49.520633561649824, - -17.679674968666806 - ], - [ - 35.93314501305584, - -17.679674968666806 - ], - [ - 35.93314501305584, - -25.60720622165888 - ], - [ - 49.520633561649824, - -25.60720622165888 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_079.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 35.93314501305584, - -25.60720622165888, - 49.520633561649824, - -17.679674968666806 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_080.json b/current/shorelinemonitor-raw-series/items/box_080.json deleted file mode 100644 index 7960e50113..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_080.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_080", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 55.21626097186378, - -21.39613192375327, - 63.50272902700495, - -19.667797775557407 - ], - "proj:epsg": 4326, - "table:row_count": 119340, - "created": "2024-06-20T15:02:23.681607Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 63.50272902700495, - -21.39613192375327 - ], - [ - 63.50272902700495, - -19.667797775557407 - ], - [ - 55.21626097186378, - -19.667797775557407 - ], - [ - 55.21626097186378, - -21.39613192375327 - ], - [ - 63.50272902700495, - -21.39613192375327 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_080.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 55.21626097186378, - -21.39613192375327, - 63.50272902700495, - -19.667797775557407 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_083.json b/current/shorelinemonitor-raw-series/items/box_083.json deleted file mode 100644 index 7201d1b687..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_083.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_083", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 112.92075184074149, - -33.784899319708146, - 125.76325748217137, - -17.67948014918794 - ], - "proj:epsg": 4326, - "table:row_count": 2120131, - "created": "2024-06-20T15:02:31.740387Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 125.76325748217137, - -33.784899319708146 - ], - [ - 125.76325748217137, - -17.67948014918794 - ], - [ - 112.92075184074149, - -17.67948014918794 - ], - [ - 112.92075184074149, - -33.784899319708146 - ], - [ - 125.76325748217137, - -33.784899319708146 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_083.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 112.92075184074149, - -33.784899319708146, - 125.76325748217137, - -17.67948014918794 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_084.json b/current/shorelinemonitor-raw-series/items/box_084.json deleted file mode 100644 index 4e11a6f818..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_084.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_084", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 125.7650549578588, - -33.784985442581345, - 140.37464917325272, - -17.67963903372654 - ], - "proj:epsg": 4326, - "table:row_count": 779192, - "created": "2024-06-20T15:02:35.010368Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 140.37464917325272, - -33.784985442581345 - ], - [ - 140.37464917325272, - -17.67963903372654 - ], - [ - 125.7650549578588, - -17.67963903372654 - ], - [ - 125.7650549578588, - -33.784985442581345 - ], - [ - 140.37464917325272, - -33.784985442581345 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_084.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 125.7650549578588, - -33.784985442581345, - 140.37464917325272, - -17.67963903372654 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_085.json b/current/shorelinemonitor-raw-series/items/box_085.json deleted file mode 100644 index 8f19f4af7d..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_085.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_085", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 146.0041704550404, - -33.78442377504171, - 153.63820689406273, - -17.67985480946036 - ], - "proj:epsg": 4326, - "table:row_count": 2886804, - "created": "2024-06-20T15:02:46.094984Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 153.63820689406273, - -33.78442377504171 - ], - [ - 153.63820689406273, - -17.67985480946036 - ], - [ - 146.0041704550404, - -17.67985480946036 - ], - [ - 146.0041704550404, - -33.78442377504171 - ], - [ - 153.63820689406273, - -33.78442377504171 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_085.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 146.0041704550404, - -33.78442377504171, - 153.63820689406273, - -17.67985480946036 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_086.json b/current/shorelinemonitor-raw-series/items/box_086.json deleted file mode 100644 index cdcb518369..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_086.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_086", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 163.56562158525554, - -22.70191733024122, - 179.3671501717042, - -17.67939203073977 - ], - "proj:epsg": 4326, - "table:row_count": 930450, - "created": "2024-06-20T15:02:51.130246Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 179.3671501717042, - -22.70191733024122 - ], - [ - 179.3671501717042, - -17.67939203073977 - ], - [ - 163.56562158525554, - -17.67939203073977 - ], - [ - 163.56562158525554, - -22.70191733024122 - ], - [ - 179.3671501717042, - -22.70191733024122 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_086.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 163.56562158525554, - -22.70191733024122, - 179.3671501717042, - -17.67939203073977 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_089.json b/current/shorelinemonitor-raw-series/items/box_089.json deleted file mode 100644 index 7ceeca71ec..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_089.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_089", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -179.18415109304658, - -17.47220598446235, - -170.55944447200585, - -2.762428141075175 - ], - "proj:epsg": 4326, - "table:row_count": 178250, - "created": "2024-06-20T15:02:52.164817Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -170.55944447200585, - -17.47220598446235 - ], - [ - -170.55944447200585, - -2.762428141075175 - ], - [ - -179.18415109304658, - -2.762428141075175 - ], - [ - -179.18415109304658, - -17.47220598446235 - ], - [ - -170.55944447200585, - -17.47220598446235 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_089.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -179.18415109304658, - -17.47220598446235, - -170.55944447200585, - -2.762428141075175 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_090.json b/current/shorelinemonitor-raw-series/items/box_090.json deleted file mode 100644 index 4c55244896..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_090.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_090", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -154.663602957752, - -17.678550391822178, - -143.73223336875122, - -14.327750052548925 - ], - "proj:epsg": 4326, - "table:row_count": 361896, - "created": "2024-06-20T15:02:53.912902Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -143.73223336875122, - -17.678550391822178 - ], - [ - -143.73223336875122, - -14.327750052548925 - ], - [ - -154.663602957752, - -14.327750052548925 - ], - [ - -154.663602957752, - -17.678550391822178 - ], - [ - -143.73223336875122, - -17.678550391822178 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_090.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -154.663602957752, - -17.678550391822178, - -143.73223336875122, - -14.327750052548925 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_091.json b/current/shorelinemonitor-raw-series/items/box_091.json deleted file mode 100644 index 662fd6b1d5..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_091.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_091", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -143.7279524596068, - -17.614255803222914, - -138.32772800852845, - -7.891727888058927 - ], - "proj:epsg": 4326, - "table:row_count": 146673, - "created": "2024-06-20T15:02:54.942844Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -138.32772800852845, - -17.614255803222914 - ], - [ - -138.32772800852845, - -7.891727888058927 - ], - [ - -143.7279524596068, - -7.891727888058927 - ], - [ - -143.7279524596068, - -17.614255803222914 - ], - [ - -138.32772800852845, - -17.614255803222914 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_091.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -143.7279524596068, - -17.614255803222914, - -138.32772800852845, - -7.891727888058927 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_093.json b/current/shorelinemonitor-raw-series/items/box_093.json deleted file mode 100644 index 795e0a2030..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_093.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_093", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -91.6664087852709, - -1.3605960712165148, - -90.16835621917969, - -0.0005605327272583863 - ], - "proj:epsg": 4326, - "table:row_count": 231824, - "created": "2024-06-20T15:02:56.306955Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -90.16835621917969, - -1.3605960712165148 - ], - [ - -90.16835621917969, - -0.0005605327272583863 - ], - [ - -91.6664087852709, - -0.0005605327272583863 - ], - [ - -91.6664087852709, - -1.3605960712165148 - ], - [ - -90.16835621917969, - -1.3605960712165148 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_093.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -91.6664087852709, - -1.3605960712165148, - -90.16835621917969, - -0.0005605327272583863 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_094.json b/current/shorelinemonitor-raw-series/items/box_094.json deleted file mode 100644 index b1f6a039d6..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_094.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_094", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -89.74689863564721, - -17.142694933889775, - -71.87512558296186, - -0.0006132082609446656 - ], - "proj:epsg": 4326, - "table:row_count": 1882063, - "created": "2024-06-20T15:03:04.696897Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -71.87512558296186, - -17.142694933889775 - ], - [ - -71.87512558296186, - -0.0006132082609446656 - ], - [ - -89.74689863564721, - -0.0006132082609446656 - ], - [ - -89.74689863564721, - -17.142694933889775 - ], - [ - -71.87512558296186, - -17.142694933889775 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_094.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -89.74689863564721, - -17.142694933889775, - -71.87512558296186, - -0.0006132082609446656 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_095.json b/current/shorelinemonitor-raw-series/items/box_095.json deleted file mode 100644 index fed8bbf6ad..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_095.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_095", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -71.86481347875944, - -17.67864820817581, - -71.34183122576226, - -17.15123710684668 - ], - "proj:epsg": 4326, - "table:row_count": 28977, - "created": "2024-06-20T15:03:05.130033Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -71.34183122576226, - -17.67864820817581 - ], - [ - -71.34183122576226, - -17.15123710684668 - ], - [ - -71.86481347875944, - -17.15123710684668 - ], - [ - -71.86481347875944, - -17.67864820817581 - ], - [ - -71.34183122576226, - -17.67864820817581 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_095.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -71.86481347875944, - -17.67864820817581, - -71.34183122576226, - -17.15123710684668 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_096.json b/current/shorelinemonitor-raw-series/items/box_096.json deleted file mode 100644 index 5ade0a0fb9..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_096.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_096", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -50.94216866896592, - -17.67777047370011, - -35.93367671127493, - -0.00037665848719752216 - ], - "proj:epsg": 4326, - "table:row_count": 4493553, - "created": "2024-06-20T15:03:26.651993Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -35.93367671127493, - -17.67777047370011 - ], - [ - -35.93367671127493, - -0.00037665848719752216 - ], - [ - -50.94216866896592, - -0.00037665848719752216 - ], - [ - -50.94216866896592, - -17.67777047370011 - ], - [ - -35.93367671127493, - -17.67777047370011 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_096.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -50.94216866896592, - -17.67777047370011, - -35.93367671127493, - -0.00037665848719752216 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_097.json b/current/shorelinemonitor-raw-series/items/box_097.json deleted file mode 100644 index 71ed8505f6..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_097.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_097", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -35.93200102472896, - -9.895803447205672, - -34.786370998035636, - -5.051510074636429 - ], - "proj:epsg": 4326, - "table:row_count": 324689, - "created": "2024-06-20T15:03:28.414124Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -34.786370998035636, - -9.895803447205672 - ], - [ - -34.786370998035636, - -5.051510074636429 - ], - [ - -35.93200102472896, - -5.051510074636429 - ], - [ - -35.93200102472896, - -9.895803447205672 - ], - [ - -34.786370998035636, - -9.895803447205672 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_097.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -35.93200102472896, - -9.895803447205672, - -34.786370998035636, - -5.051510074636429 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_099.json b/current/shorelinemonitor-raw-series/items/box_099.json deleted file mode 100644 index 33acb61cdb..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_099.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_099", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 8.696871447972514, - -17.678182387712596, - 13.866951446427466, - -0.0005034213759272883 - ], - "proj:epsg": 4326, - "table:row_count": 907964, - "created": "2024-06-20T15:03:32.947667Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 13.866951446427466, - -17.678182387712596 - ], - [ - 13.866951446427466, - -0.0005034213759272883 - ], - [ - 8.696871447972514, - -0.0005034213759272883 - ], - [ - 8.696871447972514, - -17.678182387712596 - ], - [ - 13.866951446427466, - -17.678182387712596 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_099.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 8.696871447972514, - -17.678182387712596, - 13.866951446427466, - -0.0005034213759272883 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_101.json b/current/shorelinemonitor-raw-series/items/box_101.json deleted file mode 100644 index 0478f6da87..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_101.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_101", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 37.336531684470216, - -17.678470572381006, - 50.486674054588036, - -0.0011032624704424008 - ], - "proj:epsg": 4326, - "table:row_count": 3244975, - "created": "2024-06-20T15:03:48.715743Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 50.486674054588036, - -17.678470572381006 - ], - [ - 50.486674054588036, - -0.0011032624704424008 - ], - [ - 37.336531684470216, - -0.0011032624704424008 - ], - [ - 37.336531684470216, - -17.678470572381006 - ], - [ - 50.486674054588036, - -17.678470572381006 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_101.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 37.336531684470216, - -17.678470572381006, - 50.486674054588036, - -0.0011032624704424008 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_102.json b/current/shorelinemonitor-raw-series/items/box_102.json deleted file mode 100644 index 0dd6f16392..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_102.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_102", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 55.361984478899984, - -4.8090627030541615, - 55.85644153810059, - -4.276545777509366 - ], - "proj:epsg": 4326, - "table:row_count": 40539, - "created": "2024-06-20T15:03:49.322468Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 55.85644153810059, - -4.8090627030541615 - ], - [ - 55.85644153810059, - -4.276545777509366 - ], - [ - 55.361984478899984, - -4.276545777509366 - ], - [ - 55.361984478899984, - -4.8090627030541615 - ], - [ - 55.85644153810059, - -4.8090627030541615 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_102.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 55.361984478899984, - -4.8090627030541615, - 55.85644153810059, - -4.276545777509366 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_103.json b/current/shorelinemonitor-raw-series/items/box_103.json deleted file mode 100644 index c6d57ec445..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_103.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_103", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 72.35327125754151, - -7.4444360380318155, - 73.2403992007029, - -0.5778541070970614 - ], - "proj:epsg": 4326, - "table:row_count": 42653, - "created": "2024-06-20T15:03:49.813522Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 73.2403992007029, - -7.4444360380318155 - ], - [ - 73.2403992007029, - -0.5778541070970614 - ], - [ - 72.35327125754151, - -0.5778541070970614 - ], - [ - 72.35327125754151, - -7.4444360380318155 - ], - [ - 73.2403992007029, - -7.4444360380318155 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_103.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 72.35327125754151, - -7.4444360380318155, - 73.2403992007029, - -0.5778541070970614 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_104.json b/current/shorelinemonitor-raw-series/items/box_104.json deleted file mode 100644 index 9595834e3c..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_104.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_104", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 98.25583814917718, - -7.684645081962886, - 107.79742149162921, - -0.00036417421826288665 - ], - "proj:epsg": 4326, - "table:row_count": 2489355, - "created": "2024-06-20T15:04:01.605541Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.79742149162921, - -7.684645081962886 - ], - [ - 107.79742149162921, - -0.00036417421826288665 - ], - [ - 98.25583814917718, - -0.00036417421826288665 - ], - [ - 98.25583814917718, - -7.684645081962886 - ], - [ - 107.79742149162921, - -7.684645081962886 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_104.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 98.25583814917718, - -7.684645081962886, - 107.79742149162921, - -0.00036417421826288665 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_105.json b/current/shorelinemonitor-raw-series/items/box_105.json deleted file mode 100644 index 2ff48f6a7c..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_105.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_105", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 107.79810773093926, - -17.678633779230456, - 125.76377492823919, - -0.00038410115665557515 - ], - "proj:epsg": 4326, - "table:row_count": 10780236, - "created": "2024-06-20T15:04:37.591702Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 125.76377492823919, - -17.678633779230456 - ], - [ - 125.76377492823919, - -0.00038410115665557515 - ], - [ - 107.79810773093926, - -0.00038410115665557515 - ], - [ - 107.79810773093926, - -17.678633779230456 - ], - [ - 125.76377492823919, - -17.678633779230456 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_105.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 107.79810773093926, - -17.678633779230456, - 125.76377492823919, - -0.00038410115665557515 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_106.json b/current/shorelinemonitor-raw-series/items/box_106.json deleted file mode 100644 index 969202b017..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_106.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_106", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 125.76447649986285, - -17.67863247363132, - 143.73014550237679, - -0.00044733945666123313 - ], - "proj:epsg": 4326, - "table:row_count": 17659833, - "created": "2024-06-20T15:05:28.536136Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 143.73014550237679, - -17.67863247363132 - ], - [ - 143.73014550237679, - -0.00044733945666123313 - ], - [ - 125.76447649986285, - -0.00044733945666123313 - ], - [ - 125.76447649986285, - -17.67863247363132 - ], - [ - 143.73014550237679, - -17.67863247363132 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_106.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 125.76447649986285, - -17.67863247363132, - 143.73014550237679, - -0.00044733945666123313 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_107.json b/current/shorelinemonitor-raw-series/items/box_107.json deleted file mode 100644 index deffcbc2ad..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_107.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_107", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 143.73077935837935, - -17.678343208258216, - 161.6961845095008, - -1.307297425011076 - ], - "proj:epsg": 4326, - "table:row_count": 6726430, - "created": "2024-06-20T15:05:48.467862Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 161.6961845095008, - -17.678343208258216 - ], - [ - 161.6961845095008, - -1.307297425011076 - ], - [ - 143.73077935837935, - -1.307297425011076 - ], - [ - 143.73077935837935, - -17.678343208258216 - ], - [ - 161.6961845095008, - -17.678343208258216 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_107.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 143.73077935837935, - -17.678343208258216, - 161.6961845095008, - -1.307297425011076 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_108.json b/current/shorelinemonitor-raw-series/items/box_108.json deleted file mode 100644 index 567548069f..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_108.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_108", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 161.69702612803513, - -17.678483712645647, - 179.66267823938992, - -1.269779067984436 - ], - "proj:epsg": 4326, - "table:row_count": 985376, - "created": "2024-06-20T15:05:52.675529Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 179.66267823938992, - -17.678483712645647 - ], - [ - 179.66267823938992, - -1.269779067984436 - ], - [ - 161.69702612803513, - -1.269779067984436 - ], - [ - 161.69702612803513, - -17.678483712645647 - ], - [ - 179.66267823938992, - -17.678483712645647 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_108.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 161.69702612803513, - -17.678483712645647, - 179.66267823938992, - -1.269779067984436 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_112.json b/current/shorelinemonitor-raw-series/items/box_112.json deleted file mode 100644 index d7f4d9bb06..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_112.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_112", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -159.39821120139277, - 1.693316740571144, - -157.1631770674727, - 3.9265868592650097 - ], - "proj:epsg": 4326, - "table:row_count": 61259, - "created": "2024-06-20T15:05:53.243177Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -157.1631770674727, - 1.693316740571144 - ], - [ - -157.1631770674727, - 3.9265868592650097 - ], - [ - -159.39821120139277, - 3.9265868592650097 - ], - [ - -159.39821120139277, - 1.693316740571144 - ], - [ - -157.1631770674727, - 1.693316740571144 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_112.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -159.39821120139277, - 1.693316740571144, - -157.1631770674727, - 3.9265868592650097 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_115.json b/current/shorelinemonitor-raw-series/items/box_115.json deleted file mode 100644 index b267204798..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_115.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_115", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -101.65349781332232, - 0.0010391692244289962, - -89.83205829844087, - 17.678081547581776 - ], - "proj:epsg": 4326, - "table:row_count": 694211, - "created": "2024-06-20T15:05:56.446688Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -89.83205829844087, - 0.0010391692244289962 - ], - [ - -89.83205829844087, - 17.678081547581776 - ], - [ - -101.65349781332232, - 17.678081547581776 - ], - [ - -101.65349781332232, - 0.0010391692244289962 - ], - [ - -89.83205829844087, - 0.0010391692244289962 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_115.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -101.65349781332232, - 0.0010391692244289962, - -89.83205829844087, - 17.678081547581776 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_116.json b/current/shorelinemonitor-raw-series/items/box_116.json deleted file mode 100644 index 9b6dc5f7da..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_116.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_116", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -89.83122953228836, - 0.0012390559333308212, - -71.86554601639664, - 17.67872947816321 - ], - "proj:epsg": 4326, - "table:row_count": 4937022, - "created": "2024-06-20T15:06:17.109387Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -71.86554601639664, - 0.0012390559333308212 - ], - [ - -71.86554601639664, - 17.67872947816321 - ], - [ - -89.83122953228836, - 17.67872947816321 - ], - [ - -89.83122953228836, - 0.0012390559333308212 - ], - [ - -71.86554601639664, - 0.0012390559333308212 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_116.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -89.83122953228836, - 0.0012390559333308212, - -71.86554601639664, - 17.67872947816321 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_117.json b/current/shorelinemonitor-raw-series/items/box_117.json deleted file mode 100644 index 811c622393..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_117.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_117", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -71.86480051143057, - 5.735117533095625, - -53.91462753586403, - 17.678626912267895 - ], - "proj:epsg": 4326, - "table:row_count": 2810054, - "created": "2024-06-20T15:06:29.629875Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -53.91462753586403, - 5.735117533095625 - ], - [ - -53.91462753586403, - 17.678626912267895 - ], - [ - -71.86480051143057, - 17.678626912267895 - ], - [ - -71.86480051143057, - 5.735117533095625 - ], - [ - -53.91462753586403, - 5.735117533095625 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_117.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -71.86480051143057, - 5.735117533095625, - -53.91462753586403, - 17.678626912267895 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_118.json b/current/shorelinemonitor-raw-series/items/box_118.json deleted file mode 100644 index 9904acce45..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_118.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_118", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -53.898396277216364, - 0.00044803548321894213, - -49.35584107106701, - 5.765544661384262 - ], - "proj:epsg": 4326, - "table:row_count": 826165, - "created": "2024-06-20T15:06:33.841596Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -49.35584107106701, - 0.00044803548321894213 - ], - [ - -49.35584107106701, - 5.765544661384262 - ], - [ - -53.898396277216364, - 5.765544661384262 - ], - [ - -53.898396277216364, - 0.00044803548321894213 - ], - [ - -49.35584107106701, - 0.00044803548321894213 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_118.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -53.898396277216364, - 0.00044803548321894213, - -49.35584107106701, - 5.765544661384262 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_119.json b/current/shorelinemonitor-raw-series/items/box_119.json deleted file mode 100644 index 7cf93dd150..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_119.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_119", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -25.36246981297812, - 14.802806447939293, - -22.660574882411773, - 17.205220338438252 - ], - "proj:epsg": 4326, - "table:row_count": 238850, - "created": "2024-06-20T15:06:35.273516Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -22.660574882411773, - 14.802806447939293 - ], - [ - -22.660574882411773, - 17.205220338438252 - ], - [ - -25.36246981297812, - 17.205220338438252 - ], - [ - -25.36246981297812, - 14.802806447939293 - ], - [ - -22.660574882411773, - 14.802806447939293 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_119.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -25.36246981297812, - 14.802806447939293, - -22.660574882411773, - 17.205220338438252 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_120.json b/current/shorelinemonitor-raw-series/items/box_120.json deleted file mode 100644 index 213a9568b6..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_120.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_120", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -17.535315373030397, - 4.3516359100134805, - -0.007482423909359507, - 17.678157266362245 - ], - "proj:epsg": 4326, - "table:row_count": 4463039, - "created": "2024-06-20T15:06:55.385819Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -0.007482423909359507, - 4.3516359100134805 - ], - [ - -0.007482423909359507, - 17.678157266362245 - ], - [ - -17.535315373030397, - 17.678157266362245 - ], - [ - -17.535315373030397, - 4.3516359100134805 - ], - [ - -0.007482423909359507, - 4.3516359100134805 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_120.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -17.535315373030397, - 4.3516359100134805, - -0.007482423909359507, - 17.678157266362245 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_121.json b/current/shorelinemonitor-raw-series/items/box_121.json deleted file mode 100644 index b07fe64bcc..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_121.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_121", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 0.0034668727138700167, - 0.0005571882494218095, - 9.976896251483494, - 6.440551029822072 - ], - "proj:epsg": 4326, - "table:row_count": 924457, - "created": "2024-06-20T15:07:00.071366Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 9.976896251483494, - 0.0005571882494218095 - ], - [ - 9.976896251483494, - 6.440551029822072 - ], - [ - 0.0034668727138700167, - 6.440551029822072 - ], - [ - 0.0034668727138700167, - 0.0005571882494218095 - ], - [ - 9.976896251483494, - 0.0005571882494218095 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_121.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 0.0034668727138700167, - 0.0005571882494218095, - 9.976896251483494, - 6.440551029822072 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_123.json b/current/shorelinemonitor-raw-series/items/box_123.json deleted file mode 100644 index 80db1b8e6e..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_123.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_123", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 38.77608583152607, - 0.0006585667797315469, - 53.89840727152326, - 17.678598103437103 - ], - "proj:epsg": 4326, - "table:row_count": 3511589, - "created": "2024-06-20T15:07:15.025460Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 53.89840727152326, - 0.0006585667797315469 - ], - [ - 53.89840727152326, - 17.678598103437103 - ], - [ - 38.77608583152607, - 17.678598103437103 - ], - [ - 38.77608583152607, - 0.0006585667797315469 - ], - [ - 53.89840727152326, - 0.0006585667797315469 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_123.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 38.77608583152607, - 0.0006585667797315469, - 53.89840727152326, - 17.678598103437103 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_124.json b/current/shorelinemonitor-raw-series/items/box_124.json deleted file mode 100644 index 1847d85bee..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_124.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_124", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 53.899378534294144, - 12.32442004007643, - 56.0951919487989, - 17.677844871736568 - ], - "proj:epsg": 4326, - "table:row_count": 169190, - "created": "2024-06-20T15:07:16.096910Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 56.0951919487989, - 12.32442004007643 - ], - [ - 56.0951919487989, - 17.677844871736568 - ], - [ - 53.899378534294144, - 17.677844871736568 - ], - [ - 53.899378534294144, - 12.32442004007643 - ], - [ - 56.0951919487989, - 12.32442004007643 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_124.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 53.899378534294144, - 12.32442004007643, - 56.0951919487989, - 17.677844871736568 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_125.json b/current/shorelinemonitor-raw-series/items/box_125.json deleted file mode 100644 index e6aaabcbd0..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_125.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_125", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 73.11753868295611, - 1.774036870217247, - 83.29552929056148, - 17.678188123201572 - ], - "proj:epsg": 4326, - "table:row_count": 1933751, - "created": "2024-06-20T15:07:24.861439Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 83.29552929056148, - 1.774036870217247 - ], - [ - 83.29552929056148, - 17.678188123201572 - ], - [ - 73.11753868295611, - 17.678188123201572 - ], - [ - 73.11753868295611, - 1.774036870217247 - ], - [ - 83.29552929056148, - 1.774036870217247 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_125.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 73.11753868295611, - 1.774036870217247, - 83.29552929056148, - 17.678188123201572 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_126.json b/current/shorelinemonitor-raw-series/items/box_126.json deleted file mode 100644 index 621300d89c..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_126.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_126", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 92.20223314506984, - 0.00030604577282298656, - 107.79741870255933, - 17.67852294706184 - ], - "proj:epsg": 4326, - "table:row_count": 10283795, - "created": "2024-06-20T15:07:55.743599Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.79741870255933, - 0.00030604577282298656 - ], - [ - 107.79741870255933, - 17.67852294706184 - ], - [ - 92.20223314506984, - 17.67852294706184 - ], - [ - 92.20223314506984, - 0.00030604577282298656 - ], - [ - 107.79741870255933, - 0.00030604577282298656 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_126.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 92.20223314506984, - 0.00030604577282298656, - 107.79741870255933, - 17.67852294706184 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_127.json b/current/shorelinemonitor-raw-series/items/box_127.json deleted file mode 100644 index e1ff1fa7cd..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_127.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_127", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 107.79825074051887, - 0.00038094662738805086, - 125.7637900730847, - 17.678666646544297 - ], - "proj:epsg": 4326, - "table:row_count": 11682781, - "created": "2024-06-20T15:08:30.983714Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 125.7637900730847, - 0.00038094662738805086 - ], - [ - 125.7637900730847, - 17.678666646544297 - ], - [ - 107.79825074051887, - 17.678666646544297 - ], - [ - 107.79825074051887, - 0.00038094662738805086 - ], - [ - 125.7637900730847, - 0.00038094662738805086 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_127.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 107.79825074051887, - 0.00038094662738805086, - 125.7637900730847, - 17.678666646544297 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_128.json b/current/shorelinemonitor-raw-series/items/box_128.json deleted file mode 100644 index 8e90596c6d..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_128.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_128", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 125.76439281130128, - 0.0004015159645946063, - 139.67379346255646, - 11.034454790505507 - ], - "proj:epsg": 4326, - "table:row_count": 1193601, - "created": "2024-06-20T15:08:36.108707Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 139.67379346255646, - 0.0004015159645946063 - ], - [ - 139.67379346255646, - 11.034454790505507 - ], - [ - 125.76439281130128, - 11.034454790505507 - ], - [ - 125.76439281130128, - 0.0004015159645946063 - ], - [ - 139.67379346255646, - 0.0004015159645946063 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_128.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 125.76439281130128, - 0.0004015159645946063, - 139.67379346255646, - 11.034454790505507 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_129.json b/current/shorelinemonitor-raw-series/items/box_129.json deleted file mode 100644 index 223fa4d342..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_129.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_129", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 144.61396231223415, - 6.778966071566444, - 158.34216428196842, - 17.620511453339017 - ], - "proj:epsg": 4326, - "table:row_count": 126056, - "created": "2024-06-20T15:08:37.099485Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 158.34216428196842, - 6.778966071566444 - ], - [ - 158.34216428196842, - 17.620511453339017 - ], - [ - 144.61396231223415, - 17.620511453339017 - ], - [ - 144.61396231223415, - 6.778966071566444 - ], - [ - 158.34216428196842, - 6.778966071566444 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_129.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 144.61396231223415, - 6.778966071566444, - 158.34216428196842, - 17.620511453339017 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_130.json b/current/shorelinemonitor-raw-series/items/box_130.json deleted file mode 100644 index 712e8d704b..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_130.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_130", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 168.09293411035182, - 0.11564401909455281, - 173.9459285196359, - 6.165173911154861 - ], - "proj:epsg": 4326, - "table:row_count": 81912, - "created": "2024-06-20T15:08:37.768294Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 173.9459285196359, - 0.11564401909455281 - ], - [ - 173.9459285196359, - 6.165173911154861 - ], - [ - 168.09293411035182, - 6.165173911154861 - ], - [ - 168.09293411035182, - 0.11564401909455281 - ], - [ - 173.9459285196359, - 0.11564401909455281 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_130.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 168.09293411035182, - 0.11564401909455281, - 173.9459285196359, - 6.165173911154861 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_134.json b/current/shorelinemonitor-raw-series/items/box_134.json deleted file mode 100644 index ea36709764..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_134.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_134", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -160.24705950831674, - 18.91006050915153, - -154.80772562398928, - 22.233188216465596 - ], - "proj:epsg": 4326, - "table:row_count": 349494, - "created": "2024-06-20T15:08:39.533403Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -154.80772562398928, - 18.91006050915153 - ], - [ - -154.80772562398928, - 22.233188216465596 - ], - [ - -160.24705950831674, - 22.233188216465596 - ], - [ - -160.24705950831674, - 18.91006050915153 - ], - [ - -154.80772562398928, - 18.91006050915153 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_134.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -160.24705950831674, - 18.91006050915153, - -154.80772562398928, - 22.233188216465596 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_136.json b/current/shorelinemonitor-raw-series/items/box_136.json deleted file mode 100644 index 3549edde85..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_136.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_136", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -119.57872819555931, - 18.339378825866916, - -107.79811304903032, - 33.78499643914935 - ], - "proj:epsg": 4326, - "table:row_count": 4055724, - "created": "2024-06-20T15:08:55.554660Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -107.79811304903032, - 18.339378825866916 - ], - [ - -107.79811304903032, - 33.78499643914935 - ], - [ - -119.57872819555931, - 33.78499643914935 - ], - [ - -119.57872819555931, - 18.339378825866916 - ], - [ - -107.79811304903032, - 18.339378825866916 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_136.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -119.57872819555931, - 18.339378825866916, - -107.79811304903032, - 33.78499643914935 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_137.json b/current/shorelinemonitor-raw-series/items/box_137.json deleted file mode 100644 index fe384984c6..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_137.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_137", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -107.79750864274384, - 17.67966698294823, - -89.83180733264051, - 29.971939599249396 - ], - "proj:epsg": 4326, - "table:row_count": 5329008, - "created": "2024-06-20T15:09:17.010468Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -89.83180733264051, - 17.67966698294823 - ], - [ - -89.83180733264051, - 29.971939599249396 - ], - [ - -107.79750864274384, - 29.971939599249396 - ], - [ - -107.79750864274384, - 17.67966698294823 - ], - [ - -89.83180733264051, - 17.67966698294823 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_137.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -107.79750864274384, - 17.67966698294823, - -89.83180733264051, - 29.971939599249396 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_138.json b/current/shorelinemonitor-raw-series/items/box_138.json deleted file mode 100644 index a167faf570..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_138.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_138", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -89.83126703924172, - 17.679508578462592, - -71.86559775856945, - 33.784970116568815 - ], - "proj:epsg": 4326, - "table:row_count": 17102087, - "created": "2024-06-20T15:10:07.979723Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -71.86559775856945, - 17.679508578462592 - ], - [ - -71.86559775856945, - 33.784970116568815 - ], - [ - -89.83126703924172, - 33.784970116568815 - ], - [ - -89.83126703924172, - 17.679508578462592 - ], - [ - -71.86559775856945, - 17.679508578462592 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_138.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -89.83126703924172, - 17.679508578462592, - -71.86559775856945, - 33.784970116568815 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_139.json b/current/shorelinemonitor-raw-series/items/box_139.json deleted file mode 100644 index 8fb7680d25..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_139.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_139", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -71.86479180607397, - 17.679275294849575, - -61.77099981261353, - 32.3736298632727 - ], - "proj:epsg": 4326, - "table:row_count": 1098681, - "created": "2024-06-20T15:10:12.551428Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -61.77099981261353, - 17.679275294849575 - ], - [ - -61.77099981261353, - 32.3736298632727 - ], - [ - -71.86479180607397, - 32.3736298632727 - ], - [ - -71.86479180607397, - 17.679275294849575 - ], - [ - -61.77099981261353, - 17.679275294849575 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_139.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -71.86479180607397, - 17.679275294849575, - -61.77099981261353, - 32.3736298632727 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_141.json b/current/shorelinemonitor-raw-series/items/box_141.json deleted file mode 100644 index d23801e342..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_141.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_141", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -18.16317713734497, - 27.637857240207442, - -17.96664204302795, - 28.820838550202716 - ], - "proj:epsg": 4326, - "table:row_count": 14495, - "created": "2024-06-20T15:10:12.912929Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -17.96664204302795, - 27.637857240207442 - ], - [ - -17.96664204302795, - 28.820838550202716 - ], - [ - -18.16317713734497, - 28.820838550202716 - ], - [ - -18.16317713734497, - 27.637857240207442 - ], - [ - -17.96664204302795, - 27.637857240207442 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_141.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -18.16317713734497, - 27.637857240207442, - -17.96664204302795, - 28.820838550202716 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_142.json b/current/shorelinemonitor-raw-series/items/box_142.json index 223f145edc..d41dbf44f9 100644 --- a/current/shorelinemonitor-raw-series/items/box_142.json +++ b/current/shorelinemonitor-raw-series/items/box_142.json @@ -1,239 +1,584 @@ { "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": "box_142", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -15.373286624692934, + 28.009513348212412 + ], + [ + -15.373286624692934, + 28.59332804459927 + ], + [ + -16.280846162467007, + 28.59332804459927 + ], + [ + -16.280846162467007, + 28.009513348212412 + ], + [ + -15.373286624692934, + 28.009513348212412 + ] + ] + ] + }, + "bbox": [ + -16.280846162467007, + 28.009513348212412, + -15.373286624692934, + 28.59332804459927 + ], "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", + "created": "2024-12-18T14:15:19.183463Z", "table:columns": [ { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." + "name": "transect_id", + "type": "string" }, { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." + "name": "shoreline_id", + "type": "string" }, { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." + "name": "obs_id", + "type": "string" }, { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." + "name": "datetime", + "type": "timestamp[ns]" }, { "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." + "type": "WKB" }, { "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." + "type": "float" }, { "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." + "type": "float" }, { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." + "name": "shoreline_position", + "type": "float" }, { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." + "name": "chainage", + "type": "float" }, { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." + "name": "utm_epsg", + "type": "int64" + }, + { + "name": "transect_lon", + "type": "float" + }, + { + "name": "transect_lat", + "type": "float" + }, + { + "name": "quadkey", + "type": "string" + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "sinuosity", + "type": "float" + }, + { + "name": "self_intersection_density", + "type": "float" + }, + { + "name": "fractal_dimension", + "type": "float" }, { "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." + "type": "bool" + }, + { + "name": "obs_group", + "type": "int64" }, { "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." + "type": "float" }, { "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." + "type": "float" }, { "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." + "type": "int64" + }, + { + "name": "obs_is_qa", + "type": "bool" }, { "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." + "type": "bool" }, { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." + "name": "obs_is_step_change", + "type": "bool" }, { "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." + "type": "bool" }, { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." + "name": "obs_count", + "type": "float" }, { - "name": "obs_baseline", + "name": "obs_mdn_offset", "type": "float" }, { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." + "name": "subseries_id", + "type": "int64" }, { - "name": "obs_primary_count", + "name": "reference_datetime", + "type": "timestamp[ns]" + }, + { + "name": "reference_chainage", "type": "float" }, { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." + "name": "reference_lon", + "type": "float" }, { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." + "name": "reference_lat", + "type": "float" + }, + { + "name": "obs_primary_count", + "type": "float" + }, + { + "name": "obs_primary_mdn", + "type": "float" }, { "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." + "type": "float" }, { "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." + "type": "float" }, { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." + "name": "tr_qa_pct", + "type": "float" }, { - "name": "bbox.xmax", - "type": "double" + "name": "tr_is_qa", + "type": "bool" }, { - "name": "bbox.xmin", - "type": "double" + "name": "dist_b330", + "type": "float" }, { - "name": "bbox.ymax", - "type": "double" + "name": "dist_b0", + "type": "float" }, { - "name": "bbox.ymin", - "type": "double" + "name": "dist_b30", + "type": "float" + }, + { + "name": "min_dist", + "type": "float" + }, + { + "name": "offshore_domain", + "type": "float" + }, + { + "name": "otsu_threshold", + "type": "float" + }, + { + "name": "otsu_separability", + "type": "float" + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]" + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]" + }, + { + "name": "composite:determination_datetimes", + "type": "list" + }, + { + "name": "composite:image_id", + "type": "string" + }, + { + "name": "composite:cloud_cover", + "type": "string" + }, + { + "name": "country", + "type": "string" + }, + { + "name": "common_country_name", + "type": "string" } ], "proj:bbox": [ - -17.965940420056935, - 17.679889130559133, - -7.252354163330123, - 33.78505137243891 + -16.280846162467007, + 28.009513348212412, + -15.373286624692934, + 28.59332804459927 ], "proj:epsg": 4326, - "table:row_count": 1383897, - "created": "2024-06-20T15:10:19.894941Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -7.252354163330123, - 17.679889130559133 - ], - [ - -7.252354163330123, - 33.78505137243891 - ], - [ - -17.965940420056935, - 33.78505137243891 - ], - [ - -17.965940420056935, - 17.679889130559133 - ], - [ - -7.252354163330123, - 17.679889130559133 - ] - ] - ] + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 25005, + "datetime": "2003-07-02T12:00:00Z" }, "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, { "rel": "root", "href": "../../catalog.json", "type": "application/json", "title": "CoCliCo STAC Catalog" }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Raw Shoreline Series" + }, { "rel": "parent", "href": "../collection.json", "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" + "title": "ShorelineMonitor: Raw Shoreline Series" } ], "assets": { "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_142.parquet", + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-raw-series/release/2024-12-17/box_142.parquet", "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", + "title": "ShorelineMonitor: Raw Shoreline Series", + "description": "Parquet dataset containing raw shoreline observations for coastal monitoring.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "transect_id", + "type": "string", + "description": "Unique identifier for the transect, combining coastline, segment, and distance information." + }, + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline observation." + }, + { + "name": "obs_id", + "type": "string", + "description": "Unique identifier for the observation, combining transect_id and a datetime-sorted observation index." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a WKB (Well-Known Binary) LineString." + }, + { + "name": "lon", + "type": "float32", + "description": "Longitude coordinate of the shoreline observation." + }, + { + "name": "lat", + "type": "float32", + "description": "Latitude coordinate of the shoreline observation." + }, + { + "name": "shoreline_position", + "type": "float32", + "description": "Normalized shoreline position relative to the reference chainage." + }, + { + "name": "chainage", + "type": "float32", + "description": "Distance along the transect, measured from its start point." + }, + { + "name": "utm_epsg", + "type": "int32", + "description": "EPSG code representing the UTM Coordinate Reference System of the observation." + }, + { + "name": "transect_lon", + "type": "float32", + "description": "Longitude coordinate of the transect origin." + }, + { + "name": "transect_lat", + "type": "float32", + "description": "Latitude coordinate of the transect origin." + }, + { + "name": "quadkey", + "type": "string", + "description": "Quadkey spatial index for the observation location." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box defining the spatial extent of the observation (minx, miny, maxx, maxy)." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Ratio of the actual shoreline length to its straight-line length, indicating complexity." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections per unit length of the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Measure of the shoreline's fractal complexity." + }, + { + "name": "is_shoal", + "type": "boolean", + "description": "Flag indicating whether the shoreline lies over a shoal." + }, + { + "name": "obs_group", + "type": "int32", + "description": "Identifier for the group of aggregated shoreline observations." + }, + { + "name": "obs_group_stdev", + "type": "float32", + "description": "Standard deviation of shoreline positions within the observation group." + }, + { + "name": "obs_group_range", + "type": "float32", + "description": "Range of shoreline positions within the observation group." + }, + { + "name": "obs_group_count", + "type": "int32", + "description": "Number of observations within the observation group." + }, + { + "name": "obs_is_qa", + "type": "boolean", + "description": "Flag indicating whether the observation passed quality assurance checks." + }, + { + "name": "obs_is_primary", + "type": "boolean", + "description": "Flag indicating whether the observation is the primary observation in its group." + }, + { + "name": "obs_is_step_change", + "type": "boolean", + "description": "Flag indicating a significant step change in the shoreline position." + }, + { + "name": "obs_is_outlier", + "type": "boolean", + "description": "Flag indicating whether the observation is considered an outlier." + }, + { + "name": "obs_count", + "type": "float32", + "description": "Total number of observations recorded for this group." + }, + { + "name": "obs_mdn_offset", + "type": "float32", + "description": "Offset of the observation from the median of primary observations in its group." + }, + { + "name": "subseries_id", + "type": "int32", + "description": "Identifier for multiple groups within the observation series." + }, + { + "name": "reference_datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the reference point, typically the most recent primary observation." + }, + { + "name": "reference_chainage", + "type": "float32", + "description": "Chainage of the reference point, typically the most recent primary observation." + }, + { + "name": "reference_lon", + "type": "float32", + "description": "Longitude of the reference point." + }, + { + "name": "reference_lat", + "type": "float32", + "description": "Latitude of the reference point." + }, + { + "name": "obs_primary_count", + "type": "float32", + "description": "Count of primary observations in the group." + }, + { + "name": "obs_primary_mdn", + "type": "float32", + "description": "Median shoreline position for primary observations." + }, + { + "name": "tr_stdev", + "type": "float32", + "description": "Standard deviation of shoreline positions across the transect." + }, + { + "name": "tr_range", + "type": "float32", + "description": "Range (max - min) of shoreline positions along the transect." + }, + { + "name": "tr_qa_pct", + "type": "float32", + "description": "Percentage of observations in the transect that passed quality assurance checks." + }, + { + "name": "tr_is_qa", + "type": "boolean", + "description": "Flag indicating whether the transect meets quality assurance criteria." + }, + { + "name": "dist_b330", + "type": "float32", + "description": "GCTR: Distance to OSM Coastline intersection at bearing 330." + }, + { + "name": "dist_b0", + "type": "float32", + "description": "GCTR: Distance to OSM Coastline intersection at bearing 0." + }, + { + "name": "dist_b30", + "type": "float32", + "description": "GCTR: Distance to OSM Coastline intersection at bearing 30." + }, + { + "name": "min_dist", + "type": "float32", + "description": "Minimum distance to a OSM Coastline (from B330, B0, and B30)." + }, + { + "name": "offshore_domain", + "type": "float32", + "description": "Maximum offshore distance (search domain) for the shoreline position, typically half the min distance if there is an intersecting OSM Coastline." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for water classification using Otsu's method." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start date and time of the composite period used for shoreline determination." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End date and time of the composite period used for shoreline determination." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps representing the images used in the composite period." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "country", + "type": "string", + "description": "Country code of the shoreline observation location." + }, + { + "name": "common_country_name", + "type": "string", + "description": "Common name of the country where the observation is located." + } + ], "roles": [ "data" ] } }, - "bbox": [ - -17.965940420056935, - 17.679889130559133, - -7.252354163330123, - 33.78505137243891 - ], - "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": "shorelinemonitor-raw-series" } \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_143.json b/current/shorelinemonitor-raw-series/items/box_143.json deleted file mode 100644 index 5ee97f90b4..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_143.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_143", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 10.244188563352116, - 30.84074358412438, - 17.965796106210597, - 33.78495677327302 - ], - "proj:epsg": 4326, - "table:row_count": 474200, - "created": "2024-06-20T15:10:22.319883Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 17.965796106210597, - 30.84074358412438 - ], - [ - 17.965796106210597, - 33.78495677327302 - ], - [ - 10.244188563352116, - 33.78495677327302 - ], - [ - 10.244188563352116, - 30.84074358412438 - ], - [ - 17.965796106210597, - 30.84074358412438 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_143.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 10.244188563352116, - 30.84074358412438, - 17.965796106210597, - 33.78495677327302 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_144.json b/current/shorelinemonitor-raw-series/items/box_144.json deleted file mode 100644 index 4f2c8061ec..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_144.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_144", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 17.96672952157693, - 22.691277362812365, - 35.932332746997965, - 33.784856861359756 - ], - "proj:epsg": 4326, - "table:row_count": 2267489, - "created": "2024-06-20T15:10:31.712814Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 35.932332746997965, - 22.691277362812365 - ], - [ - 35.932332746997965, - 33.784856861359756 - ], - [ - 17.96672952157693, - 33.784856861359756 - ], - [ - 17.96672952157693, - 22.691277362812365 - ], - [ - 35.932332746997965, - 22.691277362812365 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_144.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 17.96672952157693, - 22.691277362812365, - 35.932332746997965, - 33.784856861359756 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_145.json b/current/shorelinemonitor-raw-series/items/box_145.json deleted file mode 100644 index ff7e842d52..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_145.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_145", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 35.93309886738019, - 17.679303444744896, - 53.898340183554915, - 30.527596671965846 - ], - "proj:epsg": 4326, - "table:row_count": 3833836, - "created": "2024-06-20T15:10:49.300742Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 53.898340183554915, - 17.679303444744896 - ], - [ - 53.898340183554915, - 30.527596671965846 - ], - [ - 35.93309886738019, - 30.527596671965846 - ], - [ - 35.93309886738019, - 17.679303444744896 - ], - [ - 53.898340183554915, - 17.679303444744896 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_145.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 35.93309886738019, - 17.679303444744896, - 53.898340183554915, - 30.527596671965846 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_146.json b/current/shorelinemonitor-raw-series/items/box_146.json deleted file mode 100644 index 067eb58d94..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_146.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_146", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 53.89923233590338, - 17.67927320506397, - 71.86468659769486, - 27.189214078124127 - ], - "proj:epsg": 4326, - "table:row_count": 4331767, - "created": "2024-06-20T15:11:08.414390Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 71.86468659769486, - 17.67927320506397 - ], - [ - 71.86468659769486, - 27.189214078124127 - ], - [ - 53.89923233590338, - 27.189214078124127 - ], - [ - 53.89923233590338, - 17.67927320506397 - ], - [ - 71.86468659769486, - 17.67927320506397 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_146.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 53.89923233590338, - 17.67927320506397, - 71.86468659769486, - 27.189214078124127 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_147.json b/current/shorelinemonitor-raw-series/items/box_147.json deleted file mode 100644 index 0167629341..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_147.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_147", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 71.86577655883171, - 17.679440223260578, - 89.8312437164525, - 22.471132793208216 - ], - "proj:epsg": 4326, - "table:row_count": 3901808, - "created": "2024-06-20T15:11:24.629924Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 89.8312437164525, - 17.679440223260578 - ], - [ - 89.8312437164525, - 22.471132793208216 - ], - [ - 71.86577655883171, - 22.471132793208216 - ], - [ - 71.86577655883171, - 17.679440223260578 - ], - [ - 89.8312437164525, - 17.679440223260578 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_147.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 71.86577655883171, - 17.679440223260578, - 89.8312437164525, - 22.471132793208216 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_148.json b/current/shorelinemonitor-raw-series/items/box_148.json deleted file mode 100644 index 93008be8dc..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_148.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_148", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 89.8318872299786, - 17.679703273078722, - 107.79749161211045, - 22.8083200688394 - ], - "proj:epsg": 4326, - "table:row_count": 4292994, - "created": "2024-06-20T15:11:43.773418Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.79749161211045, - 17.679703273078722 - ], - [ - 107.79749161211045, - 22.8083200688394 - ], - [ - 89.8318872299786, - 22.8083200688394 - ], - [ - 89.8318872299786, - 17.679703273078722 - ], - [ - 107.79749161211045, - 17.679703273078722 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_148.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 89.8318872299786, - 17.679703273078722, - 107.79749161211045, - 22.8083200688394 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_149.json b/current/shorelinemonitor-raw-series/items/box_149.json deleted file mode 100644 index bd41bacd4c..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_149.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_149", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 107.79816994613131, - 17.679245308236823, - 125.47465698239064, - 33.785173064617126 - ], - "proj:epsg": 4326, - "table:row_count": 6861475, - "created": "2024-06-20T15:12:07.276386Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 125.47465698239064, - 17.679245308236823 - ], - [ - 125.47465698239064, - 33.785173064617126 - ], - [ - 107.79816994613131, - 33.785173064617126 - ], - [ - 107.79816994613131, - 17.679245308236823 - ], - [ - 125.47465698239064, - 17.679245308236823 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_149.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 107.79816994613131, - 17.679245308236823, - 125.47465698239064, - 33.785173064617126 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_150.json b/current/shorelinemonitor-raw-series/items/box_150.json deleted file mode 100644 index cb68ba9796..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_150.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_150", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 126.16056641347403, - 25.811455993504925, - 142.18893481778596, - 33.78501858056361 - ], - "proj:epsg": 4326, - "table:row_count": 3153341, - "created": "2024-06-20T15:12:20.537575Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 142.18893481778596, - 25.811455993504925 - ], - [ - 142.18893481778596, - 33.78501858056361 - ], - [ - 126.16056641347403, - 33.78501858056361 - ], - [ - 126.16056641347403, - 25.811455993504925 - ], - [ - 142.18893481778596, - 25.811455993504925 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_150.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 126.16056641347403, - 25.811455993504925, - 142.18893481778596, - 33.78501858056361 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_158.json b/current/shorelinemonitor-raw-series/items/box_158.json deleted file mode 100644 index 6ad3fac499..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_158.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_158", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -124.56650633552498, - 33.7862040953751, - -118.38749050996748, - 47.35348865097739 - ], - "proj:epsg": 4326, - "table:row_count": 2125533, - "created": "2024-06-20T15:12:29.665006Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -118.38749050996748, - 33.7862040953751 - ], - [ - -118.38749050996748, - 47.35348865097739 - ], - [ - -124.56650633552498, - 47.35348865097739 - ], - [ - -124.56650633552498, - 33.7862040953751 - ], - [ - -118.38749050996748, - 33.7862040953751 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_158.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -124.56650633552498, - 33.7862040953751, - -118.38749050996748, - 47.35348865097739 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_160.json b/current/shorelinemonitor-raw-series/items/box_160.json deleted file mode 100644 index 40000586ca..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_160.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_160", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -78.7418962266591, - 33.785911672334095, - -71.86572314655211, - 41.367997936610855 - ], - "proj:epsg": 4326, - "table:row_count": 8124552, - "created": "2024-06-20T15:12:53.918862Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -71.86572314655211, - 33.785911672334095 - ], - [ - -71.86572314655211, - 41.367997936610855 - ], - [ - -78.7418962266591, - 41.367997936610855 - ], - [ - -78.7418962266591, - 33.785911672334095 - ], - [ - -71.86572314655211, - 33.785911672334095 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_160.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -78.7418962266591, - 33.785911672334095, - -71.86572314655211, - 41.367997936610855 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_161.json b/current/shorelinemonitor-raw-series/items/box_161.json deleted file mode 100644 index 04218bb020..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_161.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_161", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -71.86423197550678, - 41.14599394128016, - -53.899188577164324, - 47.353516222861515 - ], - "proj:epsg": 4326, - "table:row_count": 8338246, - "created": "2024-06-20T15:13:18.165699Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -53.899188577164324, - 41.14599394128016 - ], - [ - -53.899188577164324, - 47.353516222861515 - ], - [ - -71.86423197550678, - 47.353516222861515 - ], - [ - -71.86423197550678, - 41.14599394128016 - ], - [ - -53.899188577164324, - 41.14599394128016 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_161.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -71.86423197550678, - 41.14599394128016, - -53.899188577164324, - 47.353516222861515 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_162.json b/current/shorelinemonitor-raw-series/items/box_162.json deleted file mode 100644 index 62305a94db..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_162.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_162", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -53.89853757320909, - 46.61144840737695, - -52.73074275054781, - 47.353136530335284 - ], - "proj:epsg": 4326, - "table:row_count": 233928, - "created": "2024-06-20T15:13:19.465935Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -52.73074275054781, - 46.61144840737695 - ], - [ - -52.73074275054781, - 47.353136530335284 - ], - [ - -53.89853757320909, - 47.353136530335284 - ], - [ - -53.89853757320909, - 46.61144840737695 - ], - [ - -52.73074275054781, - 46.61144840737695 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_162.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -53.89853757320909, - 46.61144840737695, - -52.73074275054781, - 47.353136530335284 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_163.json b/current/shorelinemonitor-raw-series/items/box_163.json deleted file mode 100644 index dd0372e83c..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_163.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_163", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -31.268825173440895, - 36.92109551921961, - -25.004892346851538, - 39.524268365957084 - ], - "proj:epsg": 4326, - "table:row_count": 153311, - "created": "2024-06-20T15:13:20.636009Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -25.004892346851538, - 36.92109551921961 - ], - [ - -25.004892346851538, - 39.524268365957084 - ], - [ - -31.268825173440895, - 39.524268365957084 - ], - [ - -31.268825173440895, - 36.92109551921961 - ], - [ - -25.004892346851538, - 36.92109551921961 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_163.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -31.268825173440895, - 36.92109551921961, - -25.004892346851538, - 39.524268365957084 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_164.json b/current/shorelinemonitor-raw-series/items/box_164.json deleted file mode 100644 index d8eaaa8363..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_164.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_164", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -9.50066039376091, - 33.785661965982776, - -0.0016689142920591543, - 47.353393421441275 - ], - "proj:epsg": 4326, - "table:row_count": 2917793, - "created": "2024-06-20T15:13:33.948602Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -0.0016689142920591543, - 33.785661965982776 - ], - [ - -0.0016689142920591543, - 47.353393421441275 - ], - [ - -9.50066039376091, - 47.353393421441275 - ], - [ - -9.50066039376091, - 33.785661965982776 - ], - [ - -0.0016689142920591543, - 33.785661965982776 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_164.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -9.50066039376091, - 33.785661965982776, - -0.0016689142920591543, - 47.353393421441275 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_165.json b/current/shorelinemonitor-raw-series/items/box_165.json deleted file mode 100644 index b102a79c5c..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_165.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_165", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 0.0014478618967145487, - 33.786076724807046, - 17.965706162241215, - 45.79989012054994 - ], - "proj:epsg": 4326, - "table:row_count": 6739779, - "created": "2024-06-20T15:13:55.260833Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 17.965706162241215, - 33.786076724807046 - ], - [ - 17.965706162241215, - 45.79989012054994 - ], - [ - 0.0014478618967145487, - 45.79989012054994 - ], - [ - 0.0014478618967145487, - 33.786076724807046 - ], - [ - 17.965706162241215, - 33.786076724807046 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_165.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 0.0014478618967145487, - 33.786076724807046, - 17.965706162241215, - 45.79989012054994 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_166.json b/current/shorelinemonitor-raw-series/items/box_166.json deleted file mode 100644 index b585e68919..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_166.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_166", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 17.96702494258429, - 33.78564612214338, - 35.93230481430966, - 46.84072423097447 - ], - "proj:epsg": 4326, - "table:row_count": 9120145, - "created": "2024-06-20T15:14:21.712107Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 35.93230481430966, - 33.78564612214338 - ], - [ - 35.93230481430966, - 46.84072423097447 - ], - [ - 17.96702494258429, - 46.84072423097447 - ], - [ - 17.96702494258429, - 33.78564612214338 - ], - [ - 35.93230481430966, - 33.78564612214338 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_166.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 17.96702494258429, - 33.78564612214338, - 35.93230481430966, - 46.84072423097447 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_167.json b/current/shorelinemonitor-raw-series/items/box_167.json deleted file mode 100644 index 93c5538dd6..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_167.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_167", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 35.93309879956524, - 34.49364027440244, - 53.89855408343345, - 47.28865851138021 - ], - "proj:epsg": 4326, - "table:row_count": 4069781, - "created": "2024-06-20T15:14:40.594006Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 53.89855408343345, - 34.49364027440244 - ], - [ - 53.89855408343345, - 47.28865851138021 - ], - [ - 35.93309879956524, - 47.28865851138021 - ], - [ - 35.93309879956524, - 34.49364027440244 - ], - [ - 53.89855408343345, - 34.49364027440244 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_167.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 35.93309879956524, - 34.49364027440244, - 53.89855408343345, - 47.28865851138021 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_168.json b/current/shorelinemonitor-raw-series/items/box_168.json deleted file mode 100644 index cdd5cf388a..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_168.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_168", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 53.89909269654817, - 36.777839828901676, - 54.14527511977988, - 39.90419595795991 - ], - "proj:epsg": 4326, - "table:row_count": 116953, - "created": "2024-06-20T15:14:41.592354Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 54.14527511977988, - 36.777839828901676 - ], - [ - 54.14527511977988, - 39.90419595795991 - ], - [ - 53.89909269654817, - 39.90419595795991 - ], - [ - 53.89909269654817, - 36.777839828901676 - ], - [ - 54.14527511977988, - 36.777839828901676 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_168.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 53.89909269654817, - 36.777839828901676, - 54.14527511977988, - 39.90419595795991 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_171.json b/current/shorelinemonitor-raw-series/items/box_171.json deleted file mode 100644 index 744944573a..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_171.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_171", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 117.55848832276436, - 33.786046802619566, - 125.76363896801558, - 40.95882111858646 - ], - "proj:epsg": 4326, - "table:row_count": 2805828, - "created": "2024-06-20T15:14:54.265699Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 125.76363896801558, - 33.786046802619566 - ], - [ - 125.76363896801558, - 40.95882111858646 - ], - [ - 117.55848832276436, - 40.95882111858646 - ], - [ - 117.55848832276436, - 33.786046802619566 - ], - [ - 125.76363896801558, - 33.786046802619566 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_171.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 117.55848832276436, - 33.786046802619566, - 125.76363896801558, - 40.95882111858646 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_172.json b/current/shorelinemonitor-raw-series/items/box_172.json deleted file mode 100644 index c41c2593a3..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_172.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_172", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 125.76462231133223, - 33.7856235716875, - 143.72994515522873, - 47.35340677892889 - ], - "proj:epsg": 4326, - "table:row_count": 9726349, - "created": "2024-06-20T15:15:23.438659Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 143.72994515522873, - 33.7856235716875 - ], - [ - 143.72994515522873, - 47.35340677892889 - ], - [ - 125.76462231133223, - 47.35340677892889 - ], - [ - 125.76462231133223, - 33.7856235716875 - ], - [ - 143.72994515522873, - 33.7856235716875 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_172.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 125.76462231133223, - 33.7856235716875, - 143.72994515522873, - 47.35340677892889 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_173.json b/current/shorelinemonitor-raw-series/items/box_173.json deleted file mode 100644 index 2b700da392..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_173.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_173", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 143.73082398843843, - 42.74209192524283, - 152.55485505821926, - 47.353422130603356 - ], - "proj:epsg": 4326, - "table:row_count": 872968, - "created": "2024-06-20T15:15:27.080150Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 152.55485505821926, - 42.74209192524283 - ], - [ - 152.55485505821926, - 47.353422130603356 - ], - [ - 143.73082398843843, - 47.353422130603356 - ], - [ - 143.73082398843843, - 42.74209192524283 - ], - [ - 152.55485505821926, - 42.74209192524283 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_173.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 143.73082398843843, - 42.74209192524283, - 152.55485505821926, - 47.353422130603356 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_179.json b/current/shorelinemonitor-raw-series/items/box_179.json deleted file mode 100644 index cc40656236..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_179.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_179", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -136.58541034937784, - 49.05950323898764, - -125.76448831586424, - 58.15512596882818 - ], - "proj:epsg": 4326, - "table:row_count": 16171216, - "created": "2024-06-20T15:16:19.267274Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -125.76448831586424, - 49.05950323898764 - ], - [ - -125.76448831586424, - 58.15512596882818 - ], - [ - -136.58541034937784, - 58.15512596882818 - ], - [ - -136.58541034937784, - 49.05950323898764 - ], - [ - -125.76448831586424, - 49.05950323898764 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_179.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -136.58541034937784, - 49.05950323898764, - -125.76448831586424, - 58.15512596882818 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_180.json b/current/shorelinemonitor-raw-series/items/box_180.json deleted file mode 100644 index 261aa94291..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_180.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_180", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -125.76383423677177, - 47.35393629722194, - -122.17874881984466, - 51.10267174862014 - ], - "proj:epsg": 4326, - "table:row_count": 3229464, - "created": "2024-06-20T15:16:34.231739Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -122.17874881984466, - 47.35393629722194 - ], - [ - -122.17874881984466, - 51.10267174862014 - ], - [ - -125.76383423677177, - 51.10267174862014 - ], - [ - -125.76383423677177, - 47.35393629722194 - ], - [ - -122.17874881984466, - 47.35393629722194 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_180.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -125.76383423677177, - 47.35393629722194, - -122.17874881984466, - 51.10267174862014 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_181.json b/current/shorelinemonitor-raw-series/items/box_181.json deleted file mode 100644 index db04a6c531..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_181.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_181", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -92.88301725293017, - 56.96544918721457, - -89.83220132291571, - 58.155018191590194 - ], - "proj:epsg": 4326, - "table:row_count": 148062, - "created": "2024-06-20T15:16:35.423084Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -89.83220132291571, - 56.96544918721457 - ], - [ - -89.83220132291571, - 58.155018191590194 - ], - [ - -92.88301725293017, - 58.155018191590194 - ], - [ - -92.88301725293017, - 56.96544918721457 - ], - [ - -89.83220132291571, - 56.96544918721457 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_181.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -92.88301725293017, - 56.96544918721457, - -89.83220132291571, - 58.155018191590194 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_182.json b/current/shorelinemonitor-raw-series/items/box_182.json deleted file mode 100644 index f4f7ab984d..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_182.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_182", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -89.83063182020885, - 51.15910548302272, - -78.27209690596113, - 56.992049892909975 - ], - "proj:epsg": 4326, - "table:row_count": 1839376, - "created": "2024-06-20T15:16:45.356816Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -78.27209690596113, - 51.15910548302272 - ], - [ - -78.27209690596113, - 56.992049892909975 - ], - [ - -89.83063182020885, - 56.992049892909975 - ], - [ - -89.83063182020885, - 51.15910548302272 - ], - [ - -78.27209690596113, - 51.15910548302272 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_182.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -89.83063182020885, - 51.15910548302272, - -78.27209690596113, - 56.992049892909975 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_183.json b/current/shorelinemonitor-raw-series/items/box_183.json deleted file mode 100644 index ccec4356df..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_183.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_183", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -70.52896174970132, - 47.35395628664629, - -53.89899679049507, - 58.15471070335096 - ], - "proj:epsg": 4326, - "table:row_count": 12136737, - "created": "2024-06-20T15:17:24.321570Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -53.89899679049507, - 47.35395628664629 - ], - [ - -53.89899679049507, - 58.15471070335096 - ], - [ - -70.52896174970132, - 58.15471070335096 - ], - [ - -70.52896174970132, - 47.35395628664629 - ], - [ - -53.89899679049507, - 47.35395628664629 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_183.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -70.52896174970132, - 47.35395628664629, - -53.89899679049507, - 58.15471070335096 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_184.json b/current/shorelinemonitor-raw-series/items/box_184.json deleted file mode 100644 index a406245913..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_184.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_184", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -53.89882908485835, - 47.35424531875299, - -52.61898685044135, - 49.55168111672453 - ], - "proj:epsg": 4326, - "table:row_count": 1012398, - "created": "2024-06-20T15:17:29.212102Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -52.61898685044135, - 47.35424531875299 - ], - [ - -52.61898685044135, - 49.55168111672453 - ], - [ - -53.89882908485835, - 49.55168111672453 - ], - [ - -53.89882908485835, - 47.35424531875299 - ], - [ - -52.61898685044135, - 47.35424531875299 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_184.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -53.89882908485835, - 47.35424531875299, - -52.61898685044135, - 49.55168111672453 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_186.json b/current/shorelinemonitor-raw-series/items/box_186.json deleted file mode 100644 index c7749624da..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_186.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_186", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -10.578305477488126, - 47.35421527923811, - -0.0017777410280072961, - 58.155067953835164 - ], - "proj:epsg": 4326, - "table:row_count": 9042291, - "created": "2024-06-20T15:18:01.697829Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -0.0017777410280072961, - 47.35421527923811 - ], - [ - -0.0017777410280072961, - 58.155067953835164 - ], - [ - -10.578305477488126, - 58.155067953835164 - ], - [ - -10.578305477488126, - 47.35421527923811 - ], - [ - -0.0017777410280072961, - 47.35421527923811 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_186.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -10.578305477488126, - 47.35421527923811, - -0.0017777410280072961, - 58.155067953835164 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_187.json b/current/shorelinemonitor-raw-series/items/box_187.json deleted file mode 100644 index 16033d4313..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_187.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_187", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 0.004569036494151453, - 49.329805328980804, - 17.965115712582925, - 58.155113270443046 - ], - "proj:epsg": 4326, - "table:row_count": 7703296, - "created": "2024-06-20T15:18:30.888325Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 17.965115712582925, - 49.329805328980804 - ], - [ - 17.965115712582925, - 58.155113270443046 - ], - [ - 0.004569036494151453, - 58.155113270443046 - ], - [ - 0.004569036494151453, - 49.329805328980804 - ], - [ - 17.965115712582925, - 49.329805328980804 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_187.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 0.004569036494151453, - 49.329805328980804, - 17.965115712582925, - 58.155113270443046 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_188.json b/current/shorelinemonitor-raw-series/items/box_188.json deleted file mode 100644 index 053f2d2c5f..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_188.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_188", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 17.96773045853413, - 54.21200934513397, - 24.483338131186496, - 58.15510375116379 - ], - "proj:epsg": 4326, - "table:row_count": 981669, - "created": "2024-06-20T15:18:36.217707Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 24.483338131186496, - 54.21200934513397 - ], - [ - 24.483338131186496, - 58.15510375116379 - ], - [ - 17.96773045853413, - 58.15510375116379 - ], - [ - 17.96773045853413, - 54.21200934513397 - ], - [ - 24.483338131186496, - 54.21200934513397 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_188.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 17.96773045853413, - 54.21200934513397, - 24.483338131186496, - 58.15510375116379 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_194.json b/current/shorelinemonitor-raw-series/items/box_194.json deleted file mode 100644 index 5fea5221eb..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_194.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_194", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 135.16493301694817, - 47.3539482126443, - 143.7301414072348, - 58.14473457455328 - ], - "proj:epsg": 4326, - "table:row_count": 2583268, - "created": "2024-06-20T15:18:50.120491Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 143.7301414072348, - 47.3539482126443 - ], - [ - 143.7301414072348, - 58.14473457455328 - ], - [ - 135.16493301694817, - 58.14473457455328 - ], - [ - 135.16493301694817, - 47.3539482126443 - ], - [ - 143.7301414072348, - 47.3539482126443 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_194.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 135.16493301694817, - 47.3539482126443, - 143.7301414072348, - 58.14473457455328 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_195.json b/current/shorelinemonitor-raw-series/items/box_195.json deleted file mode 100644 index ee9e096eb3..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_195.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_195", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 143.7310449833415, - 47.353998302464234, - 161.6947264397051, - 58.15486373126848 - ], - "proj:epsg": 4326, - "table:row_count": 878693, - "created": "2024-06-20T15:18:55.871998Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 161.6947264397051, - 47.353998302464234 - ], - [ - 161.6947264397051, - 58.15486373126848 - ], - [ - 143.7310449833415, - 58.15486373126848 - ], - [ - 143.7310449833415, - 47.353998302464234 - ], - [ - 161.6947264397051, - 47.353998302464234 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_195.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 143.7310449833415, - 47.353998302464234, - 161.6947264397051, - 58.15486373126848 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_203.json b/current/shorelinemonitor-raw-series/items/box_203.json deleted file mode 100644 index 62fd734670..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_203.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_203", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -94.87447297318134, - 58.155456617984896, - -92.84033849048723, - 60.44700040600429 - ], - "proj:epsg": 4326, - "table:row_count": 281123, - "created": "2024-06-20T15:18:57.939730Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -92.84033849048723, - 58.155456617984896 - ], - [ - -92.84033849048723, - 60.44700040600429 - ], - [ - -94.87447297318134, - 60.44700040600429 - ], - [ - -94.87447297318134, - 58.155456617984896 - ], - [ - -92.84033849048723, - 58.155456617984896 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_203.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -94.87447297318134, - 58.155456617984896, - -92.84033849048723, - 60.44700040600429 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_207.json b/current/shorelinemonitor-raw-series/items/box_207.json deleted file mode 100644 index 33d9adb7a0..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_207.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_207", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -24.54829379045429, - 63.38600906696124, - -17.968923063028928, - 66.44576612490204 - ], - "proj:epsg": 4326, - "table:row_count": 1826969, - "created": "2024-06-20T15:19:08.889619Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -17.968923063028928, - 63.38600906696124 - ], - [ - -17.968923063028928, - 66.44576612490204 - ], - [ - -24.54829379045429, - 66.44576612490204 - ], - [ - -24.54829379045429, - 63.38600906696124 - ], - [ - -17.968923063028928, - 63.38600906696124 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_207.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -24.54829379045429, - 63.38600906696124, - -17.968923063028928, - 66.44576612490204 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_208.json b/current/shorelinemonitor-raw-series/items/box_208.json deleted file mode 100644 index ea2a0cc6d2..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_208.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_208", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - -17.96534074267756, - 58.15543718860148, - -0.7417639988314908, - 66.44582344978035 - ], - "proj:epsg": 4326, - "table:row_count": 2020000, - "created": "2024-06-20T15:19:20.984988Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -0.7417639988314908, - 58.15543718860148 - ], - [ - -0.7417639988314908, - 66.44582344978035 - ], - [ - -17.96534074267756, - 66.44582344978035 - ], - [ - -17.96534074267756, - 58.15543718860148 - ], - [ - -0.7417639988314908, - 58.15543718860148 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_208.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -17.96534074267756, - 58.15543718860148, - -0.7417639988314908, - 66.44582344978035 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_209.json b/current/shorelinemonitor-raw-series/items/box_209.json deleted file mode 100644 index 9d9f979e5e..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_209.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_209", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 4.59662631420121, - 58.155351933839476, - 17.96597295590996, - 66.44580475238705 - ], - "proj:epsg": 4326, - "table:row_count": 14960246, - "created": "2024-06-20T15:20:11.727326Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 17.96597295590996, - 58.155351933839476 - ], - [ - 17.96597295590996, - 66.44580475238705 - ], - [ - 4.59662631420121, - 66.44580475238705 - ], - [ - 4.59662631420121, - 58.155351933839476 - ], - [ - 17.96597295590996, - 58.155351933839476 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_209.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 4.59662631420121, - 58.155351933839476, - 17.96597295590996, - 66.44580475238705 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_210.json b/current/shorelinemonitor-raw-series/items/box_210.json deleted file mode 100644 index 66c7652f75..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_210.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_210", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 17.96653911445529, - 58.155571464796914, - 35.93202415459456, - 66.44571703587947 - ], - "proj:epsg": 4326, - "table:row_count": 13066081, - "created": "2024-06-20T15:20:55.961861Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 35.93202415459456, - 58.155571464796914 - ], - [ - 35.93202415459456, - 66.44571703587947 - ], - [ - 17.96653911445529, - 66.44571703587947 - ], - [ - 17.96653911445529, - 58.155571464796914 - ], - [ - 35.93202415459456, - 58.155571464796914 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_210.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 17.96653911445529, - 58.155571464796914, - 35.93202415459456, - 66.44571703587947 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-raw-series/items/box_211.json b/current/shorelinemonitor-raw-series/items/box_211.json deleted file mode 100644 index a09ccb31d0..0000000000 --- a/current/shorelinemonitor-raw-series/items/box_211.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_211", - "properties": { - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Annual shoreline position timestamp." - }, - { - "name": "tr_name", - "type": "string", - "description": "A unique identifier for each transect, constructed from three key components: the 'coastline_id', 'segment_id', and 'interpolated_distance'. The 'coastline_id' corresponds to the FID in OpenStreetMap (OSM) and is prefixed with 'cl'. The 'segment_id' indicates the segment of the OSM coastline split by a UTM grid, prefixed with 's'. The 'interpolated_distance' represents the distance from the starting point of the coastline to the transect, interpolated along the segment, and is prefixed with 'tr'. The complete structure is 'cl[coastline_id]s[segment_id]tr[interpolated_distance]', exemplified by 'cl32946s04tr08168547'. This composition ensures each transect name is a distinct and informative representation of its geographical and spatial attributes." - }, - { - "name": "obs_group", - "type": "int64", - "description": "Group of shoreline position observations from the same Shoreline Monitor shoreline linestring. The observations on the group are considered to find the representative shoreline position." - }, - { - "name": "source_file", - "type": "string", - "description": "Indicates Shoreline Monitor BOX and file source." - }, - { - "name": "utm_crs", - "type": "int64", - "description": "EPSG code representing the UTM Coordinate Reference System for the shoreline position observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the shoreline position as a point geometry." - }, - { - "name": "lon", - "type": "float", - "description": "Longitude of the shoreline position observation." - }, - { - "name": "lat", - "type": "float", - "description": "Latitude of the shoreline position observation." - }, - { - "name": "shoreline_chainage", - "type": "float", - "description": "Represent the shoreline position in reference to the transect origin in meter." - }, - { - "name": "shoreline_position", - "type": "float", - "description": "Represent the shoreline position in reference to the last non-outlier primary observation on each transect in meter." - }, - { - "name": "shoreline_sinuosity", - "type": "float", - "description": "Indicates the sinuosity of the source ShorelineMonitor coastline. The Sinuosity calculates the ratio between total coastline length to a straight line from coastline's start point to end point." - }, - { - "name": "is_shoal", - "type": "bool", - "description": "Indicate whether the shoreline observation lies on a very small island. This criteria is based on the GCTS's properties. The column indicates true for shoreline point observation on closed coastline transect with length less than 10 km." - }, - { - "name": "obs_group_stdev", - "type": "float", - "description": "Standard deviation of the observations within an observation group, providing a measure of variability or dispersion among the data points." - }, - { - "name": "obs_group_range", - "type": "float", - "description": "Range between the minimum and maximum observations within an observation group, highlighting the spread of values." - }, - { - "name": "obs_group_count", - "type": "int64", - "description": "Total number of observations within a group, indicating the volume of data points collected for a specific transect." - }, - { - "name": "obs_is_primary", - "type": "bool", - "description": "Boolean flag indicating whether the observation is considered the primary data point for its respective year and transect, typically representing the most reliable or significant observation." - }, - { - "name": "obs_is_qa", - "type": "bool", - "description": "Boolean flag representing whether the observation has passed quality assurance checks, ensuring data integrity and reliability." - }, - { - "name": "obs_is_outlier", - "type": "float", - "description": "Boolean indicator of whether an observation is categorized as an outlier based on a specific statistical method, such as the Median Absolute Deviation." - }, - { - "name": "obs_primary_mdn", - "type": "float", - "description": "Median of the primary observations for shoreline positions, providing a central value that minimizes the effect of outliers and skewed data." - }, - { - "name": "obs_baseline", - "type": "float" - }, - { - "name": "obs_count", - "type": "float", - "description": "Total count of observations recorded, reflecting the comprehensive dataset collected over time for the analysis." - }, - { - "name": "obs_primary_count", - "type": "float" - }, - { - "name": "mdn_offset", - "type": "float", - "description": "Offset distance from the median of primary observations on the same transect, used to analyze deviations and trends in shoreline positions." - }, - { - "name": "tr_is_qa", - "type": "bool", - "description": "Quality assurance flag for the transect, indicating whether the transect data meets predefined quality criteria." - }, - { - "name": "tr_stdev", - "type": "float", - "description": "Standard deviation of observations across a transect, measuring the variability or spread of shoreline positions." - }, - { - "name": "tr_range", - "type": "float", - "description": "Range of observations from minimum to maximum along a transect, illustrating the extent of shoreline positional changes." - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey code corresponding to the transect's origin at zoom level 12, based on the Bing Maps Tile System for spatial indexing and map visualization." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - } - ], - "proj:bbox": [ - 35.93293806988721, - 63.77794708582905, - 44.26136717724649, - 66.4458680528831 - ], - "proj:epsg": 4326, - "table:row_count": 906638, - "created": "2024-06-20T15:21:01.166363Z", - "datetime": "2024-06-08T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 44.26136717724649, - 63.77794708582905 - ], - [ - 44.26136717724649, - 66.4458680528831 - ], - [ - 35.93293806988721, - 66.4458680528831 - ], - [ - 35.93293806988721, - 63.77794708582905 - ], - [ - 44.26136717724649, - 63.77794708582905 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-derived shoreline raw series" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-raw-series/release/2024-06-08/box_211.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Raw Series", - "description": "Parquet dataset with ShorlineMonitor Raw Series for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 35.93293806988721, - 63.77794708582905, - 44.26136717724649, - 66.4458680528831 - ], - "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": "shorelinemonitor-raw-series" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/collection.json b/current/shorelinemonitor-shorelines/collection.json index d60d923679..5ec7ea431e 100644 --- a/current/shorelinemonitor-shorelines/collection.json +++ b/current/shorelinemonitor-shorelines/collection.json @@ -2,729 +2,758 @@ "type": "Collection", "id": "shorelinemonitor-shorelines", "stac_version": "1.0.0", - "description": "\n The ShorelineMonitor-Shorelines data consists of Satellite-Derived Shorelines that are extracted\n from annually composited Landsat satellite imagery for the years 1984-2021.\n ", + "description": "\nThe ShorelineMonitor dataset provides Satellite-Derived Shorelines (SDS) extracted from annually\ncomposited Landsat satellite imagery spanning the years 1984-2024. These shorelines offer a global\nview of coastal change and shoreline dynamics, serving as a critical foundation for global coastal\nmonitoring and analytics.\n\nThe shorelines are represented as geospatial line features. Additional attributes in the dataset\ninclude measures of curvature (sinuosity, fractal dimension and self-intersection density), composite\nimage identifiers, coverage metrics, and parameters used in the shoreline extraction process.\n\nThis dataset builds on earlier efforts by Luijendijk et al. (2018) and Deltares, and has now been\noptimized as a cloud-native dataset (Calkoen et al. 2025) to facilitate global-scale coastal analytics.\n\nThe dataset is currently a work in progress by Deltares (RPC) and is available upon reasonable request.\nPlease contact the data provider for more information or collaboration opportunities.\n", "links": [ { - "rel": "license", - "href": "https://creativecommons.org/licenses/by/4.0/", - "type": "text/html", - "title": "CC BY 4.0 " + "rel": "root", + "href": "../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" }, { "rel": "item", - "href": "./items/box_028_s51w076_part-2de99ab77ea5.json", + "href": "./items/s51w076-e8c071.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_028_s54w076_part-4ef053bc493c.json", + "href": "./items/s54w076-cbbfc5.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_028_s55w075_part-8dc4a28b20ee.json", + "href": "./items/s55w075-6d19de.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_029_s56w068_part-6c50587cb5fd.json", + "href": "./items/s56w068-2bdac5.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_029_s56w072_part-b9d41a3e50d5.json", + "href": "./items/s56w072-b9028f.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_030_s55w038_part-1e8ff8edf87a.json", + "href": "./items/s55w038-69c676.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_031_s55w036_part-0df6dde043eb.json", + "href": "./items/s55w036-f5706a.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_036_s50e068_part-ebe7a5be6875.json", + "href": "./items/s50e068-3dfb57.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_042_s53e166_part-2aeb98174742.json", + "href": "./items/s53e073-d5ab79.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_045_s44w177_part-79eb983466b0.json", + "href": "./items/s53e166-a8f157.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_050_s47w076_part-9e06d7645a86.json", + "href": "./items/s44w177-7f76f8.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_050_s47w076_part-bef9f75d95a1.json", + "href": "./items/s47w076-ad916c.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_051_s47w072_part-81e4dea7d8e5.json", + "href": "./items/s47w081-503f25.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_052_s34w054_part-d08c14d0b369.json", + "href": "./items/s47w072-6f1d65.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_054_s40w013_part-476b962913f4.json", + "href": "./items/s34w054-ebf3fd.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_056_s35e018_part-848bcb4d4fe6.json", + "href": "./items/s40w013-884f4c.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_061_s35e115_part-0bf1ffd365d0.json", + "href": "./items/s35e018-39b4de.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_062_s39e134_part-b54c7a04cf73.json", + "href": "./items/s47e037-c57a60.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_063_s44e144_part-e47402c494fe.json", + "href": "./items/s35e115-95d0a7.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_064_s47e166_part-d0bb975482f9.json", + "href": "./items/s39e134-b03999.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_067_s22w180_part-20d49207d373.json", + "href": "./items/s44e144-cdcd98.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_068_s28w160_part-46335415a342.json", + "href": "./items/s47e166-0f34b4.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_070_s27w109_part-51f085de13ce.json", + "href": "./items/s47e169-48784b.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_073_s34w072_part-7c0ebe523a38.json", + "href": "./items/s29w180-7633a9.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_074_s34w054_part-7608642a35e8.json", + "href": "./items/s28w160-dfbd21.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_077_s33e012_part-b0839734fbb3.json", + "href": "./items/s27w109-6ee494.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_078_s34e018_part-1872423bb1fb.json", + "href": "./items/s34w072-8c5d69.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_079_s26e036_part-1d5616f4e8db.json", + "href": "./items/s34w054-2cbf59.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_080_s22e055_part-26c4a29e36e3.json", + "href": "./items/s33e012-ccf725.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_083_s34e113_part-fbcd0e1c4269.json", + "href": "./items/s34e018-e72010.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_084_s34e126_part-283baec2cebe.json", + "href": "./items/s26e036-044047.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_085_s34e146_part-d35dc07b7ca5.json", + "href": "./items/s22e055-0e2d6f.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_086_s23e163_part-0a0265db326d.json", + "href": "./items/s34e113-a4a666.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_089_s17w180_part-816428e11469.json", + "href": "./items/s34e126-b650a3.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_090_s18w155_part-0a69ebeb3eb4.json", + "href": "./items/s34e146-085126.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_091_s18w144_part-2c8a34601939.json", + "href": "./items/s29e163-3b4313.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_093_s01w092_part-f1542a85fb61.json", + "href": "./items/s17w180-fcaea4.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_094_s17w090_part-cf9582b8fc69.json", + "href": "./items/s18w155-2785f7.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_095_s18w072_part-cd2d5ba63927.json", + "href": "./items/s18w144-17ff26.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_096_s15w051_part-74804637a509.json", + "href": "./items/s01w092-53c9ad.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_096_s18w039_part-2d5d8360a247.json", + "href": "./items/s17w090-73bf8d.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_097_s10w036_part-d85c1f3ae433.json", + "href": "./items/s18w072-9e12ab.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_099_s18e008_part-3a3ebe80d856.json", + "href": "./items/s14w051-72be33.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_101_s18e037_part-956a8e8901c8.json", + "href": "./items/s18w039-37ebe5.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_102_s05e055_part-9d2c83f2667b.json", + "href": "./items/s10w036-197360.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_103_s08e072_part-083a97938060.json", + "href": "./items/s18e005-74c42c.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_104_s08e098_part-b6b498af3999.json", + "href": "./items/s17e049-6dc757.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_105_s08e108_part-be3d6b16b3f7.json", + "href": "./items/s18e037-dfa0b9.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_105_s18e112_part-e66a60bb94c7.json", + "href": "./items/s10e055-763b4f.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_106_s16e126_part-94899ee56d56.json", + "href": "./items/s08e072-541108.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_106_s16e127_part-6bd9ac7a50a1.json", + "href": "./items/s11e098-8cd3dc.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_106_s18e135_part-e66433f7f7a3.json", + "href": "./items/s08e108-e71307.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_107_s12e159_part-5ff7db718897.json", + "href": "./items/s18e112-3f595d.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_107_s18e144_part-21b8fd72cbad.json", + "href": "./items/s16e126-a6a6e2.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_108_s18e162_part-7fcda7cbc219.json", + "href": "./items/s16e127-09c0ab.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_112_n02w159_part-e4adabf89463.json", + "href": "./items/s18e135-bfd049.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_115_n00w102_part-7de1c52cf238.json", + "href": "./items/s12e157-35d522.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_116_n00w090_part-1265ecdf12bd.json", + "href": "./items/s18e144-06005d.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_116_n01w079_part-ed911654ed40.json", + "href": "./items/s18e162-de82f8.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_117_n06w072_part-e3ccee6887b8.json", + "href": "./items/n02w159-044122.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_118_n00w054_part-7a5e2cb86807.json", + "href": "./items/n10w109-44be75.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_119_n15w026_part-35e7853473d4.json", + "href": "./items/n00w102-c9d231.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_120_n04w018_part-88e95c47fbf7.json", + "href": "./items/n00w090-a332d3.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_121_n00e000_part-0618cffa16bd.json", + "href": "./items/n01w079-70753f.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_123_n00e038_part-1bb3b161a0e0.json", + "href": "./items/n06w072-a3f666.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_124_n12e054_part-610c12b4a252.json", + "href": "./items/n00w054-010a90.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_125_n02e073_part-5966cbe3e2c0.json", + "href": "./items/n15w026-d74c6a.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_126_n00e095_part-e621c7f2ee50.json", + "href": "./items/n04w018-6748a1.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_126_n00e101_part-d4298149bee3.json", + "href": "./items/n00e000-8aad41.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_126_n06e092_part-b972853e6d2b.json", + "href": "./items/n00e038-916597.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_127_n00e108_part-ac053f1bc898.json", + "href": "./items/n12e054-5113c7.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_127_n00e112_part-cbd4ce7b445b.json", + "href": "./items/n02e073-b4e485.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_127_n00e124_part-0515c12ceff0.json", + "href": "./items/n00e095-a1dc27.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_128_n00e126_part-af05c257d116.json", + "href": "./items/n00e101-43912a.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_129_n07e145_part-d588cdef71e8.json", + "href": "./items/n06e092-aae661.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_130_n00e168_part-0e50e41200a4.json", + "href": "./items/n00e108-9d7dd4.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_134_n19w160_part-e07f637475c0.json", + "href": "./items/n00e112-93a102.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_136_n18w120_part-a43beb0c02a3.json", + "href": "./items/n00e118-ca6dae.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_137_n18w096_part-3919bb35db40.json", + "href": "./items/n00e126-5ec4dc.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_137_n18w108_part-43564d8fb632.json", + "href": "./items/n07e145-f3437c.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_138_n18w082_part-3255ec430682.json", + "href": "./items/n00e163-f1cd59.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_138_n18w090_part-7cc4a8b1b953.json", + "href": "./items/n19w160-ea6493.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_138_n22w090_part-561d7045ccb5.json", + "href": "./items/n18w120-9fed77.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_139_n18w072_part-6c0068658ef2.json", + "href": "./items/n18w096-7b33fa.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_141_n28w018_part-41cf57996ed9.json", + "href": "./items/n18w108-433b07.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_142_n18w018_part-9130715b74d2.json", + "href": "./items/n18w088-aebd9e.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_143_n31e010_part-b9de9121270c.json", + "href": "./items/n18w090-7bfbd0.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_144_n22e018_part-ff0ac0a14f74.json", + "href": "./items/n22w090-67d719.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_145_n18e036_part-e5f8f82c6856.json", + "href": "./items/n18w072-6a44c9.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_146_n18e054_part-aea126bd96a0.json", + "href": "./items/n28w018-4473aa.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_147_n18e072_part-47260545da66.json", + "href": "./items/n18w018-e4344d.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_148_n18e090_part-ee9094995041.json", + "href": "./items/n31e010-d9d3de.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_149_n18e108_part-063936258931.json", + "href": "./items/n22e018-c62723.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_149_n22e112_part-71587dbcd2eb.json", + "href": "./items/n18e036-cbcf3f.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_150_n26e126_part-a96d61366d3b.json", + "href": "./items/n18e054-ccd7ea.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_158_n34w125_part-f6c3b0e14988.json", + "href": "./items/n18e072-984ebb.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_160_n34w079_part-1bb0f7f5929e.json", + "href": "./items/n18e090-2b3682.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_160_n34w079_part-85e95c2db232.json", + "href": "./items/n18e108-5a37ab.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_161_n41w072_part-62a0e75d613e.json", + "href": "./items/n22e112-0a4078.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_161_n41w072_part-99ed4a401f90.json", + "href": "./items/n26e126-993f0a.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_162_n47w054_part-865bacc3f754.json", + "href": "./items/n34w125-4b770a.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_163_n37w031_part-3023149b91b3.json", + "href": "./items/n34w079-0dd57b.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_164_n34w010_part-f4c7c579bef4.json", + "href": "./items/n34w079-5ca05c.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_165_n34e000_part-107b3d2a64b8.json", + "href": "./items/n41w072-208a6b.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_165_n39e000_part-dd3a5f3b4cb1.json", + "href": "./items/n41w072-a1fbb4.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_166_n34e022_part-8424e66729a6.json", + "href": "./items/n47w054-d00d81.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_166_n36e018_part-4015427d04aa.json", + "href": "./items/n37w031-0e856b.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_167_n34e036_part-5b31b4e28e7a.json", + "href": "./items/n34w010-dbb66e.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_167_n41e036_part-9272b869eb29.json", + "href": "./items/n34e000-aee4a9.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_168_n37e054_part-530042bf8cc0.json", + "href": "./items/n41e001-175a77.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_171_n34e117_part-2c4272fecc7f.json", + "href": "./items/n34e022-e3c9b0.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_172_n34e126_part-7fb79cd4468a.json", + "href": "./items/n34e034-f20102.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_172_n34e132_part-810ee82a43e0.json", + "href": "./items/n36e018-806f8b.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_172_n37e126_part-393cd0afa137.json", + "href": "./items/n34e036-b61187.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_173_n43e144_part-667c0afdf48d.json", + "href": "./items/n41e036-55f0ab.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_179_n49w129_part-10e73e7e5c7d.json", + "href": "./items/n37e054-ac05c0.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_179_n51w132_part-4985348fb232.json", + "href": "./items/n34e117-e9d69f.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_179_n53w134_part-2d461ea060ac.json", + "href": "./items/n34e126-afe1d3.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_179_n56w137_part-f2a32bae5d46.json", + "href": "./items/n34e130-2a088b.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_180_n47w126_part-27f14475276e.json", + "href": "./items/n34e135-b305c3.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_181_n57w093_part-8ddbceadcbeb.json", + "href": "./items/n37e126-d49672.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_182_n51w090_part-5a9ed00c49e0.json", + "href": "./items/n43e144-4984a1.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_183_n47w056_part-943cad27fe06.json", + "href": "./items/n49w129-62b619.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_183_n47w068_part-5bbfd36f4f83.json", + "href": "./items/n51w133-4ccf77.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_183_n47w071_part-94d9a4b41eec.json", + "href": "./items/n53w134-a4d66b.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_184_n47w054_part-e86ee27e8ebf.json", + "href": "./items/n56w137-f3ad24.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_186_n47w011_part-8440bb43b292.json", + "href": "./items/n47w126-e3cb72.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_186_n52w010_part-fc9d1d73e40b.json", + "href": "./items/n57w093-a1ffb6.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_187_n49e000_part-0aafb2f7a216.json", + "href": "./items/n51w090-4796bd.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_187_n52e000_part-950d2ea2b98f.json", + "href": "./items/n47w059-85020d.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_188_n54e018_part-5827c79c709e.json", + "href": "./items/n47w068-2da64a.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_194_n47e135_part-2435b85baec4.json", + "href": "./items/n47w071-99c69d.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_195_n47e144_part-f5cdb2d17d66.json", + "href": "./items/n47w054-3d296c.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_203_n58w095_part-fded77523f19.json", + "href": "./items/n47w011-d18f79.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_207_n63w025_part-8f9d3a9b2c8d.json", + "href": "./items/n52w010-ecc084.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_208_n58w018_part-e4e72a8d5e0a.json", + "href": "./items/n49e000-6113a4.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_209_n58e005_part-5f214fd7d563.json", + "href": "./items/n52e000-52c2c1.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_209_n59e005_part-d344b8bb8225.json", + "href": "./items/n54e018-fac7f4.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_209_n62e004_part-3da3de9ff452.json", + "href": "./items/n47e135-37384a.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_210_n58e018_part-eba518656b4f.json", + "href": "./items/n47e144-9fc9a1.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_210_n58e022_part-47971fb84e5f.json", + "href": "./items/n58w095-62afcc.json", "type": "application/json" }, { "rel": "item", - "href": "./items/box_211_n64e036_part-f2cba72377c4.json", + "href": "./items/n63w025-fe6c86.json", "type": "application/json" }, { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" + "rel": "item", + "href": "./items/n58w018-edc727.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/n58e005-117f4b.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/n59e005-16b2a5.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/n62e004-ae45e9.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/n58e018-e586b5.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/n58e022-902c91.json", + "type": "application/json" + }, + { + "rel": "item", + "href": "./items/n64e036-4f652e.json", + "type": "application/json" }, { "rel": "parent", @@ -736,13 +765,12 @@ "stac_extensions": [ "https://stac-extensions.github.io/item-assets/v1.0.0/schema.json", "https://stac-extensions.github.io/scientific/v1.0.0/schema.json", - "https://stac-extensions.github.io/table/v1.2.0/schema.json", "https://stac-extensions.github.io/version/v1.2.0/schema.json" ], "item_assets": { "data": { - "title": "ShorelineMonitor: Satellite-derived Shorelines", - "description": "\n The ShorelineMonitor-Shorelines data consists of Satellite-Derived Shorelines that are extracted\n from annually composited Landsat satellite imagery for the years 1984-2021.\n ", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", "roles": [ "data" ], @@ -752,86 +780,116 @@ }, "table:columns": [ { - "name": "shoreline_name", + "name": "shoreline_id", "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." + "description": "Unique identifier for the shoreline segment." }, { - "name": "time", + "name": "datetime", "type": "datetime64[ns]", "description": "Timestamp of the shoreline observation." }, { "name": "geometry", "type": "geometry", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." + "description": "Shoreline geometry represented as a geospatial LINESTRING object." }, { - "name": "determination_times", + "name": "bbox", "type": "object", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." }, { - "name": "end_datetime", + "name": "quadkey", "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." + "description": "Tile key for spatial indexing using the Bing Maps Tile System." }, { "name": "otsu_threshold", "type": "float32", - "description": "Threshold value determined by Otsu's method for image binarization." + "description": "Threshold value determined by Otsu's method for water detection." }, { "name": "otsu_separability", "type": "float32", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." + "description": "Separability score for land-water classification using Otsu's method." }, { - "name": "qa_cloud_cover", - "type": "object", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." }, { - "name": "image_id", + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." + "description": "Identifier of the source dataset used for the shoreline extraction." }, { "name": "box_id", "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." + "description": "Identifier for the bounding box in the shoreline system." }, { - "name": "source_filename", + "name": "composite:image_id", "type": "string", - "description": "Name of the original file from which shoreline data was processed." + "description": "Identifier for the composite image used in shoreline detection." }, { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." }, { - "name": "bbox", + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", "type": "object", - "description": "Geographic bounding box of the shoreline, specified by min/max longitude (x) and latitude (y) coordinates." + "description": "Array of timestamps for images used in the composite." }, { - "name": "quadkey", + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." + "description": "Source used for the coastal zone buffer creation, such as OSM." } ] } }, - "root_url": "az://shorelinemonitor-shorelines/release/2024-06-17", - "sci:citation": "Luijendijk/Kras/Calkoen in progress. ", - "version": "2.0.1", + "storage_pattern": "az://shorelinemonitor-shorelines/release/2025-01-01/box_*/*.parquet", + "sci:citation": "Deltares, RPC - work in progress.", + "version": "2025-01-01", "title": "ShorelineMonitor: Satellite-Derived Shorelines", "extent": { "spatial": { @@ -848,29 +906,19 @@ "interval": [ [ "1984-01-01T00:00:00Z", - "2024-06-18T14:50:16.930849Z" + "2023-01-01T00:00:00Z" ] ] } }, "license": "CC-BY-4.0", - "keywords": [ - "Satellite-Derived Shorelines", - "SDS", - "Coastal Change", - "Coast", - "CoCliCo", - "Deltares", - "GeoParquet" - ], "providers": [ { "name": "Deltares", "roles": [ "producer", "processor", - "host", - "licensor" + "host" ], "url": "https://deltares.nl" } @@ -882,12 +930,13 @@ "title": "Thumbnail" }, "geoparquet-stac-items": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/geoparquet-stac-items.parquet", + "href": "https://coclico.blob.core.windows.net/items/shorelinemonitor-shorelines.parquet/shorelinemonitor-shorelines.parquet", "type": "application/vnd.apache.parquet", "title": "GeoParquet STAC items", "description": "Snapshot of the collection's STAC items exported to GeoParquet format.", + "created": "1984-01-01T00:00:00Z", "roles": [ - "data" + "metadata" ] } } diff --git a/current/shorelinemonitor-shorelines/items/box_028_minx_-74.53_miny_-54.91_part_0.json b/current/shorelinemonitor-shorelines/items/box_028_minx_-74.53_miny_-54.91_part_0.json deleted file mode 100644 index d0a6ff5641..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_028_minx_-74.53_miny_-54.91_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_028_minx_-74.53_miny_-54.91_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -74.531211, - -54.906406, - -71.865526, - -52.482821 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 79049, - "datetime": "2024-03-25T14:25:02.582786Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -71.865526, - -54.906406 - ], - [ - -71.865526, - -52.482821 - ], - [ - -74.531211, - -52.482821 - ], - [ - -74.531211, - -54.906406 - ], - [ - -71.865526, - -54.906406 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=028/minx_-74.53_miny_-54.91_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -74.531211, - -54.906406, - -71.865526, - -52.482821 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_028_minx_-75.79_miny_-54.2_part_0.json b/current/shorelinemonitor-shorelines/items/box_028_minx_-75.79_miny_-54.2_part_0.json deleted file mode 100644 index ea4d39cf88..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_028_minx_-75.79_miny_-54.2_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_028_minx_-75.79_miny_-54.2_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -75.794985, - -54.200464, - -71.865526, - -49.837999 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 135244, - "datetime": "2024-03-25T14:25:24.341302Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -71.865526, - -54.200464 - ], - [ - -71.865526, - -49.837999 - ], - [ - -75.794985, - -49.837999 - ], - [ - -75.794985, - -54.200464 - ], - [ - -71.865526, - -54.200464 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=028/minx_-75.79_miny_-54.2_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -75.794985, - -54.200464, - -71.865526, - -49.837999 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_028_minx_-75.79_miny_-54.58_part_0.json b/current/shorelinemonitor-shorelines/items/box_028_minx_-75.79_miny_-54.58_part_0.json deleted file mode 100644 index 86692cd1eb..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_028_minx_-75.79_miny_-54.58_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_028_minx_-75.79_miny_-54.58_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -75.794985, - -54.582378, - -71.866205, - -47.35392 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 135987, - "datetime": "2024-03-25T14:26:04.486227Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -71.866205, - -54.582378 - ], - [ - -71.866205, - -47.35392 - ], - [ - -75.794985, - -47.35392 - ], - [ - -75.794985, - -54.582378 - ], - [ - -71.866205, - -54.582378 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=028/minx_-75.79_miny_-54.58_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -75.794985, - -54.582378, - -71.866205, - -47.35392 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_028_s51w076_part-2de99ab77ea5.json b/current/shorelinemonitor-shorelines/items/box_028_s51w076_part-2de99ab77ea5.json deleted file mode 100644 index ea5a055ba3..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_028_s51w076_part-2de99ab77ea5.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_028_s51w076_part-2de99ab77ea5", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -75.794985, - -50.843807, - -72.988452, - -47.35392 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 140540, - "datetime": "2024-06-18T13:25:44.988345Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -72.988452, - -50.843807 - ], - [ - -72.988452, - -47.35392 - ], - [ - -75.794985, - -47.35392 - ], - [ - -75.794985, - -50.843807 - ], - [ - -72.988452, - -50.843807 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=028/s51w076_part-2de99ab77ea5.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -75.794985, - -50.843807, - -72.988452, - -47.35392 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_028_s54w076_part-4ef053bc493c.json b/current/shorelinemonitor-shorelines/items/box_028_s54w076_part-4ef053bc493c.json deleted file mode 100644 index 2dae6e8cd2..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_028_s54w076_part-4ef053bc493c.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_028_s54w076_part-4ef053bc493c", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -75.794985, - -54.184025, - -71.865526, - -48.853678 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 146407, - "datetime": "2024-06-18T13:26:53.080515Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -71.865526, - -54.184025 - ], - [ - -71.865526, - -48.853678 - ], - [ - -75.794985, - -48.853678 - ], - [ - -75.794985, - -54.184025 - ], - [ - -71.865526, - -54.184025 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=028/s54w076_part-4ef053bc493c.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -75.794985, - -54.184025, - -71.865526, - -48.853678 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_028_s55w075_part-8dc4a28b20ee.json b/current/shorelinemonitor-shorelines/items/box_028_s55w075_part-8dc4a28b20ee.json deleted file mode 100644 index f8e26ff7b0..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_028_s55w075_part-8dc4a28b20ee.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_028_s55w075_part-8dc4a28b20ee", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -74.672155, - -54.906406, - -71.865526, - -52.412514 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 63333, - "datetime": "2024-06-18T13:28:12.214763Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -71.865526, - -54.906406 - ], - [ - -71.865526, - -52.412514 - ], - [ - -74.672155, - -52.412514 - ], - [ - -74.672155, - -54.906406 - ], - [ - -71.865526, - -54.906406 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=028/s55w075_part-8dc4a28b20ee.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -74.672155, - -54.906406, - -71.865526, - -52.412514 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_029_minx_-67.93_miny_-56.02_part_0.json b/current/shorelinemonitor-shorelines/items/box_029_minx_-67.93_miny_-56.02_part_0.json deleted file mode 100644 index 931441392f..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_029_minx_-67.93_miny_-56.02_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_029_minx_-67.93_miny_-56.02_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -67.934789, - -56.020416, - -57.548626, - -50.844315 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 44242, - "datetime": "2024-03-25T14:26:50.023470Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -57.548626, - -56.020416 - ], - [ - -57.548626, - -50.844315 - ], - [ - -67.934789, - -50.844315 - ], - [ - -67.934789, - -56.020416 - ], - [ - -57.548626, - -56.020416 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=029/minx_-67.93_miny_-56.02_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -67.934789, - -56.020416, - -57.548626, - -50.844315 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_029_minx_-71.86_miny_-55.98_part_0.json b/current/shorelinemonitor-shorelines/items/box_029_minx_-71.86_miny_-55.98_part_0.json deleted file mode 100644 index 6b9689352a..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_029_minx_-71.86_miny_-55.98_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_029_minx_-71.86_miny_-55.98_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -71.864888, - -55.981204, - -58.952308, - -47.35394 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 135694, - "datetime": "2024-03-25T14:27:01.938270Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -58.952308, - -55.981204 - ], - [ - -58.952308, - -47.35394 - ], - [ - -71.864888, - -47.35394 - ], - [ - -71.864888, - -55.981204 - ], - [ - -58.952308, - -55.981204 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=029/minx_-71.86_miny_-55.98_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -71.864888, - -55.981204, - -58.952308, - -47.35394 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_029_s56w068_part-6c50587cb5fd.json b/current/shorelinemonitor-shorelines/items/box_029_s56w068_part-6c50587cb5fd.json deleted file mode 100644 index 4dce377c2f..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_029_s56w068_part-6c50587cb5fd.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_029_s56w068_part-6c50587cb5fd", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -67.934789, - -56.020416, - -57.548626, - -50.844315 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 33599, - "datetime": "2024-06-18T13:28:39.688896Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -57.548626, - -56.020416 - ], - [ - -57.548626, - -50.844315 - ], - [ - -67.934789, - -50.844315 - ], - [ - -67.934789, - -56.020416 - ], - [ - -57.548626, - -56.020416 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=029/s56w068_part-6c50587cb5fd.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -67.934789, - -56.020416, - -57.548626, - -50.844315 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_029_s56w072_part-b9d41a3e50d5.json b/current/shorelinemonitor-shorelines/items/box_029_s56w072_part-b9d41a3e50d5.json deleted file mode 100644 index 2721ce4547..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_029_s56w072_part-b9d41a3e50d5.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_029_s56w072_part-b9d41a3e50d5", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -71.864888, - -55.776911, - -58.952308, - -47.35394 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 146337, - "datetime": "2024-06-18T13:28:53.470134Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -58.952308, - -55.776911 - ], - [ - -58.952308, - -47.35394 - ], - [ - -71.864888, - -47.35394 - ], - [ - -71.864888, - -55.776911 - ], - [ - -58.952308, - -55.776911 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=029/s56w072_part-b9d41a3e50d5.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -71.864888, - -55.776911, - -58.952308, - -47.35394 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_030_minx_-38.46_miny_-54.91_part_0.json b/current/shorelinemonitor-shorelines/items/box_030_minx_-38.46_miny_-54.91_part_0.json deleted file mode 100644 index af8a45f96f..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_030_minx_-38.46_miny_-54.91_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_030_minx_-38.46_miny_-54.91_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -38.45882, - -54.906406, - -35.932946, - -53.926677 - ], - "proj:epsg": 4326, - "start_datetime": "1999-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 16772, - "datetime": "2024-03-25T14:27:38.152144Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -35.932946, - -54.906406 - ], - [ - -35.932946, - -53.926677 - ], - [ - -38.45882, - -53.926677 - ], - [ - -38.45882, - -54.906406 - ], - [ - -35.932946, - -54.906406 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=030/minx_-38.46_miny_-54.91_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -38.45882, - -54.906406, - -35.932946, - -53.926677 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_030_s55w038_part-1e8ff8edf87a.json b/current/shorelinemonitor-shorelines/items/box_030_s55w038_part-1e8ff8edf87a.json deleted file mode 100644 index 1dbf5f4747..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_030_s55w038_part-1e8ff8edf87a.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_030_s55w038_part-1e8ff8edf87a", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -38.45882, - -54.906406, - -35.932946, - -53.926677 - ], - "proj:epsg": 4326, - "start_datetime": "1999-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 16772, - "datetime": "2024-06-18T13:29:54.286997Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -35.932946, - -54.906406 - ], - [ - -35.932946, - -53.926677 - ], - [ - -38.45882, - -53.926677 - ], - [ - -38.45882, - -54.906406 - ], - [ - -35.932946, - -54.906406 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=030/s55w038_part-1e8ff8edf87a.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -38.45882, - -54.906406, - -35.932946, - -53.926677 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_031_minx_-35.93_miny_-54.91_part_0.json b/current/shorelinemonitor-shorelines/items/box_031_minx_-35.93_miny_-54.91_part_0.json deleted file mode 100644 index 04181f5a4b..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_031_minx_-35.93_miny_-54.91_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_031_minx_-35.93_miny_-54.91_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -35.932308, - -54.906405, - -35.652191, - -54.419727 - ], - "proj:epsg": 4326, - "start_datetime": "2000-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 1007, - "datetime": "2024-03-25T14:27:42.712243Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -35.652191, - -54.906405 - ], - [ - -35.652191, - -54.419727 - ], - [ - -35.932308, - -54.419727 - ], - [ - -35.932308, - -54.906405 - ], - [ - -35.652191, - -54.906405 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=031/minx_-35.93_miny_-54.91_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -35.932308, - -54.906405, - -35.652191, - -54.419727 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_031_s55w036_part-0df6dde043eb.json b/current/shorelinemonitor-shorelines/items/box_031_s55w036_part-0df6dde043eb.json deleted file mode 100644 index 0b982224f0..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_031_s55w036_part-0df6dde043eb.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_031_s55w036_part-0df6dde043eb", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -35.932308, - -54.906405, - -35.652191, - -54.419727 - ], - "proj:epsg": 4326, - "start_datetime": "2000-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 1007, - "datetime": "2024-06-18T13:30:00.564918Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -35.652191, - -54.906405 - ], - [ - -35.652191, - -54.419727 - ], - [ - -35.932308, - -54.419727 - ], - [ - -35.932308, - -54.906405 - ], - [ - -35.652191, - -54.906405 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=031/s55w036_part-0df6dde043eb.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -35.932308, - -54.906405, - -35.652191, - -54.419727 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_036_minx_68.5_miny_-49.77_part_0.json b/current/shorelinemonitor-shorelines/items/box_036_minx_68.5_miny_-49.77_part_0.json deleted file mode 100644 index d3312a6dd0..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_036_minx_68.5_miny_-49.77_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_036_minx_68.5_miny_-49.77_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 68.496843, - -49.768187, - 70.742057, - -48.66846 - ], - "proj:epsg": 4326, - "start_datetime": "1999-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 24250, - "datetime": "2024-03-25T14:27:43.768596Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 70.742057, - -49.768187 - ], - [ - 70.742057, - -48.66846 - ], - [ - 68.496843, - -48.66846 - ], - [ - 68.496843, - -49.768187 - ], - [ - 70.742057, - -49.768187 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=036/minx_68.5_miny_-49.77_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 68.496843, - -49.768187, - 70.742057, - -48.66846 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_036_s50e068_part-ebe7a5be6875.json b/current/shorelinemonitor-shorelines/items/box_036_s50e068_part-ebe7a5be6875.json deleted file mode 100644 index 4a314b3713..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_036_s50e068_part-ebe7a5be6875.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_036_s50e068_part-ebe7a5be6875", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 68.496843, - -49.768187, - 70.742057, - -48.66846 - ], - "proj:epsg": 4326, - "start_datetime": "1999-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 24250, - "datetime": "2024-06-18T13:30:01.667727Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 70.742057, - -49.768187 - ], - [ - 70.742057, - -48.66846 - ], - [ - 68.496843, - -48.66846 - ], - [ - 68.496843, - -49.768187 - ], - [ - 70.742057, - -49.768187 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=036/s50e068_part-ebe7a5be6875.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 68.496843, - -49.768187, - 70.742057, - -48.66846 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_042_minx_165.63_miny_-52.73_part_0.json b/current/shorelinemonitor-shorelines/items/box_042_minx_165.63_miny_-52.73_part_0.json deleted file mode 100644 index 937e9475b9..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_042_minx_165.63_miny_-52.73_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_042_minx_165.63_miny_-52.73_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 165.627217, - -52.734301, - 169.55648, - -47.921428 - ], - "proj:epsg": 4326, - "start_datetime": "1999-01-01T00:00:00Z", - "end_datetime": "2020-01-01T00:00:00Z", - "table:row_count": 623, - "datetime": "2024-03-25T14:27:50.166111Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 169.55648, - -52.734301 - ], - [ - 169.55648, - -47.921428 - ], - [ - 165.627217, - -47.921428 - ], - [ - 165.627217, - -52.734301 - ], - [ - 169.55648, - -52.734301 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=042/minx_165.63_miny_-52.73_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 165.627217, - -52.734301, - 169.55648, - -47.921428 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_042_s53e166_part-2aeb98174742.json b/current/shorelinemonitor-shorelines/items/box_042_s53e166_part-2aeb98174742.json deleted file mode 100644 index 10415fdcff..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_042_s53e166_part-2aeb98174742.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_042_s53e166_part-2aeb98174742", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 165.627217, - -52.734301, - 169.55648, - -47.921428 - ], - "proj:epsg": 4326, - "start_datetime": "1999-01-01T00:00:00Z", - "end_datetime": "2020-01-01T00:00:00Z", - "table:row_count": 623, - "datetime": "2024-06-18T13:30:11.233438Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 169.55648, - -52.734301 - ], - [ - 169.55648, - -47.921428 - ], - [ - 165.627217, - -47.921428 - ], - [ - 165.627217, - -52.734301 - ], - [ - 169.55648, - -52.734301 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=042/s53e166_part-2aeb98174742.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 165.627217, - -52.734301, - 169.55648, - -47.921428 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_045_minx_-177.14_miny_-44.42_part_0.json b/current/shorelinemonitor-shorelines/items/box_045_minx_-177.14_miny_-44.42_part_0.json deleted file mode 100644 index efd17072c7..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_045_minx_-177.14_miny_-44.42_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_045_minx_-177.14_miny_-44.42_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -177.136208, - -44.423568, - -176.014019, - -43.616526 - ], - "proj:epsg": 4326, - "start_datetime": "1999-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 2372, - "datetime": "2024-03-25T14:27:51.016697Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -176.014019, - -44.423568 - ], - [ - -176.014019, - -43.616526 - ], - [ - -177.136208, - -43.616526 - ], - [ - -177.136208, - -44.423568 - ], - [ - -176.014019, - -44.423568 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=045/minx_-177.14_miny_-44.42_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -177.136208, - -44.423568, - -176.014019, - -43.616526 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_045_s44w177_part-79eb983466b0.json b/current/shorelinemonitor-shorelines/items/box_045_s44w177_part-79eb983466b0.json deleted file mode 100644 index 42b8ee786e..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_045_s44w177_part-79eb983466b0.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_045_s44w177_part-79eb983466b0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -177.136208, - -44.423568, - -176.014019, - -43.616526 - ], - "proj:epsg": 4326, - "start_datetime": "1999-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 2372, - "datetime": "2024-06-18T13:30:12.076202Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -176.014019, - -44.423568 - ], - [ - -176.014019, - -43.616526 - ], - [ - -177.136208, - -43.616526 - ], - [ - -177.136208, - -44.423568 - ], - [ - -176.014019, - -44.423568 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=045/s44w177_part-79eb983466b0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -177.136208, - -44.423568, - -176.014019, - -43.616526 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_050_minx_-75.23_miny_-47.16_part_0.json b/current/shorelinemonitor-shorelines/items/box_050_minx_-75.23_miny_-47.16_part_0.json deleted file mode 100644 index b3c359bada..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_050_minx_-75.23_miny_-47.16_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_050_minx_-75.23_miny_-47.16_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -75.22724, - -47.162984, - -71.865526, - -33.79445 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 96287, - "datetime": "2024-03-25T14:27:52.493089Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -71.865526, - -47.162984 - ], - [ - -71.865526, - -33.79445 - ], - [ - -75.22724, - -33.79445 - ], - [ - -75.22724, - -47.162984 - ], - [ - -71.865526, - -47.162984 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=050/minx_-75.23_miny_-47.16_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -75.22724, - -47.162984, - -71.865526, - -33.79445 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_050_minx_-75.79_miny_-47.35_part_0.json b/current/shorelinemonitor-shorelines/items/box_050_minx_-75.79_miny_-47.35_part_0.json deleted file mode 100644 index 3df46a2702..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_050_minx_-75.79_miny_-47.35_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_050_minx_-75.79_miny_-47.35_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -75.788135, - -47.353544, - -72.707696, - -45.089237 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 54289, - "datetime": "2024-03-25T14:28:30.820994Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -72.707696, - -47.353544 - ], - [ - -72.707696, - -45.089237 - ], - [ - -75.788135, - -45.089237 - ], - [ - -75.788135, - -47.353544 - ], - [ - -72.707696, - -47.353544 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=050/minx_-75.79_miny_-47.35_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -75.788135, - -47.353544, - -72.707696, - -45.089237 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_050_s47w076_part-9e06d7645a86.json b/current/shorelinemonitor-shorelines/items/box_050_s47w076_part-9e06d7645a86.json deleted file mode 100644 index b39a3d5710..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_050_s47w076_part-9e06d7645a86.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_050_s47w076_part-9e06d7645a86", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -75.788135, - -47.137469, - -71.865526, - -33.79445 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 125842, - "datetime": "2024-06-18T13:30:14.397696Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -71.865526, - -47.137469 - ], - [ - -71.865526, - -33.79445 - ], - [ - -75.788135, - -33.79445 - ], - [ - -75.788135, - -47.137469 - ], - [ - -71.865526, - -47.137469 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=050/s47w076_part-9e06d7645a86.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -75.788135, - -47.137469, - -71.865526, - -33.79445 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_050_s47w076_part-bef9f75d95a1.json b/current/shorelinemonitor-shorelines/items/box_050_s47w076_part-bef9f75d95a1.json deleted file mode 100644 index 62eafb8d02..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_050_s47w076_part-bef9f75d95a1.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_050_s47w076_part-bef9f75d95a1", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -75.650616, - -47.353544, - -72.707696, - -45.040841 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 24734, - "datetime": "2024-06-18T13:31:34.727810Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -72.707696, - -47.353544 - ], - [ - -72.707696, - -45.040841 - ], - [ - -75.650616, - -45.040841 - ], - [ - -75.650616, - -47.353544 - ], - [ - -72.707696, - -47.353544 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=050/s47w076_part-bef9f75d95a1.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -75.650616, - -47.353544, - -72.707696, - -45.040841 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_051_minx_-71.86_miny_-47.35_part_0.json b/current/shorelinemonitor-shorelines/items/box_051_minx_-71.86_miny_-47.35_part_0.json deleted file mode 100644 index 7dcbb0ee28..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_051_minx_-71.86_miny_-47.35_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_051_minx_-71.86_miny_-47.35_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -71.864888, - -47.353511, - -53.899188, - -33.785578 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 67912, - "datetime": "2024-03-25T14:28:45.315208Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -53.899188, - -47.353511 - ], - [ - -53.899188, - -33.785578 - ], - [ - -71.864888, - -33.785578 - ], - [ - -71.864888, - -47.353511 - ], - [ - -53.899188, - -47.353511 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=051/minx_-71.86_miny_-47.35_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -71.864888, - -47.353511, - -53.899188, - -33.785578 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_051_s47w072_part-81e4dea7d8e5.json b/current/shorelinemonitor-shorelines/items/box_051_s47w072_part-81e4dea7d8e5.json deleted file mode 100644 index 82250c702c..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_051_s47w072_part-81e4dea7d8e5.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_051_s47w072_part-81e4dea7d8e5", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -71.864888, - -47.353511, - -53.899188, - -33.785578 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 67912, - "datetime": "2024-06-18T13:31:45.258451Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -53.899188, - -47.353511 - ], - [ - -53.899188, - -33.785578 - ], - [ - -71.864888, - -33.785578 - ], - [ - -71.864888, - -47.353511 - ], - [ - -53.899188, - -47.353511 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=051/s47w072_part-81e4dea7d8e5.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -71.864888, - -47.353511, - -53.899188, - -33.785578 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_052_minx_-53.9_miny_-34.45_part_0.json b/current/shorelinemonitor-shorelines/items/box_052_minx_-53.9_miny_-34.45_part_0.json deleted file mode 100644 index 22cee5248b..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_052_minx_-53.9_miny_-34.45_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_052_minx_-53.9_miny_-34.45_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -53.898549, - -34.448937, - -53.416269, - -33.785574 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 618, - "datetime": "2024-03-25T14:29:03.324806Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -53.416269, - -34.448937 - ], - [ - -53.416269, - -33.785574 - ], - [ - -53.898549, - -33.785574 - ], - [ - -53.898549, - -34.448937 - ], - [ - -53.416269, - -34.448937 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=052/minx_-53.9_miny_-34.45_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -53.898549, - -34.448937, - -53.416269, - -33.785574 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_052_s34w054_part-d08c14d0b369.json b/current/shorelinemonitor-shorelines/items/box_052_s34w054_part-d08c14d0b369.json deleted file mode 100644 index 59e706df95..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_052_s34w054_part-d08c14d0b369.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_052_s34w054_part-d08c14d0b369", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -53.898549, - -34.448937, - -53.416269, - -33.785574 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 618, - "datetime": "2024-06-18T13:32:14.104498Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -53.416269, - -34.448937 - ], - [ - -53.416269, - -33.785574 - ], - [ - -53.898549, - -33.785574 - ], - [ - -53.898549, - -34.448937 - ], - [ - -53.416269, - -34.448937 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=052/s34w054_part-d08c14d0b369.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -53.898549, - -34.448937, - -53.416269, - -33.785574 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_054_minx_-12.63_miny_-40.49_part_0.json b/current/shorelinemonitor-shorelines/items/box_054_minx_-12.63_miny_-40.49_part_0.json deleted file mode 100644 index 744479238c..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_054_minx_-12.63_miny_-40.49_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_054_minx_-12.63_miny_-40.49_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -12.632288, - -40.487421, - -9.825755, - -36.9888 - ], - "proj:epsg": 4326, - "start_datetime": "2013-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 443, - "datetime": "2024-03-25T14:29:04.145793Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -9.825755, - -40.487421 - ], - [ - -9.825755, - -36.9888 - ], - [ - -12.632288, - -36.9888 - ], - [ - -12.632288, - -40.487421 - ], - [ - -9.825755, - -40.487421 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=054/minx_-12.63_miny_-40.49_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -12.632288, - -40.487421, - -9.825755, - -36.9888 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_054_s40w013_part-476b962913f4.json b/current/shorelinemonitor-shorelines/items/box_054_s40w013_part-476b962913f4.json deleted file mode 100644 index cdcfd33e91..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_054_s40w013_part-476b962913f4.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_054_s40w013_part-476b962913f4", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -12.632288, - -40.487421, - -9.825755, - -36.9888 - ], - "proj:epsg": 4326, - "start_datetime": "2013-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 443, - "datetime": "2024-06-18T13:32:15.201953Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -9.825755, - -40.487421 - ], - [ - -9.825755, - -36.9888 - ], - [ - -12.632288, - -36.9888 - ], - [ - -12.632288, - -40.487421 - ], - [ - -9.825755, - -40.487421 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=054/s40w013_part-476b962913f4.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -12.632288, - -40.487421, - -9.825755, - -36.9888 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_056_minx_18.25_miny_-34.94_part_0.json b/current/shorelinemonitor-shorelines/items/box_056_minx_18.25_miny_-34.94_part_0.json deleted file mode 100644 index 8aef277109..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_056_minx_18.25_miny_-34.94_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_056_minx_18.25_miny_-34.94_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 18.247364, - -34.943563, - 25.825822, - -33.785567 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 19862, - "datetime": "2024-03-25T14:29:05.087251Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 25.825822, - -34.943563 - ], - [ - 25.825822, - -33.785567 - ], - [ - 18.247364, - -33.785567 - ], - [ - 18.247364, - -34.943563 - ], - [ - 25.825822, - -34.943563 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=056/minx_18.25_miny_-34.94_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 18.247364, - -34.943563, - 25.825822, - -33.785567 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_056_s35e018_part-848bcb4d4fe6.json b/current/shorelinemonitor-shorelines/items/box_056_s35e018_part-848bcb4d4fe6.json deleted file mode 100644 index b0ee3ed41e..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_056_s35e018_part-848bcb4d4fe6.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_056_s35e018_part-848bcb4d4fe6", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 18.247364, - -34.943563, - 25.825822, - -33.785567 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 19862, - "datetime": "2024-06-18T13:32:16.124729Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 25.825822, - -34.943563 - ], - [ - 25.825822, - -33.785567 - ], - [ - 18.247364, - -33.785567 - ], - [ - 18.247364, - -34.943563 - ], - [ - 25.825822, - -34.943563 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=056/s35e018_part-848bcb4d4fe6.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 18.247364, - -34.943563, - 25.825822, - -33.785567 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_061_minx_114.82_miny_-35.17_part_0.json b/current/shorelinemonitor-shorelines/items/box_061_minx_114.82_miny_-35.17_part_0.json deleted file mode 100644 index a7c755db1c..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_061_minx_114.82_miny_-35.17_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_061_minx_114.82_miny_-35.17_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 114.816225, - -35.173427, - 123.763638, - -33.78558 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 14060, - "datetime": "2024-03-25T14:29:11.381194Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 123.763638, - -35.173427 - ], - [ - 123.763638, - -33.78558 - ], - [ - 114.816225, - -33.78558 - ], - [ - 114.816225, - -35.173427 - ], - [ - 123.763638, - -35.173427 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=061/minx_114.82_miny_-35.17_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 114.816225, - -35.173427, - 123.763638, - -33.78558 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_061_s35e115_part-0bf1ffd365d0.json b/current/shorelinemonitor-shorelines/items/box_061_s35e115_part-0bf1ffd365d0.json deleted file mode 100644 index 862cc3ceaf..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_061_s35e115_part-0bf1ffd365d0.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_061_s35e115_part-0bf1ffd365d0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 114.816225, - -35.173427, - 123.763638, - -33.78558 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 14060, - "datetime": "2024-06-18T13:32:24.155012Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 123.763638, - -35.173427 - ], - [ - 123.763638, - -33.78558 - ], - [ - 114.816225, - -33.78558 - ], - [ - 114.816225, - -35.173427 - ], - [ - 123.763638, - -35.173427 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=061/s35e115_part-0bf1ffd365d0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 114.816225, - -35.173427, - 123.763638, - -33.78558 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_062_minx_134.24_miny_-38.98_part_0.json b/current/shorelinemonitor-shorelines/items/box_062_minx_134.24_miny_-38.98_part_0.json deleted file mode 100644 index 06ef54e069..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_062_minx_134.24_miny_-38.98_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_062_minx_134.24_miny_-38.98_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 134.240203, - -38.979455, - 143.730142, - -33.78556 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 23970, - "datetime": "2024-03-25T14:29:15.623410Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 143.730142, - -38.979455 - ], - [ - 143.730142, - -33.78556 - ], - [ - 134.240203, - -33.78556 - ], - [ - 134.240203, - -38.979455 - ], - [ - 143.730142, - -38.979455 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=062/minx_134.24_miny_-38.98_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 134.240203, - -38.979455, - 143.730142, - -33.78556 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_062_s39e134_part-b54c7a04cf73.json b/current/shorelinemonitor-shorelines/items/box_062_s39e134_part-b54c7a04cf73.json deleted file mode 100644 index 9fe68005f1..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_062_s39e134_part-b54c7a04cf73.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_062_s39e134_part-b54c7a04cf73", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 134.240203, - -38.979455, - 143.730142, - -33.78556 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 23970, - "datetime": "2024-06-18T13:32:30.463952Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 143.730142, - -38.979455 - ], - [ - 143.730142, - -33.78556 - ], - [ - 134.240203, - -33.78556 - ], - [ - 134.240203, - -38.979455 - ], - [ - 143.730142, - -38.979455 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=062/s39e134_part-b54c7a04cf73.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 134.240203, - -38.979455, - 143.730142, - -33.78556 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_063_minx_143.73_miny_-43.82_part_0.json b/current/shorelinemonitor-shorelines/items/box_063_minx_143.73_miny_-43.82_part_0.json deleted file mode 100644 index 074d281214..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_063_minx_143.73_miny_-43.82_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_063_minx_143.73_miny_-43.82_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 143.73078, - -43.819038, - 151.307906, - -33.785566 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 54070, - "datetime": "2024-03-25T14:29:23.666548Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 151.307906, - -43.819038 - ], - [ - 151.307906, - -33.785566 - ], - [ - 143.73078, - -33.785566 - ], - [ - 143.73078, - -43.819038 - ], - [ - 151.307906, - -43.819038 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=063/minx_143.73_miny_-43.82_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 143.73078, - -43.819038, - 151.307906, - -33.785566 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_063_s44e144_part-e47402c494fe.json b/current/shorelinemonitor-shorelines/items/box_063_s44e144_part-e47402c494fe.json deleted file mode 100644 index 735746c9f9..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_063_s44e144_part-e47402c494fe.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_063_s44e144_part-e47402c494fe", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 143.73078, - -43.819038, - 151.307906, - -33.785566 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 54070, - "datetime": "2024-06-18T13:32:43.265196Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 151.307906, - -43.819038 - ], - [ - 151.307906, - -33.785566 - ], - [ - 143.73078, - -33.785566 - ], - [ - 143.73078, - -43.819038 - ], - [ - 151.307906, - -43.819038 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=063/s44e144_part-e47402c494fe.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 143.73078, - -43.819038, - 151.307906, - -33.785566 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_064_minx_166.19_miny_-47.07_part_0.json b/current/shorelinemonitor-shorelines/items/box_064_minx_166.19_miny_-47.07_part_0.json deleted file mode 100644 index 85d0e94b73..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_064_minx_166.19_miny_-47.07_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_064_minx_166.19_miny_-47.07_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 166.192846, - -47.074677, - 178.539892, - -34.392994 - ], - "proj:epsg": 4326, - "start_datetime": "1999-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 66791, - "datetime": "2024-03-25T14:29:40.636201Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 178.539892, - -47.074677 - ], - [ - 178.539892, - -34.392994 - ], - [ - 166.192846, - -34.392994 - ], - [ - 166.192846, - -47.074677 - ], - [ - 178.539892, - -47.074677 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=064/minx_166.19_miny_-47.07_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 166.192846, - -47.074677, - 178.539892, - -34.392994 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_064_minx_166.47_miny_-47.34_part_0.json b/current/shorelinemonitor-shorelines/items/box_064_minx_166.47_miny_-47.34_part_0.json deleted file mode 100644 index 13f4561b0d..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_064_minx_166.47_miny_-47.34_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_064_minx_166.47_miny_-47.34_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 166.471504, - -47.33986, - 176.131764, - -40.979954 - ], - "proj:epsg": 4326, - "start_datetime": "1999-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 53591, - "datetime": "2024-03-25T14:29:59.132038Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 176.131764, - -47.33986 - ], - [ - 176.131764, - -40.979954 - ], - [ - 166.471504, - -40.979954 - ], - [ - 166.471504, - -47.33986 - ], - [ - 176.131764, - -47.33986 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=064/minx_166.47_miny_-47.34_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 166.471504, - -47.33986, - 176.131764, - -40.979954 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_064_s47e166_part-d0bb975482f9.json b/current/shorelinemonitor-shorelines/items/box_064_s47e166_part-d0bb975482f9.json deleted file mode 100644 index 09743d8a9d..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_064_s47e166_part-d0bb975482f9.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_064_s47e166_part-d0bb975482f9", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 166.192846, - -47.33986, - 178.539892, - -34.392994 - ], - "proj:epsg": 4326, - "start_datetime": "1999-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 120382, - "datetime": "2024-06-18T13:33:10.757471Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 178.539892, - -47.33986 - ], - [ - 178.539892, - -34.392994 - ], - [ - 166.192846, - -34.392994 - ], - [ - 166.192846, - -47.33986 - ], - [ - 178.539892, - -47.33986 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=064/s47e166_part-d0bb975482f9.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 166.192846, - -47.33986, - 178.539892, - -34.392994 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_067_minx_-179.66_miny_-21.64_part_0.json b/current/shorelinemonitor-shorelines/items/box_067_minx_-179.66_miny_-21.64_part_0.json deleted file mode 100644 index 137b713e19..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_067_minx_-179.66_miny_-21.64_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_067_minx_-179.66_miny_-21.64_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -179.662722, - -21.642997, - -169.55741, - -17.679253 - ], - "proj:epsg": 4326, - "start_datetime": "1991-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 5015, - "datetime": "2024-03-25T14:30:17.476021Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -169.55741, - -21.642997 - ], - [ - -169.55741, - -17.679253 - ], - [ - -179.662722, - -17.679253 - ], - [ - -179.662722, - -21.642997 - ], - [ - -169.55741, - -21.642997 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=067/minx_-179.66_miny_-21.64_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -179.662722, - -21.642997, - -169.55741, - -17.679253 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_067_s22w180_part-20d49207d373.json b/current/shorelinemonitor-shorelines/items/box_067_s22w180_part-20d49207d373.json deleted file mode 100644 index b58267c86a..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_067_s22w180_part-20d49207d373.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_067_s22w180_part-20d49207d373", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -179.662722, - -21.642997, - -169.55741, - -17.679253 - ], - "proj:epsg": 4326, - "start_datetime": "1991-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 5015, - "datetime": "2024-06-18T13:34:04.212555Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -169.55741, - -21.642997 - ], - [ - -169.55741, - -17.679253 - ], - [ - -179.662722, - -17.679253 - ], - [ - -179.662722, - -21.642997 - ], - [ - -169.55741, - -21.642997 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=067/s22w180_part-20d49207d373.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -179.662722, - -21.642997, - -169.55741, - -17.679253 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_068_minx_-159.83_miny_-27.76_part_0.json b/current/shorelinemonitor-shorelines/items/box_068_minx_-159.83_miny_-27.76_part_0.json deleted file mode 100644 index a12912d00e..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_068_minx_-159.83_miny_-27.76_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_068_minx_-159.83_miny_-27.76_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -159.830942, - -27.75983, - -144.011537, - -17.679263 - ], - "proj:epsg": 4326, - "start_datetime": "1999-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 897, - "datetime": "2024-03-25T14:30:19.394287Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -144.011537, - -27.75983 - ], - [ - -144.011537, - -17.679263 - ], - [ - -159.830942, - -17.679263 - ], - [ - -159.830942, - -27.75983 - ], - [ - -144.011537, - -27.75983 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=068/minx_-159.83_miny_-27.76_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -159.830942, - -27.75983, - -144.011537, - -17.679263 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_068_s28w160_part-46335415a342.json b/current/shorelinemonitor-shorelines/items/box_068_s28w160_part-46335415a342.json deleted file mode 100644 index 7d01259376..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_068_s28w160_part-46335415a342.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_068_s28w160_part-46335415a342", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -159.830942, - -27.75983, - -144.011537, - -17.679263 - ], - "proj:epsg": 4326, - "start_datetime": "1999-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 897, - "datetime": "2024-06-18T13:34:06.637805Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -144.011537, - -27.75983 - ], - [ - -144.011537, - -17.679263 - ], - [ - -159.830942, - -17.679263 - ], - [ - -159.830942, - -27.75983 - ], - [ - -144.011537, - -27.75983 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=068/s28w160_part-46335415a342.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -159.830942, - -27.75983, - -144.011537, - -17.679263 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_070_minx_-109.48_miny_-27.21_part_0.json b/current/shorelinemonitor-shorelines/items/box_070_minx_-109.48_miny_-27.21_part_0.json deleted file mode 100644 index 64a586f009..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_070_minx_-109.48_miny_-27.21_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_070_minx_-109.48_miny_-27.21_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -109.479113, - -27.206458, - -109.227331, - -27.031213 - ], - "proj:epsg": 4326, - "start_datetime": "2001-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 34, - "datetime": "2024-03-25T14:30:20.352354Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -109.227331, - -27.206458 - ], - [ - -109.227331, - -27.031213 - ], - [ - -109.479113, - -27.031213 - ], - [ - -109.479113, - -27.206458 - ], - [ - -109.227331, - -27.206458 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=070/minx_-109.48_miny_-27.21_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -109.479113, - -27.206458, - -109.227331, - -27.031213 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_070_s27w109_part-51f085de13ce.json b/current/shorelinemonitor-shorelines/items/box_070_s27w109_part-51f085de13ce.json deleted file mode 100644 index aab8e984ee..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_070_s27w109_part-51f085de13ce.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_070_s27w109_part-51f085de13ce", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -109.479113, - -27.206458, - -109.227331, - -27.031213 - ], - "proj:epsg": 4326, - "start_datetime": "2001-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 34, - "datetime": "2024-06-18T13:34:07.719600Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -109.227331, - -27.206458 - ], - [ - -109.227331, - -27.031213 - ], - [ - -109.479113, - -27.031213 - ], - [ - -109.479113, - -27.206458 - ], - [ - -109.227331, - -27.206458 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=070/s27w109_part-51f085de13ce.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -109.479113, - -27.206458, - -109.227331, - -27.031213 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_073_minx_-71.86_miny_-33.79_part_0.json b/current/shorelinemonitor-shorelines/items/box_073_minx_-71.86_miny_-33.79_part_0.json deleted file mode 100644 index 83d04ee34f..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_073_minx_-71.86_miny_-33.79_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_073_minx_-71.86_miny_-33.79_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -71.864888, - -33.785024, - -69.900429, - -17.679271 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 46032, - "datetime": "2024-03-25T14:30:20.888579Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -69.900429, - -33.785024 - ], - [ - -69.900429, - -17.679271 - ], - [ - -71.864888, - -17.679271 - ], - [ - -71.864888, - -33.785024 - ], - [ - -69.900429, - -33.785024 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=073/minx_-71.86_miny_-33.79_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -71.864888, - -33.785024, - -69.900429, - -17.679271 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_073_s34w072_part-7c0ebe523a38.json b/current/shorelinemonitor-shorelines/items/box_073_s34w072_part-7c0ebe523a38.json deleted file mode 100644 index 286f4f048e..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_073_s34w072_part-7c0ebe523a38.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_073_s34w072_part-7c0ebe523a38", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -71.864888, - -33.785024, - -69.900429, - -17.679271 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 46032, - "datetime": "2024-06-18T13:34:08.350414Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -69.900429, - -33.785024 - ], - [ - -69.900429, - -17.679271 - ], - [ - -71.864888, - -17.679271 - ], - [ - -71.864888, - -33.785024 - ], - [ - -69.900429, - -33.785024 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=073/s34w072_part-7c0ebe523a38.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -71.864888, - -33.785024, - -69.900429, - -17.679271 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_074_minx_-53.62_miny_-33.79_part_0.json b/current/shorelinemonitor-shorelines/items/box_074_minx_-53.62_miny_-33.79_part_0.json deleted file mode 100644 index d784a2c84a..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_074_minx_-53.62_miny_-33.79_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_074_minx_-53.62_miny_-33.79_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -53.617891, - -33.785015, - -39.135563, - -17.679253 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 76635, - "datetime": "2024-03-25T14:30:33.402802Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -39.135563, - -33.785015 - ], - [ - -39.135563, - -17.679253 - ], - [ - -53.617891, - -17.679253 - ], - [ - -53.617891, - -33.785015 - ], - [ - -39.135563, - -33.785015 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=074/minx_-53.62_miny_-33.79_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -53.617891, - -33.785015, - -39.135563, - -17.679253 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_074_s34w054_part-7608642a35e8.json b/current/shorelinemonitor-shorelines/items/box_074_s34w054_part-7608642a35e8.json deleted file mode 100644 index 25243ba701..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_074_s34w054_part-7608642a35e8.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_074_s34w054_part-7608642a35e8", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -53.617891, - -33.785015, - -39.135563, - -17.679253 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 76635, - "datetime": "2024-06-18T13:34:26.342685Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -39.135563, - -33.785015 - ], - [ - -39.135563, - -17.679253 - ], - [ - -53.617891, - -17.679253 - ], - [ - -53.617891, - -33.785015 - ], - [ - -39.135563, - -33.785015 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=074/s34w054_part-7608642a35e8.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -53.617891, - -33.785015, - -39.135563, - -17.679253 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_077_minx_11.51_miny_-33.3_part_0.json b/current/shorelinemonitor-shorelines/items/box_077_minx_11.51_miny_-33.3_part_0.json deleted file mode 100644 index b4f7002e4b..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_077_minx_11.51_miny_-33.3_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_077_minx_11.51_miny_-33.3_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 11.510006, - -33.301869, - 17.965971, - -17.679261 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 20129, - "datetime": "2024-03-25T14:30:54.710619Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 17.965971, - -33.301869 - ], - [ - 17.965971, - -17.679261 - ], - [ - 11.510006, - -17.679261 - ], - [ - 11.510006, - -33.301869 - ], - [ - 17.965971, - -33.301869 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=077/minx_11.51_miny_-33.3_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 11.510006, - -33.301869, - 17.965971, - -17.679261 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_077_s33e012_part-b0839734fbb3.json b/current/shorelinemonitor-shorelines/items/box_077_s33e012_part-b0839734fbb3.json deleted file mode 100644 index 3443cd1fb5..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_077_s33e012_part-b0839734fbb3.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_077_s33e012_part-b0839734fbb3", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 11.510006, - -33.301869, - 17.965971, - -17.679261 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 20129, - "datetime": "2024-06-18T13:34:57.529216Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 17.965971, - -33.301869 - ], - [ - 17.965971, - -17.679261 - ], - [ - 11.510006, - -17.679261 - ], - [ - 11.510006, - -33.301869 - ], - [ - 17.965971, - -33.301869 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=077/s33e012_part-b0839734fbb3.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 11.510006, - -33.301869, - 17.965971, - -17.679261 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_078_minx_17.97_miny_-33.79_part_0.json b/current/shorelinemonitor-shorelines/items/box_078_minx_17.97_miny_-33.79_part_0.json deleted file mode 100644 index 33b2b6be2b..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_078_minx_17.97_miny_-33.79_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_078_minx_17.97_miny_-33.79_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 17.966609, - -33.785024, - 35.932308, - -18.748316 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 46350, - "datetime": "2024-03-25T14:31:00.153911Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 35.932308, - -33.785024 - ], - [ - 35.932308, - -18.748316 - ], - [ - 17.966609, - -18.748316 - ], - [ - 17.966609, - -33.785024 - ], - [ - 35.932308, - -33.785024 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=078/minx_17.97_miny_-33.79_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 17.966609, - -33.785024, - 35.932308, - -18.748316 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_078_s34e018_part-1872423bb1fb.json b/current/shorelinemonitor-shorelines/items/box_078_s34e018_part-1872423bb1fb.json deleted file mode 100644 index 1dd7203304..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_078_s34e018_part-1872423bb1fb.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_078_s34e018_part-1872423bb1fb", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 17.966609, - -33.785024, - 35.932308, - -18.748316 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 46350, - "datetime": "2024-06-18T13:35:05.481361Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 35.932308, - -33.785024 - ], - [ - 35.932308, - -18.748316 - ], - [ - 17.966609, - -18.748316 - ], - [ - 17.966609, - -33.785024 - ], - [ - 35.932308, - -33.785024 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=078/s34e018_part-1872423bb1fb.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 17.966609, - -33.785024, - 35.932308, - -18.748316 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_079_minx_35.93_miny_-25.61_part_0.json b/current/shorelinemonitor-shorelines/items/box_079_minx_35.93_miny_-25.61_part_0.json deleted file mode 100644 index 86ef67c63f..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_079_minx_35.93_miny_-25.61_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_079_minx_35.93_miny_-25.61_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 35.932946, - -25.607262, - 49.687697, - -17.679252 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 38039, - "datetime": "2024-03-25T14:31:16.247073Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 49.687697, - -25.607262 - ], - [ - 49.687697, - -17.679252 - ], - [ - 35.932946, - -17.679252 - ], - [ - 35.932946, - -25.607262 - ], - [ - 49.687697, - -25.607262 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=079/minx_35.93_miny_-25.61_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 35.932946, - -25.607262, - 49.687697, - -17.679252 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_079_s26e036_part-1d5616f4e8db.json b/current/shorelinemonitor-shorelines/items/box_079_s26e036_part-1d5616f4e8db.json deleted file mode 100644 index 4bf915c1c6..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_079_s26e036_part-1d5616f4e8db.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_079_s26e036_part-1d5616f4e8db", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 35.932946, - -25.607262, - 49.687697, - -17.679252 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 38039, - "datetime": "2024-06-18T13:35:29.429987Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 49.687697, - -25.607262 - ], - [ - 49.687697, - -17.679252 - ], - [ - 35.932946, - -17.679252 - ], - [ - 35.932946, - -25.607262 - ], - [ - 49.687697, - -25.607262 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=079/s26e036_part-1d5616f4e8db.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 35.932946, - -25.607262, - 49.687697, - -17.679252 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_080_minx_55.02_miny_-21.64_part_0.json b/current/shorelinemonitor-shorelines/items/box_080_minx_55.02_miny_-21.64_part_0.json deleted file mode 100644 index 93bbb7bf02..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_080_minx_55.02_miny_-21.64_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_080_minx_55.02_miny_-21.64_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 55.022117, - -21.642994, - 63.723936, - -19.541486 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 2667, - "datetime": "2024-03-25T14:31:26.983260Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 63.723936, - -21.642994 - ], - [ - 63.723936, - -19.541486 - ], - [ - 55.022117, - -19.541486 - ], - [ - 55.022117, - -21.642994 - ], - [ - 63.723936, - -21.642994 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=080/minx_55.02_miny_-21.64_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 55.022117, - -21.642994, - 63.723936, - -19.541486 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_080_s22e055_part-26c4a29e36e3.json b/current/shorelinemonitor-shorelines/items/box_080_s22e055_part-26c4a29e36e3.json deleted file mode 100644 index d8a9c35339..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_080_s22e055_part-26c4a29e36e3.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_080_s22e055_part-26c4a29e36e3", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 55.022117, - -21.642994, - 63.723936, - -19.541486 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 2667, - "datetime": "2024-06-18T13:35:57.550190Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 63.723936, - -21.642994 - ], - [ - 63.723936, - -19.541486 - ], - [ - 55.022117, - -19.541486 - ], - [ - 55.022117, - -21.642994 - ], - [ - 63.723936, - -21.642994 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=080/s22e055_part-26c4a29e36e3.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 55.022117, - -21.642994, - 63.723936, - -19.541486 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_083_minx_112.92_miny_-33.79_part_0.json b/current/shorelinemonitor-shorelines/items/box_083_minx_112.92_miny_-33.79_part_0.json deleted file mode 100644 index 5083290fe0..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_083_minx_112.92_miny_-33.79_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_083_minx_112.92_miny_-33.79_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 112.920752, - -33.78502, - 125.763805, - -17.679255 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 44951, - "datetime": "2024-03-25T14:31:28.425968Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 125.763805, - -33.78502 - ], - [ - 125.763805, - -17.679255 - ], - [ - 112.920752, - -17.679255 - ], - [ - 112.920752, - -33.78502 - ], - [ - 125.763805, - -33.78502 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=083/minx_112.92_miny_-33.79_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 112.920752, - -33.78502, - 125.763805, - -17.679255 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_083_s34e113_part-fbcd0e1c4269.json b/current/shorelinemonitor-shorelines/items/box_083_s34e113_part-fbcd0e1c4269.json deleted file mode 100644 index 9395718ea0..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_083_s34e113_part-fbcd0e1c4269.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_083_s34e113_part-fbcd0e1c4269", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 112.920752, - -33.78502, - 125.763805, - -17.679255 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 44951, - "datetime": "2024-06-18T13:35:59.661069Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 125.763805, - -33.78502 - ], - [ - 125.763805, - -17.679255 - ], - [ - 112.920752, - -17.679255 - ], - [ - 112.920752, - -33.78502 - ], - [ - 125.763805, - -33.78502 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=083/s34e113_part-fbcd0e1c4269.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 112.920752, - -33.78502, - 125.763805, - -17.679255 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_084_minx_125.76_miny_-33.79_part_0.json b/current/shorelinemonitor-shorelines/items/box_084_minx_125.76_miny_-33.79_part_0.json deleted file mode 100644 index 25465bdd55..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_084_minx_125.76_miny_-33.79_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_084_minx_125.76_miny_-33.79_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 125.764444, - -33.785024, - 140.642216, - -17.67925 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 13800, - "datetime": "2024-03-25T14:31:40.434085Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 140.642216, - -33.785024 - ], - [ - 140.642216, - -17.67925 - ], - [ - 125.764444, - -17.67925 - ], - [ - 125.764444, - -33.785024 - ], - [ - 140.642216, - -33.785024 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=084/minx_125.76_miny_-33.79_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 125.764444, - -33.785024, - 140.642216, - -17.67925 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_084_s34e126_part-283baec2cebe.json b/current/shorelinemonitor-shorelines/items/box_084_s34e126_part-283baec2cebe.json deleted file mode 100644 index b46cd638f4..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_084_s34e126_part-283baec2cebe.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_084_s34e126_part-283baec2cebe", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 125.764444, - -33.785024, - 140.642216, - -17.67925 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 13800, - "datetime": "2024-06-18T13:36:19.054324Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 140.642216, - -33.785024 - ], - [ - 140.642216, - -17.67925 - ], - [ - 125.764444, - -17.67925 - ], - [ - 125.764444, - -33.785024 - ], - [ - 140.642216, - -33.785024 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=084/s34e126_part-283baec2cebe.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 125.764444, - -33.785024, - 140.642216, - -17.67925 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_085_minx_145.98_miny_-33.79_part_0.json b/current/shorelinemonitor-shorelines/items/box_085_minx_145.98_miny_-33.79_part_0.json deleted file mode 100644 index 30b789d44a..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_085_minx_145.98_miny_-33.79_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_085_minx_145.98_miny_-33.79_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 145.976537, - -33.785018, - 153.638496, - -17.679282 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 43525, - "datetime": "2024-03-25T14:31:44.297501Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 153.638496, - -33.785018 - ], - [ - 153.638496, - -17.679282 - ], - [ - 145.976537, - -17.679282 - ], - [ - 145.976537, - -33.785018 - ], - [ - 153.638496, - -33.785018 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=085/minx_145.98_miny_-33.79_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 145.976537, - -33.785018, - 153.638496, - -17.679282 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_085_s34e146_part-d35dc07b7ca5.json b/current/shorelinemonitor-shorelines/items/box_085_s34e146_part-d35dc07b7ca5.json deleted file mode 100644 index 157d8dd9a0..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_085_s34e146_part-d35dc07b7ca5.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_085_s34e146_part-d35dc07b7ca5", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 145.976537, - -33.785018, - 153.638496, - -17.679282 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 43525, - "datetime": "2024-06-18T13:36:26.176964Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 153.638496, - -33.785018 - ], - [ - 153.638496, - -17.679282 - ], - [ - 145.976537, - -17.679282 - ], - [ - 145.976537, - -33.785018 - ], - [ - 153.638496, - -33.785018 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=085/s34e146_part-d35dc07b7ca5.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 145.976537, - -33.785018, - 153.638496, - -17.679282 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_086_minx_163.38_miny_-22.94_part_0.json b/current/shorelinemonitor-shorelines/items/box_086_minx_163.38_miny_-22.94_part_0.json deleted file mode 100644 index 7306c7d339..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_086_minx_163.38_miny_-22.94_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_086_minx_163.38_miny_-22.94_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 163.381363, - -22.94168, - 179.66272, - -17.67925 - ], - "proj:epsg": 4326, - "start_datetime": "1990-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 27213, - "datetime": "2024-03-25T14:32:01.099052Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 179.66272, - -22.94168 - ], - [ - 179.66272, - -17.67925 - ], - [ - 163.381363, - -17.67925 - ], - [ - 163.381363, - -22.94168 - ], - [ - 179.66272, - -22.94168 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=086/minx_163.38_miny_-22.94_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 163.381363, - -22.94168, - 179.66272, - -17.67925 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_086_s23e163_part-0a0265db326d.json b/current/shorelinemonitor-shorelines/items/box_086_s23e163_part-0a0265db326d.json deleted file mode 100644 index ed42e2514d..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_086_s23e163_part-0a0265db326d.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_086_s23e163_part-0a0265db326d", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 163.381363, - -22.94168, - 179.66272, - -17.67925 - ], - "proj:epsg": 4326, - "start_datetime": "1990-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 27213, - "datetime": "2024-06-18T13:36:50.359561Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 179.66272, - -22.94168 - ], - [ - 179.66272, - -17.67925 - ], - [ - 163.381363, - -17.67925 - ], - [ - 163.381363, - -22.94168 - ], - [ - 179.66272, - -22.94168 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=086/s23e163_part-0a0265db326d.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 163.381363, - -22.94168, - 179.66272, - -17.67925 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_089_minx_-179.66_miny_-17.47_part_0.json b/current/shorelinemonitor-shorelines/items/box_089_minx_-179.66_miny_-17.47_part_0.json deleted file mode 100644 index a3a9091276..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_089_minx_-179.66_miny_-17.47_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_089_minx_-179.66_miny_-17.47_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -179.662722, - -17.472298, - -170.399577, - -2.525973 - ], - "proj:epsg": 4326, - "start_datetime": "1991-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 3379, - "datetime": "2024-03-25T14:32:09.042254Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -170.399577, - -17.472298 - ], - [ - -170.399577, - -2.525973 - ], - [ - -179.662722, - -2.525973 - ], - [ - -179.662722, - -17.472298 - ], - [ - -170.399577, - -17.472298 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=089/minx_-179.66_miny_-17.47_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -179.662722, - -17.472298, - -170.399577, - -2.525973 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_089_s17w180_part-816428e11469.json b/current/shorelinemonitor-shorelines/items/box_089_s17w180_part-816428e11469.json deleted file mode 100644 index 6d8931d369..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_089_s17w180_part-816428e11469.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_089_s17w180_part-816428e11469", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -179.662722, - -17.472298, - -170.399577, - -2.525973 - ], - "proj:epsg": 4326, - "start_datetime": "1991-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 3379, - "datetime": "2024-06-18T13:37:00.315701Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -170.399577, - -17.472298 - ], - [ - -170.399577, - -2.525973 - ], - [ - -179.662722, - -2.525973 - ], - [ - -179.662722, - -17.472298 - ], - [ - -170.399577, - -17.472298 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=089/s17w180_part-816428e11469.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -179.662722, - -17.472298, - -170.399577, - -2.525973 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_090_minx_-154.96_miny_-17.68_part_0.json b/current/shorelinemonitor-shorelines/items/box_090_minx_-154.96_miny_-17.68_part_0.json deleted file mode 100644 index 40fedffd2d..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_090_minx_-154.96_miny_-17.68_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_090_minx_-154.96_miny_-17.68_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -154.959116, - -17.678657, - -143.730786, - -14.170502 - ], - "proj:epsg": 4326, - "start_datetime": "1999-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 5898, - "datetime": "2024-03-25T14:32:10.835991Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -143.730786, - -17.678657 - ], - [ - -143.730786, - -14.170502 - ], - [ - -154.959116, - -14.170502 - ], - [ - -154.959116, - -17.678657 - ], - [ - -143.730786, - -17.678657 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=090/minx_-154.96_miny_-17.68_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -154.959116, - -17.678657, - -143.730786, - -14.170502 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_090_s18w155_part-0a69ebeb3eb4.json b/current/shorelinemonitor-shorelines/items/box_090_s18w155_part-0a69ebeb3eb4.json deleted file mode 100644 index 45d71094af..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_090_s18w155_part-0a69ebeb3eb4.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_090_s18w155_part-0a69ebeb3eb4", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -154.959116, - -17.678657, - -143.730786, - -14.170502 - ], - "proj:epsg": 4326, - "start_datetime": "1999-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 5898, - "datetime": "2024-06-18T13:37:02.228156Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -143.730786, - -17.678657 - ], - [ - -143.730786, - -14.170502 - ], - [ - -154.959116, - -14.170502 - ], - [ - -154.959116, - -17.678657 - ], - [ - -143.730786, - -17.678657 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=090/s18w155_part-0a69ebeb3eb4.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -154.959116, - -17.678657, - -143.730786, - -14.170502 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_091_minx_-143.73_miny_-17.68_part_0.json b/current/shorelinemonitor-shorelines/items/box_091_minx_-143.73_miny_-17.68_part_0.json deleted file mode 100644 index de124077f0..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_091_minx_-143.73_miny_-17.68_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_091_minx_-143.73_miny_-17.68_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -143.730142, - -17.678542, - -138.303102, - -7.836029 - ], - "proj:epsg": 4326, - "start_datetime": "1999-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 5210, - "datetime": "2024-03-25T14:32:13.114587Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -138.303102, - -17.678542 - ], - [ - -138.303102, - -7.836029 - ], - [ - -143.730142, - -7.836029 - ], - [ - -143.730142, - -17.678542 - ], - [ - -138.303102, - -17.678542 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=091/minx_-143.73_miny_-17.68_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -143.730142, - -17.678542, - -138.303102, - -7.836029 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_091_s18w144_part-2c8a34601939.json b/current/shorelinemonitor-shorelines/items/box_091_s18w144_part-2c8a34601939.json deleted file mode 100644 index ea4d61aeab..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_091_s18w144_part-2c8a34601939.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_091_s18w144_part-2c8a34601939", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -143.730142, - -17.678542, - -138.303102, - -7.836029 - ], - "proj:epsg": 4326, - "start_datetime": "1999-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 5210, - "datetime": "2024-06-18T13:37:04.905651Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -138.303102, - -17.678542 - ], - [ - -138.303102, - -7.836029 - ], - [ - -143.730142, - -7.836029 - ], - [ - -143.730142, - -17.678542 - ], - [ - -138.303102, - -17.678542 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=091/s18w144_part-2c8a34601939.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -143.730142, - -17.678542, - -138.303102, - -7.836029 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_093_minx_-91.8_miny_-1.4_part_0.json b/current/shorelinemonitor-shorelines/items/box_093_minx_-91.8_miny_-1.4_part_0.json deleted file mode 100644 index fc394b6c96..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_093_minx_-91.8_miny_-1.4_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_093_minx_-91.8_miny_-1.4_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -91.796226, - -1.40313, - -90.11262, - -0.000368 - ], - "proj:epsg": 4326, - "start_datetime": "1985-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 5539, - "datetime": "2024-03-25T14:32:15.177047Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -90.11262, - -1.40313 - ], - [ - -90.11262, - -0.000368 - ], - [ - -91.796226, - -0.000368 - ], - [ - -91.796226, - -1.40313 - ], - [ - -90.11262, - -1.40313 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=093/minx_-91.8_miny_-1.4_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -91.796226, - -1.40313, - -90.11262, - -0.000368 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_093_s01w092_part-f1542a85fb61.json b/current/shorelinemonitor-shorelines/items/box_093_s01w092_part-f1542a85fb61.json deleted file mode 100644 index 199cc2b85e..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_093_s01w092_part-f1542a85fb61.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_093_s01w092_part-f1542a85fb61", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -91.796226, - -1.40313, - -90.11262, - -0.000368 - ], - "proj:epsg": 4326, - "start_datetime": "1985-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 5539, - "datetime": "2024-06-18T13:37:07.282427Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -90.11262, - -1.40313 - ], - [ - -90.11262, - -0.000368 - ], - [ - -91.796226, - -0.000368 - ], - [ - -91.796226, - -1.40313 - ], - [ - -90.11262, - -1.40313 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=093/s01w092_part-f1542a85fb61.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -91.796226, - -1.40313, - -90.11262, - -0.000368 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_094_minx_-89.83_miny_-17.41_part_0.json b/current/shorelinemonitor-shorelines/items/box_094_minx_-89.83_miny_-17.41_part_0.json deleted file mode 100644 index 2604d3104c..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_094_minx_-89.83_miny_-17.41_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_094_minx_-89.83_miny_-17.41_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -89.831225, - -17.411011, - -71.865527, - -0.000368 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 65356, - "datetime": "2024-03-25T14:32:17.287952Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -71.865527, - -17.411011 - ], - [ - -71.865527, - -0.000368 - ], - [ - -89.831225, - -0.000368 - ], - [ - -89.831225, - -17.411011 - ], - [ - -71.865527, - -17.411011 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=094/minx_-89.83_miny_-17.41_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -89.831225, - -17.411011, - -71.865527, - -0.000368 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_094_s17w090_part-cf9582b8fc69.json b/current/shorelinemonitor-shorelines/items/box_094_s17w090_part-cf9582b8fc69.json deleted file mode 100644 index cf0b60c3e1..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_094_s17w090_part-cf9582b8fc69.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_094_s17w090_part-cf9582b8fc69", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -89.831225, - -17.411011, - -71.865527, - -0.000368 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 65356, - "datetime": "2024-06-18T13:37:10.213372Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -71.865527, - -17.411011 - ], - [ - -71.865527, - -0.000368 - ], - [ - -89.831225, - -0.000368 - ], - [ - -89.831225, - -17.411011 - ], - [ - -71.865527, - -17.411011 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=094/s17w090_part-cf9582b8fc69.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -89.831225, - -17.411011, - -71.865527, - -0.000368 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_095_minx_-71.86_miny_-17.68_part_0.json b/current/shorelinemonitor-shorelines/items/box_095_minx_-71.86_miny_-17.68_part_0.json deleted file mode 100644 index ef5ff95a4f..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_095_minx_-71.86_miny_-17.68_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_095_minx_-71.86_miny_-17.68_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -71.864888, - -17.678658, - -71.023355, - -16.875099 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 4002, - "datetime": "2024-03-25T14:32:33.796348Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -71.023355, - -17.678658 - ], - [ - -71.023355, - -16.875099 - ], - [ - -71.864888, - -16.875099 - ], - [ - -71.864888, - -17.678658 - ], - [ - -71.023355, - -17.678658 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=095/minx_-71.86_miny_-17.68_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -71.864888, - -17.678658, - -71.023355, - -16.875099 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_095_s18w072_part-cd2d5ba63927.json b/current/shorelinemonitor-shorelines/items/box_095_s18w072_part-cd2d5ba63927.json deleted file mode 100644 index 31f6d39bca..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_095_s18w072_part-cd2d5ba63927.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_095_s18w072_part-cd2d5ba63927", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -71.864888, - -17.678658, - -71.023355, - -16.875099 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 4002, - "datetime": "2024-06-18T13:37:33.127490Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -71.023355, - -17.678658 - ], - [ - -71.023355, - -16.875099 - ], - [ - -71.864888, - -16.875099 - ], - [ - -71.864888, - -17.678658 - ], - [ - -71.023355, - -17.678658 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=095/s18w072_part-cd2d5ba63927.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -71.864888, - -17.678658, - -71.023355, - -16.875099 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_096_minx_-51.09_miny_-17.68_part_0.json b/current/shorelinemonitor-shorelines/items/box_096_minx_-51.09_miny_-17.68_part_0.json deleted file mode 100644 index 1cd34c96d5..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_096_minx_-51.09_miny_-17.68_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_096_minx_-51.09_miny_-17.68_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -51.091379, - -17.678657, - -35.932946, - -0.000368 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 122599, - "datetime": "2024-03-25T14:32:35.203547Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -35.932946, - -17.678657 - ], - [ - -35.932946, - -0.000368 - ], - [ - -51.091379, - -0.000368 - ], - [ - -51.091379, - -17.678657 - ], - [ - -35.932946, - -17.678657 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=096/minx_-51.09_miny_-17.68_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -51.091379, - -17.678657, - -35.932946, - -0.000368 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_096_s15w051_part-74804637a509.json b/current/shorelinemonitor-shorelines/items/box_096_s15w051_part-74804637a509.json deleted file mode 100644 index 203ba45b2d..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_096_s15w051_part-74804637a509.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_096_s15w051_part-74804637a509", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -51.091379, - -15.255956, - -35.932946, - -0.000368 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 113977, - "datetime": "2024-06-18T13:37:34.835339Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -35.932946, - -15.255956 - ], - [ - -35.932946, - -0.000368 - ], - [ - -51.091379, - -0.000368 - ], - [ - -51.091379, - -15.255956 - ], - [ - -35.932946, - -15.255956 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=096/s15w051_part-74804637a509.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -51.091379, - -15.255956, - -35.932946, - -0.000368 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_096_s18w039_part-2d5d8360a247.json b/current/shorelinemonitor-shorelines/items/box_096_s18w039_part-2d5d8360a247.json deleted file mode 100644 index 8251204d52..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_096_s18w039_part-2d5d8360a247.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_096_s18w039_part-2d5d8360a247", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -39.300991, - -17.678657, - -38.787645, - -13.898225 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 8622, - "datetime": "2024-06-18T13:38:29.509008Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -38.787645, - -17.678657 - ], - [ - -38.787645, - -13.898225 - ], - [ - -39.300991, - -13.898225 - ], - [ - -39.300991, - -17.678657 - ], - [ - -38.787645, - -17.678657 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=096/s18w039_part-2d5d8360a247.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -39.300991, - -17.678657, - -38.787645, - -13.898225 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_097_minx_-35.93_miny_-9.9_part_0.json b/current/shorelinemonitor-shorelines/items/box_097_minx_-35.93_miny_-9.9_part_0.json deleted file mode 100644 index 9b5f08b1e1..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_097_minx_-35.93_miny_-9.9_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_097_minx_-35.93_miny_-9.9_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -35.932308, - -9.896363, - -34.529361, - -4.782549 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 17443, - "datetime": "2024-03-25T14:33:16.709461Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -34.529361, - -9.896363 - ], - [ - -34.529361, - -4.782549 - ], - [ - -35.932308, - -4.782549 - ], - [ - -35.932308, - -9.896363 - ], - [ - -34.529361, - -9.896363 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=097/minx_-35.93_miny_-9.9_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -35.932308, - -9.896363, - -34.529361, - -4.782549 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_097_s10w036_part-d85c1f3ae433.json b/current/shorelinemonitor-shorelines/items/box_097_s10w036_part-d85c1f3ae433.json deleted file mode 100644 index e92a148eca..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_097_s10w036_part-d85c1f3ae433.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_097_s10w036_part-d85c1f3ae433", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -35.932308, - -9.896363, - -34.529361, - -4.782549 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 17443, - "datetime": "2024-06-18T13:38:33.104586Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -34.529361, - -9.896363 - ], - [ - -34.529361, - -4.782549 - ], - [ - -35.932308, - -4.782549 - ], - [ - -35.932308, - -9.896363 - ], - [ - -34.529361, - -9.896363 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=097/s10w036_part-d85c1f3ae433.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -35.932308, - -9.896363, - -34.529361, - -4.782549 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_099_minx_8.42_miny_-17.68_part_0.json b/current/shorelinemonitor-shorelines/items/box_099_minx_8.42_miny_-17.68_part_0.json deleted file mode 100644 index 2cdb4a48cb..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_099_minx_8.42_miny_-17.68_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_099_minx_8.42_miny_-17.68_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 8.422073, - -17.678655, - 14.035873, - -0.000368 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 48767, - "datetime": "2024-03-25T14:33:21.586505Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 14.035873, - -17.678655 - ], - [ - 14.035873, - -0.000368 - ], - [ - 8.422073, - -0.000368 - ], - [ - 8.422073, - -17.678655 - ], - [ - 14.035873, - -17.678655 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=099/minx_8.42_miny_-17.68_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 8.422073, - -17.678655, - 14.035873, - -0.000368 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_099_s18e008_part-3a3ebe80d856.json b/current/shorelinemonitor-shorelines/items/box_099_s18e008_part-3a3ebe80d856.json deleted file mode 100644 index bbd0842041..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_099_s18e008_part-3a3ebe80d856.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_099_s18e008_part-3a3ebe80d856", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 8.422073, - -17.678655, - 14.035873, - -0.000368 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 48767, - "datetime": "2024-06-18T13:38:39.910512Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 14.035873, - -17.678655 - ], - [ - 14.035873, - -0.000368 - ], - [ - 8.422073, - -0.000368 - ], - [ - 8.422073, - -17.678655 - ], - [ - 14.035873, - -17.678655 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=099/s18e008_part-3a3ebe80d856.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 8.422073, - -17.678655, - 14.035873, - -0.000368 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_101_minx_37.06_miny_-17.68_part_0.json b/current/shorelinemonitor-shorelines/items/box_101_minx_37.06_miny_-17.68_part_0.json deleted file mode 100644 index 9a01a828ce..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_101_minx_37.06_miny_-17.68_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_101_minx_37.06_miny_-17.68_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 37.055776, - -17.678658, - 50.205109, - -0.000368 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 87503, - "datetime": "2024-03-25T14:33:37.869369Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 50.205109, - -17.678658 - ], - [ - 50.205109, - -0.000368 - ], - [ - 37.055776, - -0.000368 - ], - [ - 37.055776, - -17.678658 - ], - [ - 50.205109, - -17.678658 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=101/minx_37.06_miny_-17.68_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 37.055776, - -17.678658, - 50.205109, - -0.000368 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_101_minx_45.0_miny_-17.68_part_0.json b/current/shorelinemonitor-shorelines/items/box_101_minx_45.0_miny_-17.68_part_0.json deleted file mode 100644 index 480f030bba..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_101_minx_45.0_miny_-17.68_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_101_minx_45.0_miny_-17.68_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 45.000317, - -17.678657, - 50.529964, - -12.554773 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 32307, - "datetime": "2024-03-25T14:34:11.687452Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 50.529964, - -17.678657 - ], - [ - 50.529964, - -12.554773 - ], - [ - 45.000317, - -12.554773 - ], - [ - 45.000317, - -17.678657 - ], - [ - 50.529964, - -17.678657 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=101/minx_45.0_miny_-17.68_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 45.000317, - -17.678657, - 50.529964, - -12.554773 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_101_s18e037_part-956a8e8901c8.json b/current/shorelinemonitor-shorelines/items/box_101_s18e037_part-956a8e8901c8.json deleted file mode 100644 index 89ddca989e..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_101_s18e037_part-956a8e8901c8.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_101_s18e037_part-956a8e8901c8", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 37.055776, - -17.678658, - 50.529964, - -0.000368 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 119810, - "datetime": "2024-06-18T13:39:01.405168Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 50.529964, - -17.678658 - ], - [ - 50.529964, - -0.000368 - ], - [ - 37.055776, - -0.000368 - ], - [ - 37.055776, - -17.678658 - ], - [ - 50.529964, - -17.678658 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=101/s18e037_part-956a8e8901c8.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 37.055776, - -17.678658, - 50.529964, - -0.000368 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_102_minx_55.3_miny_-5.05_part_0.json b/current/shorelinemonitor-shorelines/items/box_102_minx_55.3_miny_-5.05_part_0.json deleted file mode 100644 index 6d63dd96a9..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_102_minx_55.3_miny_-5.05_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_102_minx_55.3_miny_-5.05_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 55.30287, - -5.046153, - 55.856428, - -4.276438 - ], - "proj:epsg": 4326, - "start_datetime": "1999-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 484, - "datetime": "2024-03-25T14:34:21.165795Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 55.856428, - -5.046153 - ], - [ - 55.856428, - -4.276438 - ], - [ - 55.30287, - -4.276438 - ], - [ - 55.30287, - -5.046153 - ], - [ - 55.856428, - -5.046153 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=102/minx_55.3_miny_-5.05_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 55.30287, - -5.046153, - 55.856428, - -4.276438 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_102_s05e055_part-9d2c83f2667b.json b/current/shorelinemonitor-shorelines/items/box_102_s05e055_part-9d2c83f2667b.json deleted file mode 100644 index 3a4fb5ae92..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_102_s05e055_part-9d2c83f2667b.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_102_s05e055_part-9d2c83f2667b", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 55.30287, - -5.046153, - 55.856428, - -4.276438 - ], - "proj:epsg": 4326, - "start_datetime": "1999-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 484, - "datetime": "2024-06-18T13:39:58.783055Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 55.856428, - -5.046153 - ], - [ - 55.856428, - -4.276438 - ], - [ - 55.30287, - -4.276438 - ], - [ - 55.30287, - -5.046153 - ], - [ - 55.856428, - -5.046153 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=102/s05e055_part-9d2c83f2667b.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 55.30287, - -5.046153, - 55.856428, - -4.276438 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_103_minx_72.15_miny_-7.56_part_0.json b/current/shorelinemonitor-shorelines/items/box_103_minx_72.15_miny_-7.56_part_0.json deleted file mode 100644 index 40617978c7..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_103_minx_72.15_miny_-7.56_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_103_minx_72.15_miny_-7.56_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 72.146281, - -7.557237, - 73.268473, - -0.281026 - ], - "proj:epsg": 4326, - "start_datetime": "1999-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 975, - "datetime": "2024-03-25T14:34:22.043705Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 73.268473, - -7.557237 - ], - [ - 73.268473, - -0.281026 - ], - [ - 72.146281, - -0.281026 - ], - [ - 72.146281, - -7.557237 - ], - [ - 73.268473, - -7.557237 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=103/minx_72.15_miny_-7.56_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 72.146281, - -7.557237, - 73.268473, - -0.281026 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_103_s08e072_part-083a97938060.json b/current/shorelinemonitor-shorelines/items/box_103_s08e072_part-083a97938060.json deleted file mode 100644 index e2c16bbc7d..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_103_s08e072_part-083a97938060.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_103_s08e072_part-083a97938060", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 72.146281, - -7.557237, - 73.268473, - -0.281026 - ], - "proj:epsg": 4326, - "start_datetime": "1999-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 975, - "datetime": "2024-06-18T13:39:59.660917Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 73.268473, - -7.557237 - ], - [ - 73.268473, - -0.281026 - ], - [ - 72.146281, - -0.281026 - ], - [ - 72.146281, - -7.557237 - ], - [ - 73.268473, - -7.557237 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=103/s08e072_part-083a97938060.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 72.146281, - -7.557237, - 73.268473, - -0.281026 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_104_minx_98.25_miny_-7.82_part_0.json b/current/shorelinemonitor-shorelines/items/box_104_minx_98.25_miny_-7.82_part_0.json deleted file mode 100644 index 356697e387..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_104_minx_98.25_miny_-7.82_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_104_minx_98.25_miny_-7.82_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 98.253569, - -7.824116, - 107.797467, - -0.000368 - ], - "proj:epsg": 4326, - "start_datetime": "1987-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 56057, - "datetime": "2024-03-25T14:34:22.984480Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.797467, - -7.824116 - ], - [ - 107.797467, - -0.000368 - ], - [ - 98.253569, - -0.000368 - ], - [ - 98.253569, - -7.824116 - ], - [ - 107.797467, - -7.824116 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=104/minx_98.25_miny_-7.82_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 98.253569, - -7.824116, - 107.797467, - -0.000368 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_104_s08e098_part-b6b498af3999.json b/current/shorelinemonitor-shorelines/items/box_104_s08e098_part-b6b498af3999.json deleted file mode 100644 index 0b7b01074b..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_104_s08e098_part-b6b498af3999.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_104_s08e098_part-b6b498af3999", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 98.253569, - -7.824116, - 107.797467, - -0.000368 - ], - "proj:epsg": 4326, - "start_datetime": "1987-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 56057, - "datetime": "2024-06-18T13:40:00.817812Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.797467, - -7.824116 - ], - [ - 107.797467, - -0.000368 - ], - [ - 98.253569, - -0.000368 - ], - [ - 98.253569, - -7.824116 - ], - [ - 107.797467, - -7.824116 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=104/s08e098_part-b6b498af3999.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 98.253569, - -7.824116, - 107.797467, - -0.000368 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_105_minx_107.8_miny_-17.67_part_0.json b/current/shorelinemonitor-shorelines/items/box_105_minx_107.8_miny_-17.67_part_0.json deleted file mode 100644 index 33bace9b25..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_105_minx_107.8_miny_-17.67_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_105_minx_107.8_miny_-17.67_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 107.798105, - -17.666161, - 123.798708, - -0.000368 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 96895, - "datetime": "2024-03-25T14:34:41.413779Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 123.798708, - -17.666161 - ], - [ - 123.798708, - -0.000368 - ], - [ - 107.798105, - -0.000368 - ], - [ - 107.798105, - -17.666161 - ], - [ - 123.798708, - -17.666161 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=105/minx_107.8_miny_-17.67_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 107.798105, - -17.666161, - 123.798708, - -0.000368 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_105_minx_112.5_miny_-17.68_part_0.json b/current/shorelinemonitor-shorelines/items/box_105_minx_112.5_miny_-17.68_part_0.json deleted file mode 100644 index 15fc78d9c9..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_105_minx_112.5_miny_-17.68_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_105_minx_112.5_miny_-17.68_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 112.500532, - -17.678657, - 125.763805, - -1.403767 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 83005, - "datetime": "2024-03-25T14:35:10.050351Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 125.763805, - -17.678657 - ], - [ - 125.763805, - -1.403767 - ], - [ - 112.500532, - -1.403767 - ], - [ - 112.500532, - -17.678657 - ], - [ - 125.763805, - -17.678657 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=105/minx_112.5_miny_-17.68_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 112.500532, - -17.678657, - 125.763805, - -1.403767 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_105_s08e108_part-be3d6b16b3f7.json b/current/shorelinemonitor-shorelines/items/box_105_s08e108_part-be3d6b16b3f7.json deleted file mode 100644 index 539a5c3c63..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_105_s08e108_part-be3d6b16b3f7.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_105_s08e108_part-be3d6b16b3f7", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 107.798105, - -8.418374, - 123.798708, - -0.000368 - ], - "proj:epsg": 4326, - "start_datetime": "1987-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 116359, - "datetime": "2024-06-18T13:40:25.613403Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 123.798708, - -8.418374 - ], - [ - 123.798708, - -0.000368 - ], - [ - 107.798105, - -0.000368 - ], - [ - 107.798105, - -8.418374 - ], - [ - 123.798708, - -8.418374 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=105/s08e108_part-be3d6b16b3f7.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 107.798105, - -8.418374, - 123.798708, - -0.000368 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_105_s18e112_part-e66a60bb94c7.json b/current/shorelinemonitor-shorelines/items/box_105_s18e112_part-e66a60bb94c7.json deleted file mode 100644 index 96d8c9f9d0..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_105_s18e112_part-e66a60bb94c7.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_105_s18e112_part-e66a60bb94c7", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 112.290004, - -17.678657, - 125.763805, - -1.403767 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 63541, - "datetime": "2024-06-18T13:41:14.567189Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 125.763805, - -17.678657 - ], - [ - 125.763805, - -1.403767 - ], - [ - 112.290004, - -1.403767 - ], - [ - 112.290004, - -17.678657 - ], - [ - 125.763805, - -17.678657 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=105/s18e112_part-e66a60bb94c7.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 112.290004, - -17.678657, - 125.763805, - -1.403767 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_106_minx_125.76_miny_-12.23_part_0.json b/current/shorelinemonitor-shorelines/items/box_106_minx_125.76_miny_-12.23_part_0.json deleted file mode 100644 index d8c0b78509..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_106_minx_125.76_miny_-12.23_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_106_minx_125.76_miny_-12.23_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 125.764443, - -12.230725, - 135.027681, - -0.000368 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 79931, - "datetime": "2024-03-25T14:35:37.407999Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 135.027681, - -12.230725 - ], - [ - 135.027681, - -0.000368 - ], - [ - 125.764443, - -0.000368 - ], - [ - 125.764443, - -12.230725 - ], - [ - 135.027681, - -12.230725 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=106/minx_125.76_miny_-12.23_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 125.764443, - -12.230725, - 135.027681, - -0.000368 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_106_minx_125.76_miny_-15.8_part_0.json b/current/shorelinemonitor-shorelines/items/box_106_minx_125.76_miny_-15.8_part_0.json deleted file mode 100644 index 2315b4fc71..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_106_minx_125.76_miny_-15.8_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_106_minx_125.76_miny_-15.8_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 125.764443, - -15.79698, - 143.730142, - -0.571902 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 80327, - "datetime": "2024-03-25T14:36:03.230323Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 143.730142, - -15.79698 - ], - [ - 143.730142, - -0.571902 - ], - [ - 125.764443, - -0.571902 - ], - [ - 125.764443, - -15.79698 - ], - [ - 143.730142, - -15.79698 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=106/minx_125.76_miny_-15.8_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 125.764443, - -15.79698, - 143.730142, - -0.571902 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_106_minx_135.0_miny_-17.68_part_0.json b/current/shorelinemonitor-shorelines/items/box_106_minx_135.0_miny_-17.68_part_0.json deleted file mode 100644 index 8b37df88bd..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_106_minx_135.0_miny_-17.68_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_106_minx_135.0_miny_-17.68_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 135.004138, - -17.67863, - 143.730142, - -5.885142 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 82261, - "datetime": "2024-03-25T14:36:28.881311Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 143.730142, - -17.67863 - ], - [ - 143.730142, - -5.885142 - ], - [ - 135.004138, - -5.885142 - ], - [ - 135.004138, - -17.67863 - ], - [ - 143.730142, - -17.67863 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=106/minx_135.0_miny_-17.68_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 135.004138, - -17.67863, - 143.730142, - -5.885142 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_106_minx_135.31_miny_-17.68_part_0.json b/current/shorelinemonitor-shorelines/items/box_106_minx_135.31_miny_-17.68_part_0.json deleted file mode 100644 index e336d0fbfd..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_106_minx_135.31_miny_-17.68_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_106_minx_135.31_miny_-17.68_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 135.309075, - -17.678658, - 143.730142, - -11.184059 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 25703, - "datetime": "2024-03-25T14:36:51.613934Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 143.730142, - -17.678658 - ], - [ - 143.730142, - -11.184059 - ], - [ - 135.309075, - -11.184059 - ], - [ - 135.309075, - -17.678658 - ], - [ - 143.730142, - -17.678658 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=106/minx_135.31_miny_-17.68_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 135.309075, - -17.678658, - 143.730142, - -11.184059 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_106_s16e126_part-94899ee56d56.json b/current/shorelinemonitor-shorelines/items/box_106_s16e126_part-94899ee56d56.json deleted file mode 100644 index 2e7b9d4959..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_106_s16e126_part-94899ee56d56.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_106_s16e126_part-94899ee56d56", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 125.764443, - -15.79698, - 135.027681, - -0.000368 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 98666, - "datetime": "2024-06-18T13:41:47.643265Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 135.027681, - -15.79698 - ], - [ - 135.027681, - -0.000368 - ], - [ - 125.764443, - -0.000368 - ], - [ - 125.764443, - -15.79698 - ], - [ - 135.027681, - -15.79698 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=106/s16e126_part-94899ee56d56.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 125.764443, - -15.79698, - 135.027681, - -0.000368 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_106_s16e127_part-6bd9ac7a50a1.json b/current/shorelinemonitor-shorelines/items/box_106_s16e127_part-6bd9ac7a50a1.json deleted file mode 100644 index 65d8fd3530..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_106_s16e127_part-6bd9ac7a50a1.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_106_s16e127_part-6bd9ac7a50a1", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 126.560684, - -15.796976, - 143.730142, - -0.571902 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 112890, - "datetime": "2024-06-18T13:42:39.499283Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 143.730142, - -15.796976 - ], - [ - 143.730142, - -0.571902 - ], - [ - 126.560684, - -0.571902 - ], - [ - 126.560684, - -15.796976 - ], - [ - 143.730142, - -15.796976 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=106/s16e127_part-6bd9ac7a50a1.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 126.560684, - -15.796976, - 143.730142, - -0.571902 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_106_s18e135_part-e66433f7f7a3.json b/current/shorelinemonitor-shorelines/items/box_106_s18e135_part-e66433f7f7a3.json deleted file mode 100644 index 98bc2c5a75..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_106_s18e135_part-e66433f7f7a3.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_106_s18e135_part-e66433f7f7a3", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 134.97619, - -17.678658, - 143.730142, - -8.391901 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 56666, - "datetime": "2024-06-18T13:43:30.313552Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 143.730142, - -17.678658 - ], - [ - 143.730142, - -8.391901 - ], - [ - 134.97619, - -8.391901 - ], - [ - 134.97619, - -17.678658 - ], - [ - 143.730142, - -17.678658 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=106/s18e135_part-e66433f7f7a3.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 134.97619, - -17.678658, - 143.730142, - -8.391901 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_107_minx_143.73_miny_-11.23_part_0.json b/current/shorelinemonitor-shorelines/items/box_107_minx_143.73_miny_-11.23_part_0.json deleted file mode 100644 index 9627b84de8..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_107_minx_143.73_miny_-11.23_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_107_minx_143.73_miny_-11.23_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 143.73078, - -11.22624, - 157.658546, - -1.123152 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 78908, - "datetime": "2024-03-25T14:37:00.172463Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 157.658546, - -11.22624 - ], - [ - 157.658546, - -1.123152 - ], - [ - 143.73078, - -1.123152 - ], - [ - 143.73078, - -11.22624 - ], - [ - 157.658546, - -11.22624 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=107/minx_143.73_miny_-11.23_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 143.73078, - -11.22624, - 157.658546, - -1.123152 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_107_minx_143.73_miny_-17.68_part_0.json b/current/shorelinemonitor-shorelines/items/box_107_minx_143.73_miny_-17.68_part_0.json deleted file mode 100644 index 01788aa427..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_107_minx_143.73_miny_-17.68_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_107_minx_143.73_miny_-17.68_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 143.73078, - -17.678658, - 161.696384, - -5.616632 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 33280, - "datetime": "2024-03-25T14:37:24.721411Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 161.696384, - -17.678658 - ], - [ - 161.696384, - -5.616632 - ], - [ - 143.73078, - -5.616632 - ], - [ - 143.73078, - -17.678658 - ], - [ - 161.696384, - -17.678658 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=107/minx_143.73_miny_-17.68_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 143.73078, - -17.678658, - 161.696384, - -5.616632 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_107_s12e159_part-5ff7db718897.json b/current/shorelinemonitor-shorelines/items/box_107_s12e159_part-5ff7db718897.json deleted file mode 100644 index 0224a02f33..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_107_s12e159_part-5ff7db718897.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_107_s12e159_part-5ff7db718897", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 159.451266, - -11.98255, - 161.415725, - -8.391902 - ], - "proj:epsg": 4326, - "start_datetime": "1999-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 1163, - "datetime": "2024-06-18T13:43:57.975568Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 161.415725, - -11.98255 - ], - [ - 161.415725, - -8.391902 - ], - [ - 159.451266, - -8.391902 - ], - [ - 159.451266, - -11.98255 - ], - [ - 161.415725, - -11.98255 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=107/s12e159_part-5ff7db718897.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 159.451266, - -11.98255, - 161.415725, - -8.391902 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_107_s18e144_part-21b8fd72cbad.json b/current/shorelinemonitor-shorelines/items/box_107_s18e144_part-21b8fd72cbad.json deleted file mode 100644 index db3a8157d5..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_107_s18e144_part-21b8fd72cbad.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_107_s18e144_part-21b8fd72cbad", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 143.73078, - -17.678658, - 161.696384, - -1.123152 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 111025, - "datetime": "2024-06-18T13:43:59.243440Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 161.696384, - -17.678658 - ], - [ - 161.696384, - -1.123152 - ], - [ - 143.73078, - -1.123152 - ], - [ - 143.73078, - -17.678658 - ], - [ - 161.696384, - -17.678658 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=107/s18e144_part-21b8fd72cbad.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 143.73078, - -17.678658, - 161.696384, - -1.123152 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_108_minx_161.7_miny_-17.68_part_0.json b/current/shorelinemonitor-shorelines/items/box_108_minx_161.7_miny_-17.68_part_0.json deleted file mode 100644 index a2d90c7726..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_108_minx_161.7_miny_-17.68_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_108_minx_161.7_miny_-17.68_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 161.697022, - -17.678657, - 179.662722, - -0.281027 - ], - "proj:epsg": 4326, - "start_datetime": "1990-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 22482, - "datetime": "2024-03-25T14:37:35.210051Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 179.662722, - -17.678657 - ], - [ - 179.662722, - -0.281027 - ], - [ - 161.697022, - -0.281027 - ], - [ - 161.697022, - -17.678657 - ], - [ - 179.662722, - -17.678657 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=108/minx_161.7_miny_-17.68_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 161.697022, - -17.678657, - 179.662722, - -0.281027 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_108_s18e162_part-7fcda7cbc219.json b/current/shorelinemonitor-shorelines/items/box_108_s18e162_part-7fcda7cbc219.json deleted file mode 100644 index 71e0bf17a8..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_108_s18e162_part-7fcda7cbc219.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_108_s18e162_part-7fcda7cbc219", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 161.697022, - -17.678657, - 179.662722, - -0.281027 - ], - "proj:epsg": 4326, - "start_datetime": "1990-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 22482, - "datetime": "2024-06-18T13:44:49.444518Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 179.662722, - -17.678657 - ], - [ - 179.662722, - -0.281027 - ], - [ - 161.697022, - -0.281027 - ], - [ - 161.697022, - -17.678657 - ], - [ - 179.662722, - -17.678657 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=108/s18e162_part-7fcda7cbc219.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 161.697022, - -17.678657, - 179.662722, - -0.281027 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_112_minx_-159.45_miny_1.69_part_0.json b/current/shorelinemonitor-shorelines/items/box_112_minx_-159.45_miny_1.69_part_0.json deleted file mode 100644 index cfe6d85e85..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_112_minx_-159.45_miny_1.69_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_112_minx_-159.45_miny_1.69_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -159.450628, - 1.69333, - -157.163142, - 3.926699 - ], - "proj:epsg": 4326, - "start_datetime": "1999-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 1377, - "datetime": "2024-03-25T14:37:42.510330Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -157.163142, - 1.69333 - ], - [ - -157.163142, - 3.926699 - ], - [ - -159.450628, - 3.926699 - ], - [ - -159.450628, - 1.69333 - ], - [ - -157.163142, - 1.69333 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=112/minx_-159.45_miny_1.69_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -159.450628, - 1.69333, - -157.163142, - 3.926699 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_112_n02w159_part-e4adabf89463.json b/current/shorelinemonitor-shorelines/items/box_112_n02w159_part-e4adabf89463.json deleted file mode 100644 index e9516974d2..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_112_n02w159_part-e4adabf89463.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_112_n02w159_part-e4adabf89463", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -159.450628, - 1.69333, - -157.163142, - 3.926699 - ], - "proj:epsg": 4326, - "start_datetime": "1999-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 1377, - "datetime": "2024-06-18T13:44:58.672340Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -157.163142, - 1.69333 - ], - [ - -157.163142, - 3.926699 - ], - [ - -159.450628, - 3.926699 - ], - [ - -159.450628, - 1.69333 - ], - [ - -157.163142, - 1.69333 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=112/n02w159_part-e4adabf89463.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -159.450628, - 1.69333, - -157.163142, - 3.926699 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_115_minx_-101.9_miny_0.0_part_0.json b/current/shorelinemonitor-shorelines/items/box_115_minx_-101.9_miny_0.0_part_0.json deleted file mode 100644 index 2921be94e2..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_115_minx_-101.9_miny_0.0_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_115_minx_-101.9_miny_0.0_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -101.902272, - 0.000368, - -89.831863, - 17.678635 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 22817, - "datetime": "2024-03-25T14:37:43.710115Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -89.831863, - 0.000368 - ], - [ - -89.831863, - 17.678635 - ], - [ - -101.902272, - 17.678635 - ], - [ - -101.902272, - 0.000368 - ], - [ - -89.831863, - 0.000368 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=115/minx_-101.9_miny_0.0_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -101.902272, - 0.000368, - -89.831863, - 17.678635 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_115_n00w102_part-7de1c52cf238.json b/current/shorelinemonitor-shorelines/items/box_115_n00w102_part-7de1c52cf238.json deleted file mode 100644 index 0cf059dce7..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_115_n00w102_part-7de1c52cf238.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_115_n00w102_part-7de1c52cf238", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -101.902272, - 0.000368, - -89.831863, - 17.678635 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 22817, - "datetime": "2024-06-18T13:45:00.097757Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -89.831863, - 0.000368 - ], - [ - -89.831863, - 17.678635 - ], - [ - -101.902272, - 17.678635 - ], - [ - -101.902272, - 0.000368 - ], - [ - -89.831863, - 0.000368 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=115/n00w102_part-7de1c52cf238.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -101.902272, - 0.000368, - -89.831863, - 17.678635 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_116_minx_-81.56_miny_0.0_part_0.json b/current/shorelinemonitor-shorelines/items/box_116_minx_-81.56_miny_0.0_part_0.json deleted file mode 100644 index 3e0c84421b..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_116_minx_-81.56_miny_0.0_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_116_minx_-81.56_miny_0.0_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -81.562485, - 0.000368, - -71.865526, - 11.177731 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 73079, - "datetime": "2024-03-25T14:37:51.023086Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -71.865526, - 0.000368 - ], - [ - -71.865526, - 11.177731 - ], - [ - -81.562485, - 11.177731 - ], - [ - -81.562485, - 0.000368 - ], - [ - -71.865526, - 0.000368 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=116/minx_-81.56_miny_0.0_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -81.562485, - 0.000368, - -71.865526, - 11.177731 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_116_minx_-89.83_miny_1.12_part_0.json b/current/shorelinemonitor-shorelines/items/box_116_minx_-89.83_miny_1.12_part_0.json deleted file mode 100644 index 5a7482e3de..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_116_minx_-89.83_miny_1.12_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_116_minx_-89.83_miny_1.12_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -89.831224, - 1.123152, - -71.865526, - 17.678658 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 83469, - "datetime": "2024-03-25T14:38:14.223592Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -71.865526, - 1.123152 - ], - [ - -71.865526, - 17.678658 - ], - [ - -89.831224, - 17.678658 - ], - [ - -89.831224, - 1.123152 - ], - [ - -71.865526, - 1.123152 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=116/minx_-89.83_miny_1.12_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -89.831224, - 1.123152, - -71.865526, - 17.678658 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_116_n00w090_part-1265ecdf12bd.json b/current/shorelinemonitor-shorelines/items/box_116_n00w090_part-1265ecdf12bd.json deleted file mode 100644 index 9623423440..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_116_n00w090_part-1265ecdf12bd.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_116_n00w090_part-1265ecdf12bd", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -89.831224, - 0.000368, - -71.865526, - 17.678658 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 119352, - "datetime": "2024-06-18T13:45:09.721814Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -71.865526, - 0.000368 - ], - [ - -71.865526, - 17.678658 - ], - [ - -89.831224, - 17.678658 - ], - [ - -89.831224, - 0.000368 - ], - [ - -71.865526, - 0.000368 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=116/n00w090_part-1265ecdf12bd.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -89.831224, - 0.000368, - -71.865526, - 17.678658 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_116_n01w079_part-ed911654ed40.json b/current/shorelinemonitor-shorelines/items/box_116_n01w079_part-ed911654ed40.json deleted file mode 100644 index 53dd469b00..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_116_n01w079_part-ed911654ed40.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_116_n01w079_part-ed911654ed40", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -78.839156, - 1.123152, - -71.865526, - 11.195597 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 37196, - "datetime": "2024-06-18T13:45:59.308810Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -71.865526, - 1.123152 - ], - [ - -71.865526, - 11.195597 - ], - [ - -78.839156, - 11.195597 - ], - [ - -78.839156, - 1.123152 - ], - [ - -71.865526, - 1.123152 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=116/n01w079_part-ed911654ed40.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -78.839156, - 1.123152, - -71.865526, - 11.195597 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_117_minx_-71.86_miny_5.61_part_0.json b/current/shorelinemonitor-shorelines/items/box_117_minx_-71.86_miny_5.61_part_0.json deleted file mode 100644 index 0370181deb..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_117_minx_-71.86_miny_5.61_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_117_minx_-71.86_miny_5.61_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -71.864888, - 5.605867, - -53.899188, - 17.678658 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 97183, - "datetime": "2024-03-25T14:38:39.429450Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -53.899188, - 5.605867 - ], - [ - -53.899188, - 17.678658 - ], - [ - -71.864888, - 17.678658 - ], - [ - -71.864888, - 5.605867 - ], - [ - -53.899188, - 5.605867 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=117/minx_-71.86_miny_5.61_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -71.864888, - 5.605867, - -53.899188, - 17.678658 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_117_n06w072_part-e3ccee6887b8.json b/current/shorelinemonitor-shorelines/items/box_117_n06w072_part-e3ccee6887b8.json deleted file mode 100644 index c758c393d9..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_117_n06w072_part-e3ccee6887b8.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_117_n06w072_part-e3ccee6887b8", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -71.864888, - 5.605867, - -53.899188, - 17.678658 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 97183, - "datetime": "2024-06-18T13:46:16.638425Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -53.899188, - 5.605867 - ], - [ - -53.899188, - 17.678658 - ], - [ - -71.864888, - 17.678658 - ], - [ - -71.864888, - 5.605867 - ], - [ - -53.899188, - 5.605867 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=117/n06w072_part-e3ccee6887b8.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -71.864888, - 5.605867, - -53.899188, - 17.678658 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_118_minx_-53.9_miny_0.0_part_0.json b/current/shorelinemonitor-shorelines/items/box_118_minx_-53.9_miny_0.0_part_0.json deleted file mode 100644 index 65c167e2f5..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_118_minx_-53.9_miny_0.0_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_118_minx_-53.9_miny_0.0_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -53.898549, - 0.000368, - -49.127017, - 5.88451 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 58757, - "datetime": "2024-03-25T14:39:05.624398Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -49.127017, - 0.000368 - ], - [ - -49.127017, - 5.88451 - ], - [ - -53.898549, - 5.88451 - ], - [ - -53.898549, - 0.000368 - ], - [ - -49.127017, - 0.000368 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=118/minx_-53.9_miny_0.0_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -53.898549, - 0.000368, - -49.127017, - 5.88451 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_118_n00w054_part-7a5e2cb86807.json b/current/shorelinemonitor-shorelines/items/box_118_n00w054_part-7a5e2cb86807.json deleted file mode 100644 index 975f22dd1f..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_118_n00w054_part-7a5e2cb86807.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_118_n00w054_part-7a5e2cb86807", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -53.898549, - 0.000368, - -49.127017, - 5.88451 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 58757, - "datetime": "2024-06-18T13:46:58.404253Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -49.127017, - 0.000368 - ], - [ - -49.127017, - 5.88451 - ], - [ - -53.898549, - 5.88451 - ], - [ - -53.898549, - 0.000368 - ], - [ - -49.127017, - 0.000368 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=118/n00w054_part-7a5e2cb86807.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -53.898549, - 0.000368, - -49.127017, - 5.88451 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_119_minx_-25.55_miny_14.71_part_0.json b/current/shorelinemonitor-shorelines/items/box_119_minx_-25.55_miny_14.71_part_0.json deleted file mode 100644 index 2df0fe690f..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_119_minx_-25.55_miny_14.71_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_119_minx_-25.55_miny_14.71_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -25.545506, - 14.71425, - -22.458217, - 17.411013 - ], - "proj:epsg": 4326, - "start_datetime": "1985-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 7639, - "datetime": "2024-03-25T14:39:22.765809Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -22.458217, - 14.71425 - ], - [ - -22.458217, - 17.411013 - ], - [ - -25.545506, - 17.411013 - ], - [ - -25.545506, - 14.71425 - ], - [ - -22.458217, - 14.71425 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=119/minx_-25.55_miny_14.71_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -25.545506, - 14.71425, - -22.458217, - 17.411013 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_119_n15w026_part-35e7853473d4.json b/current/shorelinemonitor-shorelines/items/box_119_n15w026_part-35e7853473d4.json deleted file mode 100644 index 446d0d3361..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_119_n15w026_part-35e7853473d4.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_119_n15w026_part-35e7853473d4", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -25.545506, - 14.71425, - -22.458217, - 17.411013 - ], - "proj:epsg": 4326, - "start_datetime": "1985-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 7639, - "datetime": "2024-06-18T13:47:22.352062Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -22.458217, - 14.71425 - ], - [ - -22.458217, - 17.411013 - ], - [ - -25.545506, - 17.411013 - ], - [ - -25.545506, - 14.71425 - ], - [ - -22.458217, - 14.71425 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=119/n15w026_part-35e7853473d4.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -25.545506, - 14.71425, - -22.458217, - 17.411013 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_120_minx_-17.64_miny_4.21_part_0.json b/current/shorelinemonitor-shorelines/items/box_120_minx_-17.64_miny_4.21_part_0.json deleted file mode 100644 index 78e7f3a369..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_120_minx_-17.64_miny_4.21_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_120_minx_-17.64_miny_4.21_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -17.64062, - 4.207343, - -0.000271, - 17.678645 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 63672, - "datetime": "2024-03-25T14:39:25.559384Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -0.000271, - 4.207343 - ], - [ - -0.000271, - 17.678645 - ], - [ - -17.64062, - 17.678645 - ], - [ - -17.64062, - 4.207343 - ], - [ - -0.000271, - 4.207343 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=120/minx_-17.64_miny_4.21_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -17.64062, - 4.207343, - -0.000271, - 17.678645 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_120_n04w018_part-88e95c47fbf7.json b/current/shorelinemonitor-shorelines/items/box_120_n04w018_part-88e95c47fbf7.json deleted file mode 100644 index afaf9a5545..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_120_n04w018_part-88e95c47fbf7.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_120_n04w018_part-88e95c47fbf7", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -17.64062, - 4.207343, - -0.000271, - 17.678645 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 63672, - "datetime": "2024-06-18T13:47:25.759665Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -0.000271, - 4.207343 - ], - [ - -0.000271, - 17.678645 - ], - [ - -17.64062, - 17.678645 - ], - [ - -17.64062, - 4.207343 - ], - [ - -0.000271, - 4.207343 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=120/n04w018_part-88e95c47fbf7.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -17.64062, - 4.207343, - -0.000271, - 17.678645 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_121_minx_0.0_miny_0.0_part_0.json b/current/shorelinemonitor-shorelines/items/box_121_minx_0.0_miny_0.0_part_0.json deleted file mode 100644 index 4bb4980782..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_121_minx_0.0_miny_0.0_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_121_minx_0.0_miny_0.0_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 0.000271, - 0.000368, - 10.105776, - 6.721578 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 53690, - "datetime": "2024-03-25T14:39:51.756977Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 10.105776, - 0.000368 - ], - [ - 10.105776, - 6.721578 - ], - [ - 0.000271, - 6.721578 - ], - [ - 0.000271, - 0.000368 - ], - [ - 10.105776, - 0.000368 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=121/minx_0.0_miny_0.0_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 0.000271, - 0.000368, - 10.105776, - 6.721578 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_121_n00e000_part-0618cffa16bd.json b/current/shorelinemonitor-shorelines/items/box_121_n00e000_part-0618cffa16bd.json deleted file mode 100644 index 7862908b75..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_121_n00e000_part-0618cffa16bd.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_121_n00e000_part-0618cffa16bd", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 0.000271, - 0.000368, - 10.105776, - 6.721578 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 53690, - "datetime": "2024-06-18T13:48:04.219354Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 10.105776, - 0.000368 - ], - [ - 10.105776, - 6.721578 - ], - [ - 0.000271, - 6.721578 - ], - [ - 0.000271, - 0.000368 - ], - [ - 10.105776, - 0.000368 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=121/n00e000_part-0618cffa16bd.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 0.000271, - 0.000368, - 10.105776, - 6.721578 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_123_minx_38.46_miny_0.0_part_0.json b/current/shorelinemonitor-shorelines/items/box_123_minx_38.46_miny_0.0_part_0.json deleted file mode 100644 index cf66966662..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_123_minx_38.46_miny_0.0_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_123_minx_38.46_miny_0.0_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 38.459458, - 0.000368, - 53.898549, - 17.678658 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 58462, - "datetime": "2024-03-25T14:40:08.918032Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 53.898549, - 0.000368 - ], - [ - 53.898549, - 17.678658 - ], - [ - 38.459458, - 17.678658 - ], - [ - 38.459458, - 0.000368 - ], - [ - 53.898549, - 0.000368 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=123/minx_38.46_miny_0.0_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 38.459458, - 0.000368, - 53.898549, - 17.678658 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_123_minx_45.0_miny_1.86_part_0.json b/current/shorelinemonitor-shorelines/items/box_123_minx_45.0_miny_1.86_part_0.json deleted file mode 100644 index df9f68a9c9..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_123_minx_45.0_miny_1.86_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_123_minx_45.0_miny_1.86_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 45.000063, - 1.855774, - 51.637142, - 11.178001 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 13979, - "datetime": "2024-03-25T14:40:26.305877Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 51.637142, - 1.855774 - ], - [ - 51.637142, - 11.178001 - ], - [ - 45.000063, - 11.178001 - ], - [ - 45.000063, - 1.855774 - ], - [ - 51.637142, - 1.855774 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=123/minx_45.0_miny_1.86_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 45.000063, - 1.855774, - 51.637142, - 11.178001 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_123_n00e038_part-1bb3b161a0e0.json b/current/shorelinemonitor-shorelines/items/box_123_n00e038_part-1bb3b161a0e0.json deleted file mode 100644 index 219fc64c7c..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_123_n00e038_part-1bb3b161a0e0.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_123_n00e038_part-1bb3b161a0e0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 38.459458, - 0.000368, - 53.898549, - 17.678658 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 72441, - "datetime": "2024-06-18T13:48:27.762053Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 53.898549, - 0.000368 - ], - [ - 53.898549, - 17.678658 - ], - [ - 38.459458, - 17.678658 - ], - [ - 38.459458, - 0.000368 - ], - [ - 53.898549, - 0.000368 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=123/n00e038_part-1bb3b161a0e0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 38.459458, - 0.000368, - 53.898549, - 17.678658 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_124_minx_53.9_miny_12.26_part_0.json b/current/shorelinemonitor-shorelines/items/box_124_minx_53.9_miny_12.26_part_0.json deleted file mode 100644 index 144e573ea2..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_124_minx_53.9_miny_12.26_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_124_minx_53.9_miny_12.26_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 53.899188, - 12.257584, - 56.144393, - 17.678651 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 2609, - "datetime": "2024-03-25T14:40:30.588134Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 56.144393, - 12.257584 - ], - [ - 56.144393, - 17.678651 - ], - [ - 53.899188, - 17.678651 - ], - [ - 53.899188, - 12.257584 - ], - [ - 56.144393, - 12.257584 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=124/minx_53.9_miny_12.26_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 53.899188, - 12.257584, - 56.144393, - 17.678651 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_124_n12e054_part-610c12b4a252.json b/current/shorelinemonitor-shorelines/items/box_124_n12e054_part-610c12b4a252.json deleted file mode 100644 index 73286abe63..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_124_n12e054_part-610c12b4a252.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_124_n12e054_part-610c12b4a252", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 53.899188, - 12.257584, - 56.144393, - 17.678651 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 2609, - "datetime": "2024-06-18T13:49:00.374339Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 56.144393, - 12.257584 - ], - [ - 56.144393, - 17.678651 - ], - [ - 53.899188, - 17.678651 - ], - [ - 53.899188, - 12.257584 - ], - [ - 56.144393, - 12.257584 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=124/n12e054_part-610c12b4a252.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 53.899188, - 12.257584, - 56.144393, - 17.678651 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_125_minx_72.99_miny_1.68_part_0.json b/current/shorelinemonitor-shorelines/items/box_125_minx_72.99_miny_1.68_part_0.json deleted file mode 100644 index ba15c3e95e..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_125_minx_72.99_miny_1.68_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_125_minx_72.99_miny_1.68_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 72.988452, - 1.684457, - 83.295639, - 17.678658 - ], - "proj:epsg": 4326, - "start_datetime": "1987-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 78900, - "datetime": "2024-03-25T14:40:32.293109Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 83.295639, - 1.684457 - ], - [ - 83.295639, - 17.678658 - ], - [ - 72.988452, - 17.678658 - ], - [ - 72.988452, - 1.684457 - ], - [ - 83.295639, - 1.684457 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=125/minx_72.99_miny_1.68_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 72.988452, - 1.684457, - 83.295639, - 17.678658 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_125_n02e073_part-5966cbe3e2c0.json b/current/shorelinemonitor-shorelines/items/box_125_n02e073_part-5966cbe3e2c0.json deleted file mode 100644 index b470dded22..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_125_n02e073_part-5966cbe3e2c0.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_125_n02e073_part-5966cbe3e2c0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 72.988452, - 1.684457, - 83.295639, - 17.678658 - ], - "proj:epsg": 4326, - "start_datetime": "1987-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 78900, - "datetime": "2024-06-18T13:49:02.282848Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 83.295639, - 1.684457 - ], - [ - 83.295639, - 17.678658 - ], - [ - 72.988452, - 17.678658 - ], - [ - 72.988452, - 1.684457 - ], - [ - 83.295639, - 1.684457 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=125/n02e073_part-5966cbe3e2c0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 72.988452, - 1.684457, - 83.295639, - 17.678658 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_126_minx_101.9_miny_0.0_part_0.json b/current/shorelinemonitor-shorelines/items/box_126_minx_101.9_miny_0.0_part_0.json deleted file mode 100644 index 19dab4b049..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_126_minx_101.9_miny_0.0_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_126_minx_101.9_miny_0.0_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 101.902911, - 0.000368, - 107.516711, - 2.805798 - ], - "proj:epsg": 4326, - "start_datetime": "1987-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 18586, - "datetime": "2024-03-25T14:40:55.210347Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.516711, - 0.000368 - ], - [ - 107.516711, - 2.805798 - ], - [ - 101.902911, - 2.805798 - ], - [ - 101.902911, - 0.000368 - ], - [ - 107.516711, - 0.000368 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=126/minx_101.9_miny_0.0_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 101.902911, - 0.000368, - 107.516711, - 2.805798 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_126_minx_92.2_miny_1.68_part_0.json b/current/shorelinemonitor-shorelines/items/box_126_minx_92.2_miny_1.68_part_0.json deleted file mode 100644 index c4a59ce08b..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_126_minx_92.2_miny_1.68_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_126_minx_92.2_miny_1.68_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 92.198238, - 1.68475, - 107.797467, - 17.678657 - ], - "proj:epsg": 4326, - "start_datetime": "1987-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 102957, - "datetime": "2024-03-25T14:41:01.313604Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.797467, - 1.68475 - ], - [ - 107.797467, - 17.678657 - ], - [ - 92.198238, - 17.678657 - ], - [ - 92.198238, - 1.68475 - ], - [ - 107.797467, - 1.68475 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=126/minx_92.2_miny_1.68_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 92.198238, - 1.68475, - 107.797467, - 17.678657 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_126_minx_95.14_miny_0.0_part_0.json b/current/shorelinemonitor-shorelines/items/box_126_minx_95.14_miny_0.0_part_0.json deleted file mode 100644 index de6352d9f0..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_126_minx_95.14_miny_0.0_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_126_minx_95.14_miny_0.0_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 95.144908, - 0.000368, - 107.797467, - 11.157449 - ], - "proj:epsg": 4326, - "start_datetime": "1987-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 102960, - "datetime": "2024-03-25T14:41:35.457332Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.797467, - 0.000368 - ], - [ - 107.797467, - 11.157449 - ], - [ - 95.144908, - 11.157449 - ], - [ - 95.144908, - 0.000368 - ], - [ - 107.797467, - 0.000368 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=126/minx_95.14_miny_0.0_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 95.144908, - 0.000368, - 107.797467, - 11.157449 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_126_n00e095_part-e621c7f2ee50.json b/current/shorelinemonitor-shorelines/items/box_126_n00e095_part-e621c7f2ee50.json deleted file mode 100644 index a41520bf66..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_126_n00e095_part-e621c7f2ee50.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_126_n00e095_part-e621c7f2ee50", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 95.144908, - 0.000368, - 107.797467, - 11.157449 - ], - "proj:epsg": 4326, - "start_datetime": "1987-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 114682, - "datetime": "2024-06-18T13:49:34.506875Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.797467, - 0.000368 - ], - [ - 107.797467, - 11.157449 - ], - [ - 95.144908, - 11.157449 - ], - [ - 95.144908, - 0.000368 - ], - [ - 107.797467, - 0.000368 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=126/n00e095_part-e621c7f2ee50.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 95.144908, - 0.000368, - 107.797467, - 11.157449 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_126_n00e101_part-d4298149bee3.json b/current/shorelinemonitor-shorelines/items/box_126_n00e101_part-d4298149bee3.json deleted file mode 100644 index 012644883b..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_126_n00e101_part-d4298149bee3.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_126_n00e101_part-d4298149bee3", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 101.223074, - 0.000368, - 107.516711, - 2.824556 - ], - "proj:epsg": 4326, - "start_datetime": "1987-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 9088, - "datetime": "2024-06-18T13:50:22.449668Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.516711, - 0.000368 - ], - [ - 107.516711, - 2.824556 - ], - [ - 101.223074, - 2.824556 - ], - [ - 101.223074, - 0.000368 - ], - [ - 107.516711, - 0.000368 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=126/n00e101_part-d4298149bee3.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 101.223074, - 0.000368, - 107.516711, - 2.824556 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_126_n06e092_part-b972853e6d2b.json b/current/shorelinemonitor-shorelines/items/box_126_n06e092_part-b972853e6d2b.json deleted file mode 100644 index 99eef691f0..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_126_n06e092_part-b972853e6d2b.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_126_n06e092_part-b972853e6d2b", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 92.198238, - 5.60587, - 107.797467, - 17.678657 - ], - "proj:epsg": 4326, - "start_datetime": "1987-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 100733, - "datetime": "2024-06-18T13:50:27.381530Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.797467, - 5.60587 - ], - [ - 107.797467, - 17.678657 - ], - [ - 92.198238, - 17.678657 - ], - [ - 92.198238, - 5.60587 - ], - [ - 107.797467, - 5.60587 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=126/n06e092_part-b972853e6d2b.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 92.198238, - 5.60587, - 107.797467, - 17.678657 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_127_minx_107.8_miny_0.0_part_0.json b/current/shorelinemonitor-shorelines/items/box_127_minx_107.8_miny_0.0_part_0.json deleted file mode 100644 index 7cfd3a71a3..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_127_minx_107.8_miny_0.0_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_127_minx_107.8_miny_0.0_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 107.798105, - 0.000368, - 125.686517, - 17.67865 - ], - "proj:epsg": 4326, - "start_datetime": "1987-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 109783, - "datetime": "2024-03-25T14:42:08.276698Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 125.686517, - 0.000368 - ], - [ - 125.686517, - 17.67865 - ], - [ - 107.798105, - 17.67865 - ], - [ - 107.798105, - 0.000368 - ], - [ - 125.686517, - 0.000368 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=127/minx_107.8_miny_0.0_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 107.798105, - 0.000368, - 125.686517, - 17.67865 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_127_minx_112.51_miny_0.0_part_0.json b/current/shorelinemonitor-shorelines/items/box_127_minx_112.51_miny_0.0_part_0.json deleted file mode 100644 index 53a338de17..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_127_minx_112.51_miny_0.0_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_127_minx_112.51_miny_0.0_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 112.505737, - 0.000368, - 125.763805, - 12.531103 - ], - "proj:epsg": 4326, - "start_datetime": "1987-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 110094, - "datetime": "2024-03-25T14:42:45.371208Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 125.763805, - 0.000368 - ], - [ - 125.763805, - 12.531103 - ], - [ - 112.505737, - 12.531103 - ], - [ - 112.505737, - 0.000368 - ], - [ - 125.763805, - 0.000368 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=127/minx_112.51_miny_0.0_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 112.505737, - 0.000368, - 125.763805, - 12.531103 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_127_minx_123.75_miny_0.32_part_0.json b/current/shorelinemonitor-shorelines/items/box_127_minx_123.75_miny_0.32_part_0.json deleted file mode 100644 index f49848da01..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_127_minx_123.75_miny_0.32_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_127_minx_123.75_miny_0.32_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 123.750125, - 0.315331, - 125.763805, - 11.178079 - ], - "proj:epsg": 4326, - "start_datetime": "1987-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 23799, - "datetime": "2024-03-25T14:43:37.271339Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 125.763805, - 0.315331 - ], - [ - 125.763805, - 11.178079 - ], - [ - 123.750125, - 11.178079 - ], - [ - 123.750125, - 0.315331 - ], - [ - 125.763805, - 0.315331 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=127/minx_123.75_miny_0.32_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 123.750125, - 0.315331, - 125.763805, - 11.178079 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_127_n00e108_part-ac053f1bc898.json b/current/shorelinemonitor-shorelines/items/box_127_n00e108_part-ac053f1bc898.json deleted file mode 100644 index 47269020a8..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_127_n00e108_part-ac053f1bc898.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_127_n00e108_part-ac053f1bc898", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 107.798105, - 0.000368, - 125.763805, - 17.67865 - ], - "proj:epsg": 4326, - "start_datetime": "1987-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 112180, - "datetime": "2024-06-18T13:51:14.314950Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 125.763805, - 0.000368 - ], - [ - 125.763805, - 17.67865 - ], - [ - 107.798105, - 17.67865 - ], - [ - 107.798105, - 0.000368 - ], - [ - 125.763805, - 0.000368 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=127/n00e108_part-ac053f1bc898.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 107.798105, - 0.000368, - 125.763805, - 17.67865 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_127_n00e112_part-cbd4ce7b445b.json b/current/shorelinemonitor-shorelines/items/box_127_n00e112_part-cbd4ce7b445b.json deleted file mode 100644 index df959e3ced..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_127_n00e112_part-cbd4ce7b445b.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_127_n00e112_part-cbd4ce7b445b", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 112.498376, - 0.000368, - 125.763803, - 13.624916 - ], - "proj:epsg": 4326, - "start_datetime": "1987-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 106160, - "datetime": "2024-06-18T13:52:01.567948Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 125.763803, - 0.000368 - ], - [ - 125.763803, - 13.624916 - ], - [ - 112.498376, - 13.624916 - ], - [ - 112.498376, - 0.000368 - ], - [ - 125.763803, - 0.000368 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=127/n00e112_part-cbd4ce7b445b.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 112.498376, - 0.000368, - 125.763803, - 13.624916 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_127_n00e124_part-0515c12ceff0.json b/current/shorelinemonitor-shorelines/items/box_127_n00e124_part-0515c12ceff0.json deleted file mode 100644 index 76c751a91c..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_127_n00e124_part-0515c12ceff0.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_127_n00e124_part-0515c12ceff0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 123.656613, - 0.311903, - 125.763805, - 11.196055 - ], - "proj:epsg": 4326, - "start_datetime": "1987-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 25336, - "datetime": "2024-06-18T13:52:50.412068Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 125.763805, - 0.311903 - ], - [ - 125.763805, - 11.196055 - ], - [ - 123.656613, - 11.196055 - ], - [ - 123.656613, - 0.311903 - ], - [ - 125.763805, - 0.311903 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=127/n00e124_part-0515c12ceff0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 123.656613, - 0.311903, - 125.763805, - 11.196055 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_128_minx_125.76_miny_0.0_part_0.json b/current/shorelinemonitor-shorelines/items/box_128_minx_125.76_miny_0.0_part_0.json deleted file mode 100644 index 9723f17fd3..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_128_minx_125.76_miny_0.0_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_128_minx_125.76_miny_0.0_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 125.764443, - 0.000368, - 139.799946, - 11.03929 - ], - "proj:epsg": 4326, - "start_datetime": "1991-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 19874, - "datetime": "2024-03-25T14:43:45.313363Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 139.799946, - 0.000368 - ], - [ - 139.799946, - 11.03929 - ], - [ - 125.764443, - 11.03929 - ], - [ - 125.764443, - 0.000368 - ], - [ - 139.799946, - 0.000368 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=128/minx_125.76_miny_0.0_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 125.764443, - 0.000368, - 139.799946, - 11.03929 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_128_n00e126_part-af05c257d116.json b/current/shorelinemonitor-shorelines/items/box_128_n00e126_part-af05c257d116.json deleted file mode 100644 index 0201155380..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_128_n00e126_part-af05c257d116.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_128_n00e126_part-af05c257d116", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 125.764443, - 0.000368, - 139.799946, - 11.03929 - ], - "proj:epsg": 4326, - "start_datetime": "1991-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 19874, - "datetime": "2024-06-18T13:53:01.615693Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 139.799946, - 0.000368 - ], - [ - 139.799946, - 11.03929 - ], - [ - 125.764443, - 11.03929 - ], - [ - 125.764443, - 0.000368 - ], - [ - 139.799946, - 0.000368 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=128/n00e126_part-af05c257d116.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 125.764443, - 0.000368, - 139.799946, - 11.03929 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_129_minx_144.57_miny_6.72_part_0.json b/current/shorelinemonitor-shorelines/items/box_129_minx_144.57_miny_6.72_part_0.json deleted file mode 100644 index fca8fb07a6..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_129_minx_144.57_miny_6.72_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_129_minx_144.57_miny_6.72_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 144.572951, - 6.722204, - 158.608457, - 17.650783 - ], - "proj:epsg": 4326, - "start_datetime": "1999-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 5117, - "datetime": "2024-03-25T14:43:52.328293Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 158.608457, - 6.722204 - ], - [ - 158.608457, - 17.650783 - ], - [ - 144.572951, - 17.650783 - ], - [ - 144.572951, - 6.722204 - ], - [ - 158.608457, - 6.722204 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=129/minx_144.57_miny_6.72_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 144.572951, - 6.722204, - 158.608457, - 17.650783 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_129_n07e145_part-d588cdef71e8.json b/current/shorelinemonitor-shorelines/items/box_129_n07e145_part-d588cdef71e8.json deleted file mode 100644 index 475f72267a..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_129_n07e145_part-d588cdef71e8.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_129_n07e145_part-d588cdef71e8", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 144.572951, - 6.722204, - 158.608457, - 17.650783 - ], - "proj:epsg": 4326, - "start_datetime": "1999-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 5117, - "datetime": "2024-06-18T13:53:10.357590Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 158.608457, - 6.722204 - ], - [ - 158.608457, - 17.650783 - ], - [ - 144.572951, - 17.650783 - ], - [ - 144.572951, - 6.722204 - ], - [ - 158.608457, - 6.722204 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=129/n07e145_part-d588cdef71e8.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 144.572951, - 6.722204, - 158.608457, - 17.650783 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_130_minx_167.87_miny_0.0_part_0.json b/current/shorelinemonitor-shorelines/items/box_130_minx_167.87_miny_0.0_part_0.json deleted file mode 100644 index e06d9ac705..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_130_minx_167.87_miny_0.0_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_130_minx_167.87_miny_0.0_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 167.872972, - 0.000371, - 174.048282, - 6.442685 - ], - "proj:epsg": 4326, - "start_datetime": "1999-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 4755, - "datetime": "2024-03-25T14:43:54.275475Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 174.048282, - 0.000371 - ], - [ - 174.048282, - 6.442685 - ], - [ - 167.872972, - 6.442685 - ], - [ - 167.872972, - 0.000371 - ], - [ - 174.048282, - 0.000371 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=130/minx_167.87_miny_0.0_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 167.872972, - 0.000371, - 174.048282, - 6.442685 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_130_n00e168_part-0e50e41200a4.json b/current/shorelinemonitor-shorelines/items/box_130_n00e168_part-0e50e41200a4.json deleted file mode 100644 index 903a63d6c5..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_130_n00e168_part-0e50e41200a4.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_130_n00e168_part-0e50e41200a4", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 167.872972, - 0.000371, - 174.048282, - 6.442685 - ], - "proj:epsg": 4326, - "start_datetime": "1999-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 4755, - "datetime": "2024-06-18T13:53:13.139386Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 174.048282, - 0.000371 - ], - [ - 174.048282, - 6.442685 - ], - [ - 167.872972, - 6.442685 - ], - [ - 167.872972, - 0.000371 - ], - [ - 174.048282, - 0.000371 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=130/n00e168_part-0e50e41200a4.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 167.872972, - 0.000371, - 174.048282, - 6.442685 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_134_minx_-160.25_miny_18.75_part_0.json b/current/shorelinemonitor-shorelines/items/box_134_minx_-160.25_miny_18.75_part_0.json deleted file mode 100644 index a752767c18..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_134_minx_-160.25_miny_18.75_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_134_minx_-160.25_miny_18.75_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -160.247044, - 18.746092, - -154.679192, - 22.42367 - ], - "proj:epsg": 4326, - "start_datetime": "1990-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 7797, - "datetime": "2024-03-25T14:43:56.489725Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -154.679192, - 18.746092 - ], - [ - -154.679192, - 22.42367 - ], - [ - -160.247044, - 22.42367 - ], - [ - -160.247044, - 18.746092 - ], - [ - -154.679192, - 18.746092 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=134/minx_-160.25_miny_18.75_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -160.247044, - 18.746092, - -154.679192, - 22.42367 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_134_n19w160_part-e07f637475c0.json b/current/shorelinemonitor-shorelines/items/box_134_n19w160_part-e07f637475c0.json deleted file mode 100644 index 6274d40fb7..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_134_n19w160_part-e07f637475c0.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_134_n19w160_part-e07f637475c0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -160.247044, - 18.746092, - -154.679192, - 22.42367 - ], - "proj:epsg": 4326, - "start_datetime": "1990-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 7797, - "datetime": "2024-06-18T13:53:15.704381Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -154.679192, - 18.746092 - ], - [ - -154.679192, - 22.42367 - ], - [ - -160.247044, - 22.42367 - ], - [ - -160.247044, - 18.746092 - ], - [ - -154.679192, - 18.746092 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=134/n19w160_part-e07f637475c0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -160.247044, - 18.746092, - -154.679192, - 22.42367 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_136_minx_-114.76_miny_18.34_part_0.json b/current/shorelinemonitor-shorelines/items/box_136_minx_-114.76_miny_18.34_part_0.json deleted file mode 100644 index 807f3b6097..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_136_minx_-114.76_miny_18.34_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_136_minx_-114.76_miny_18.34_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -114.759323, - 18.33922, - -107.798105, - 25.754609 - ], - "proj:epsg": 4326, - "start_datetime": "1985-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 12256, - "datetime": "2024-03-25T14:43:59.230624Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -107.798105, - 18.33922 - ], - [ - -107.798105, - 25.754609 - ], - [ - -114.759323, - 25.754609 - ], - [ - -114.759323, - 18.33922 - ], - [ - -107.798105, - 18.33922 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=136/minx_-114.76_miny_18.34_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -114.759323, - 18.33922, - -107.798105, - 25.754609 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_136_minx_-119.87_miny_22.98_part_0.json b/current/shorelinemonitor-shorelines/items/box_136_minx_-119.87_miny_22.98_part_0.json deleted file mode 100644 index 098a947d88..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_136_minx_-119.87_miny_22.98_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_136_minx_-119.87_miny_22.98_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -119.868611, - 22.980359, - -107.800549, - 33.785021 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 60406, - "datetime": "2024-03-25T14:44:03.226397Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -107.800549, - 22.980359 - ], - [ - -107.800549, - 33.785021 - ], - [ - -119.868611, - 33.785021 - ], - [ - -119.868611, - 22.980359 - ], - [ - -107.800549, - 22.980359 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=136/minx_-119.87_miny_22.98_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -119.868611, - 22.980359, - -107.800549, - 33.785021 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_136_n18w120_part-a43beb0c02a3.json b/current/shorelinemonitor-shorelines/items/box_136_n18w120_part-a43beb0c02a3.json deleted file mode 100644 index 1b893abfc4..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_136_n18w120_part-a43beb0c02a3.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_136_n18w120_part-a43beb0c02a3", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -119.868611, - 18.33922, - -107.798105, - 33.785021 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 72662, - "datetime": "2024-06-18T13:53:23.343881Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -107.798105, - 18.33922 - ], - [ - -107.798105, - 33.785021 - ], - [ - -119.868611, - 33.785021 - ], - [ - -119.868611, - 18.33922 - ], - [ - -107.798105, - 18.33922 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=136/n18w120_part-a43beb0c02a3.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -119.868611, - 18.33922, - -107.798105, - 33.785021 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_137_minx_-104.76_miny_17.68_part_0.json b/current/shorelinemonitor-shorelines/items/box_137_minx_-104.76_miny_17.68_part_0.json deleted file mode 100644 index 5d39d590fd..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_137_minx_-104.76_miny_17.68_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_137_minx_-104.76_miny_17.68_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -104.761324, - 17.679256, - -89.831863, - 29.972179 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 42319, - "datetime": "2024-03-25T14:44:20.772270Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -89.831863, - 17.679256 - ], - [ - -89.831863, - 29.972179 - ], - [ - -104.761324, - 29.972179 - ], - [ - -104.761324, - 17.679256 - ], - [ - -89.831863, - 17.679256 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=137/minx_-104.76_miny_17.68_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -104.761324, - 17.679256, - -89.831863, - 29.972179 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_137_minx_-107.8_miny_18.75_part_0.json b/current/shorelinemonitor-shorelines/items/box_137_minx_-107.8_miny_18.75_part_0.json deleted file mode 100644 index 02ae959b93..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_137_minx_-107.8_miny_18.75_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_137_minx_-107.8_miny_18.75_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -107.797467, - 18.745989, - -89.831865, - 30.21503 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 79567, - "datetime": "2024-03-25T14:44:33.702401Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -89.831865, - 18.745989 - ], - [ - -89.831865, - 30.21503 - ], - [ - -107.797467, - 30.21503 - ], - [ - -107.797467, - 18.745989 - ], - [ - -89.831865, - 18.745989 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=137/minx_-107.8_miny_18.75_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -107.797467, - 18.745989, - -89.831865, - 30.21503 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_137_n18w096_part-3919bb35db40.json b/current/shorelinemonitor-shorelines/items/box_137_n18w096_part-3919bb35db40.json deleted file mode 100644 index 9257191c2d..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_137_n18w096_part-3919bb35db40.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_137_n18w096_part-3919bb35db40", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -95.726419, - 17.946546, - -89.831863, - 29.972179 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 16336, - "datetime": "2024-06-18T13:53:52.442483Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -89.831863, - 17.946546 - ], - [ - -89.831863, - 29.972179 - ], - [ - -95.726419, - 29.972179 - ], - [ - -95.726419, - 17.946546 - ], - [ - -89.831863, - 17.946546 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=137/n18w096_part-3919bb35db40.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -95.726419, - 17.946546, - -89.831863, - 29.972179 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_137_n18w108_part-43564d8fb632.json b/current/shorelinemonitor-shorelines/items/box_137_n18w108_part-43564d8fb632.json deleted file mode 100644 index cdf7be50a1..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_137_n18w108_part-43564d8fb632.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_137_n18w108_part-43564d8fb632", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -107.797467, - 17.679256, - -89.909896, - 30.21503 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 105550, - "datetime": "2024-06-18T13:53:59.722691Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -89.909896, - 17.679256 - ], - [ - -89.909896, - 30.21503 - ], - [ - -107.797467, - 30.21503 - ], - [ - -107.797467, - 17.679256 - ], - [ - -89.909896, - 17.679256 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=137/n18w108_part-43564d8fb632.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -107.797467, - 17.679256, - -89.909896, - 30.21503 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_138_minx_-89.83_miny_17.68_part_0.json b/current/shorelinemonitor-shorelines/items/box_138_minx_-89.83_miny_17.68_part_0.json deleted file mode 100644 index 41465ab83a..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_138_minx_-89.83_miny_17.68_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_138_minx_-89.83_miny_17.68_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -89.831225, - 17.679251, - -71.865526, - 26.782242 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 122087, - "datetime": "2024-03-25T14:45:00.632997Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -71.865526, - 17.679251 - ], - [ - -71.865526, - 26.782242 - ], - [ - -89.831225, - 26.782242 - ], - [ - -89.831225, - 17.679251 - ], - [ - -71.865526, - 17.679251 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=138/minx_-89.83_miny_17.68_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -89.831225, - 17.679251, - -71.865526, - 26.782242 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_138_minx_-89.83_miny_21.9_part_0.json b/current/shorelinemonitor-shorelines/items/box_138_minx_-89.83_miny_21.9_part_0.json deleted file mode 100644 index 98c1cf77b1..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_138_minx_-89.83_miny_21.9_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_138_minx_-89.83_miny_21.9_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -89.831225, - 21.904235, - -71.872417, - 33.785024 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 132433, - "datetime": "2024-03-25T14:45:37.490108Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -71.872417, - 21.904235 - ], - [ - -71.872417, - 33.785024 - ], - [ - -89.831225, - 33.785024 - ], - [ - -89.831225, - 21.904235 - ], - [ - -71.872417, - 21.904235 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=138/minx_-89.83_miny_21.9_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -89.831225, - 21.904235, - -71.872417, - 33.785024 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_138_n18w082_part-3255ec430682.json b/current/shorelinemonitor-shorelines/items/box_138_n18w082_part-3255ec430682.json deleted file mode 100644 index 41a2272ce2..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_138_n18w082_part-3255ec430682.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_138_n18w082_part-3255ec430682", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -81.690179, - 17.680765, - -71.865526, - 22.064232 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 43863, - "datetime": "2024-06-18T13:54:53.825087Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -71.865526, - 17.680765 - ], - [ - -71.865526, - 22.064232 - ], - [ - -81.690179, - 22.064232 - ], - [ - -81.690179, - 17.680765 - ], - [ - -71.865526, - 17.680765 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=138/n18w082_part-3255ec430682.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -81.690179, - 17.680765, - -71.865526, - 22.064232 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_138_n18w090_part-7cc4a8b1b953.json b/current/shorelinemonitor-shorelines/items/box_138_n18w090_part-7cc4a8b1b953.json deleted file mode 100644 index fe198921db..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_138_n18w090_part-7cc4a8b1b953.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_138_n18w090_part-7cc4a8b1b953", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -89.831225, - 17.679251, - -71.865527, - 27.261827 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 116505, - "datetime": "2024-06-18T13:55:10.578060Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -71.865527, - 17.679251 - ], - [ - -71.865527, - 27.261827 - ], - [ - -89.831225, - 27.261827 - ], - [ - -89.831225, - 17.679251 - ], - [ - -71.865527, - 17.679251 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=138/n18w090_part-7cc4a8b1b953.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -89.831225, - 17.679251, - -71.865527, - 27.261827 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_138_n22w090_part-561d7045ccb5.json b/current/shorelinemonitor-shorelines/items/box_138_n22w090_part-561d7045ccb5.json deleted file mode 100644 index 81a1cedf98..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_138_n22w090_part-561d7045ccb5.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_138_n22w090_part-561d7045ccb5", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -89.831225, - 21.915667, - -78.669293, - 33.785024 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 94152, - "datetime": "2024-06-18T13:55:56.653418Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -78.669293, - 21.915667 - ], - [ - -78.669293, - 33.785024 - ], - [ - -89.831225, - 33.785024 - ], - [ - -89.831225, - 21.915667 - ], - [ - -78.669293, - 21.915667 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=138/n22w090_part-561d7045ccb5.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -89.831225, - 21.915667, - -78.669293, - 33.785024 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_139_minx_-71.86_miny_17.68_part_0.json b/current/shorelinemonitor-shorelines/items/box_139_minx_-71.86_miny_17.68_part_0.json deleted file mode 100644 index 536c1535dd..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_139_minx_-71.86_miny_17.68_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_139_minx_-71.86_miny_17.68_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -71.864888, - 17.679256, - -61.478724, - 32.373727 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 36785, - "datetime": "2024-03-25T14:46:22.329669Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -61.478724, - 17.679256 - ], - [ - -61.478724, - 32.373727 - ], - [ - -71.864888, - 32.373727 - ], - [ - -71.864888, - 17.679256 - ], - [ - -61.478724, - 17.679256 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=139/minx_-71.86_miny_17.68_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -71.864888, - 17.679256, - -61.478724, - 32.373727 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_139_n18w072_part-6c0068658ef2.json b/current/shorelinemonitor-shorelines/items/box_139_n18w072_part-6c0068658ef2.json deleted file mode 100644 index 2cac6fad3e..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_139_n18w072_part-6c0068658ef2.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_139_n18w072_part-6c0068658ef2", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -71.864888, - 17.679256, - -61.478724, - 32.373727 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 36785, - "datetime": "2024-06-18T13:57:21.951987Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -61.478724, - 17.679256 - ], - [ - -61.478724, - 32.373727 - ], - [ - -71.864888, - 32.373727 - ], - [ - -71.864888, - 17.679256 - ], - [ - -61.478724, - 17.679256 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=139/n18w072_part-6c0068658ef2.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -71.864888, - 17.679256, - -61.478724, - 32.373727 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_141_minx_-18.25_miny_27.56_part_0.json b/current/shorelinemonitor-shorelines/items/box_141_minx_-18.25_miny_27.56_part_0.json deleted file mode 100644 index 381416c10a..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_141_minx_-18.25_miny_27.56_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_141_minx_-18.25_miny_27.56_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -18.246726, - 27.563732, - -17.966609, - 28.994721 - ], - "proj:epsg": 4326, - "start_datetime": "1988-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 612, - "datetime": "2024-03-25T14:46:31.474868Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -17.966609, - 27.563732 - ], - [ - -17.966609, - 28.994721 - ], - [ - -18.246726, - 28.994721 - ], - [ - -18.246726, - 27.563732 - ], - [ - -17.966609, - 27.563732 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=141/minx_-18.25_miny_27.56_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -18.246726, - 27.563732, - -17.966609, - 28.994721 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_141_n28w018_part-41cf57996ed9.json b/current/shorelinemonitor-shorelines/items/box_141_n28w018_part-41cf57996ed9.json deleted file mode 100644 index 299b10ccb3..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_141_n28w018_part-41cf57996ed9.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_141_n28w018_part-41cf57996ed9", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -18.246726, - 27.563732, - -17.966609, - 28.994721 - ], - "proj:epsg": 4326, - "start_datetime": "1988-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 612, - "datetime": "2024-06-18T13:57:35.293365Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -17.966609, - 27.563732 - ], - [ - -17.966609, - 28.994721 - ], - [ - -18.246726, - 28.994721 - ], - [ - -18.246726, - 27.563732 - ], - [ - -17.966609, - 27.563732 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=141/n28w018_part-41cf57996ed9.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -18.246726, - 27.563732, - -17.966609, - 28.994721 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_142_minx_-17.97_miny_17.68_part_0.json b/current/shorelinemonitor-shorelines/items/box_142_minx_-17.97_miny_17.68_part_0.json deleted file mode 100644 index 9991c6a1d8..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_142_minx_-17.97_miny_17.68_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_142_minx_-17.97_miny_17.68_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -17.965971, - 17.679267, - -7.251864, - 33.785002 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 33894, - "datetime": "2024-03-25T14:46:32.380243Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -7.251864, - 17.679267 - ], - [ - -7.251864, - 33.785002 - ], - [ - -17.965971, - 33.785002 - ], - [ - -17.965971, - 17.679267 - ], - [ - -7.251864, - 17.679267 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=142/minx_-17.97_miny_17.68_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -17.965971, - 17.679267, - -7.251864, - 33.785002 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_142_n18w018_part-9130715b74d2.json b/current/shorelinemonitor-shorelines/items/box_142_n18w018_part-9130715b74d2.json deleted file mode 100644 index 594c8cc68d..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_142_n18w018_part-9130715b74d2.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_142_n18w018_part-9130715b74d2", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -17.965971, - 17.679267, - -7.251864, - 33.785002 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 33894, - "datetime": "2024-06-18T13:57:36.023415Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -7.251864, - 17.679267 - ], - [ - -7.251864, - 33.785002 - ], - [ - -17.965971, - 33.785002 - ], - [ - -17.965971, - 17.679267 - ], - [ - -7.251864, - 17.679267 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=142/n18w018_part-9130715b74d2.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -17.965971, - 17.679267, - -7.251864, - 33.785002 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_143_minx_10.24_miny_30.7_part_0.json b/current/shorelinemonitor-shorelines/items/box_143_minx_10.24_miny_30.7_part_0.json deleted file mode 100644 index af8cbeb36c..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_143_minx_10.24_miny_30.7_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_143_minx_10.24_miny_30.7_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 10.243951, - 30.699596, - 17.965971, - 33.785024 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 11677, - "datetime": "2024-03-25T14:46:42.811207Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 17.965971, - 30.699596 - ], - [ - 17.965971, - 33.785024 - ], - [ - 10.243951, - 33.785024 - ], - [ - 10.243951, - 30.699596 - ], - [ - 17.965971, - 30.699596 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=143/minx_10.24_miny_30.7_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 10.243951, - 30.699596, - 17.965971, - 33.785024 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_143_n31e010_part-b9de9121270c.json b/current/shorelinemonitor-shorelines/items/box_143_n31e010_part-b9de9121270c.json deleted file mode 100644 index 159e137a26..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_143_n31e010_part-b9de9121270c.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_143_n31e010_part-b9de9121270c", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 10.243951, - 30.699596, - 17.965971, - 33.785024 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 11677, - "datetime": "2024-06-18T13:57:50.115589Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 17.965971, - 30.699596 - ], - [ - 17.965971, - 33.785024 - ], - [ - 10.243951, - 33.785024 - ], - [ - 10.243951, - 30.699596 - ], - [ - 17.965971, - 30.699596 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=143/n31e010_part-b9de9121270c.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 10.243951, - 30.699596, - 17.965971, - 33.785024 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_144_minx_17.97_miny_22.42_part_0.json b/current/shorelinemonitor-shorelines/items/box_144_minx_17.97_miny_22.42_part_0.json deleted file mode 100644 index b9f71c26ca..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_144_minx_17.97_miny_22.42_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_144_minx_17.97_miny_22.42_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 17.966609, - 22.424277, - 35.932308, - 33.785021 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 46611, - "datetime": "2024-03-25T14:46:46.790822Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 35.932308, - 22.424277 - ], - [ - 35.932308, - 33.785021 - ], - [ - 17.966609, - 33.785021 - ], - [ - 17.966609, - 22.424277 - ], - [ - 35.932308, - 22.424277 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=144/minx_17.97_miny_22.42_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 17.966609, - 22.424277, - 35.932308, - 33.785021 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_144_n22e018_part-ff0ac0a14f74.json b/current/shorelinemonitor-shorelines/items/box_144_n22e018_part-ff0ac0a14f74.json deleted file mode 100644 index f786680b18..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_144_n22e018_part-ff0ac0a14f74.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_144_n22e018_part-ff0ac0a14f74", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 17.966609, - 22.424277, - 35.932308, - 33.785021 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 46611, - "datetime": "2024-06-18T13:57:55.245473Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 35.932308, - 22.424277 - ], - [ - 35.932308, - 33.785021 - ], - [ - 17.966609, - 33.785021 - ], - [ - 17.966609, - 22.424277 - ], - [ - 35.932308, - 22.424277 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=144/n22e018_part-ff0ac0a14f74.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 17.966609, - 22.424277, - 35.932308, - 33.785021 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_145_minx_35.93_miny_17.68_part_0.json b/current/shorelinemonitor-shorelines/items/box_145_minx_35.93_miny_17.68_part_0.json deleted file mode 100644 index 1c70fa7e94..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_145_minx_35.93_miny_17.68_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_145_minx_35.93_miny_17.68_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 35.932946, - 17.67925, - 53.898549, - 30.699024 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 56007, - "datetime": "2024-03-25T14:47:00.848519Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 53.898549, - 17.67925 - ], - [ - 53.898549, - 30.699024 - ], - [ - 35.932946, - 30.699024 - ], - [ - 35.932946, - 17.67925 - ], - [ - 53.898549, - 17.67925 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=145/minx_35.93_miny_17.68_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 35.932946, - 17.67925, - 53.898549, - 30.699024 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_145_n18e036_part-e5f8f82c6856.json b/current/shorelinemonitor-shorelines/items/box_145_n18e036_part-e5f8f82c6856.json deleted file mode 100644 index a1e19fab3f..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_145_n18e036_part-e5f8f82c6856.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_145_n18e036_part-e5f8f82c6856", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 35.932946, - 17.67925, - 53.898549, - 30.699024 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 56007, - "datetime": "2024-06-18T13:58:14.675654Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 53.898549, - 17.67925 - ], - [ - 53.898549, - 30.699024 - ], - [ - 35.932946, - 30.699024 - ], - [ - 35.932946, - 17.67925 - ], - [ - 53.898549, - 17.67925 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=145/n18e036_part-e5f8f82c6856.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 35.932946, - 17.67925, - 53.898549, - 30.699024 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_146_minx_53.9_miny_17.92_part_0.json b/current/shorelinemonitor-shorelines/items/box_146_minx_53.9_miny_17.92_part_0.json deleted file mode 100644 index b2eec30d28..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_146_minx_53.9_miny_17.92_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_146_minx_53.9_miny_17.92_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 53.899188, - 17.916098, - 71.584132, - 27.261852 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 97306, - "datetime": "2024-03-25T14:47:19.515677Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 71.584132, - 17.916098 - ], - [ - 71.584132, - 27.261852 - ], - [ - 53.899188, - 27.261852 - ], - [ - 53.899188, - 17.916098 - ], - [ - 71.584132, - 17.916098 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=146/minx_53.9_miny_17.92_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 53.899188, - 17.916098, - 71.584132, - 27.261852 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_146_minx_55.31_miny_17.68_part_0.json b/current/shorelinemonitor-shorelines/items/box_146_minx_55.31_miny_17.68_part_0.json deleted file mode 100644 index 5464559bc2..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_146_minx_55.31_miny_17.68_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_146_minx_55.31_miny_17.68_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 55.309374, - 17.679273, - 71.864888, - 21.935951 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 8207, - "datetime": "2024-03-25T14:47:48.971038Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 71.864888, - 17.679273 - ], - [ - 71.864888, - 21.935951 - ], - [ - 55.309374, - 21.935951 - ], - [ - 55.309374, - 17.679273 - ], - [ - 71.864888, - 17.679273 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=146/minx_55.31_miny_17.68_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 55.309374, - 17.679273, - 71.864888, - 21.935951 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_146_n18e054_part-aea126bd96a0.json b/current/shorelinemonitor-shorelines/items/box_146_n18e054_part-aea126bd96a0.json deleted file mode 100644 index 9d8fe64437..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_146_n18e054_part-aea126bd96a0.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_146_n18e054_part-aea126bd96a0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 53.899188, - 17.679273, - 71.864888, - 27.261852 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 105513, - "datetime": "2024-06-18T13:58:38.494028Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 71.864888, - 17.679273 - ], - [ - 71.864888, - 27.261852 - ], - [ - 53.899188, - 27.261852 - ], - [ - 53.899188, - 17.679273 - ], - [ - 71.864888, - 17.679273 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=146/n18e054_part-aea126bd96a0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 53.899188, - 17.679273, - 71.864888, - 27.261852 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_147_minx_71.87_miny_17.68_part_0.json b/current/shorelinemonitor-shorelines/items/box_147_minx_71.87_miny_17.68_part_0.json deleted file mode 100644 index 5e90d0051f..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_147_minx_71.87_miny_17.68_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_147_minx_71.87_miny_17.68_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 71.865526, - 17.67928, - 89.831225, - 22.682933 - ], - "proj:epsg": 4326, - "start_datetime": "1987-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 78622, - "datetime": "2024-03-25T14:47:52.313390Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 89.831225, - 17.67928 - ], - [ - 89.831225, - 22.682933 - ], - [ - 71.865526, - 22.682933 - ], - [ - 71.865526, - 17.67928 - ], - [ - 89.831225, - 17.67928 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=147/minx_71.87_miny_17.68_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 71.865526, - 17.67928, - 89.831225, - 22.682933 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_147_n18e072_part-47260545da66.json b/current/shorelinemonitor-shorelines/items/box_147_n18e072_part-47260545da66.json deleted file mode 100644 index c629099d8b..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_147_n18e072_part-47260545da66.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_147_n18e072_part-47260545da66", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 71.865526, - 17.67928, - 89.831225, - 22.682933 - ], - "proj:epsg": 4326, - "start_datetime": "1987-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 78622, - "datetime": "2024-06-18T13:59:22.128166Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 89.831225, - 17.67928 - ], - [ - 89.831225, - 22.682933 - ], - [ - 71.865526, - 22.682933 - ], - [ - 71.865526, - 17.67928 - ], - [ - 89.831225, - 17.67928 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=147/n18e072_part-47260545da66.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 71.865526, - 17.67928, - 89.831225, - 22.682933 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_148_minx_89.83_miny_17.68_part_0.json b/current/shorelinemonitor-shorelines/items/box_148_minx_89.83_miny_17.68_part_0.json deleted file mode 100644 index eda8f8af9d..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_148_minx_89.83_miny_17.68_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_148_minx_89.83_miny_17.68_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 89.831863, - 17.679272, - 107.797467, - 22.94168 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 77403, - "datetime": "2024-03-25T14:48:19.318139Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.797467, - 17.679272 - ], - [ - 107.797467, - 22.94168 - ], - [ - 89.831863, - 22.94168 - ], - [ - 89.831863, - 17.679272 - ], - [ - 107.797467, - 17.679272 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=148/minx_89.83_miny_17.68_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 89.831863, - 17.679272, - 107.797467, - 22.94168 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_148_n18e090_part-ee9094995041.json b/current/shorelinemonitor-shorelines/items/box_148_n18e090_part-ee9094995041.json deleted file mode 100644 index a3d286ccf6..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_148_n18e090_part-ee9094995041.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_148_n18e090_part-ee9094995041", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 89.831863, - 17.679272, - 107.797467, - 22.94168 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 77403, - "datetime": "2024-06-18T13:59:58.433109Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.797467, - 17.679272 - ], - [ - 107.797467, - 22.94168 - ], - [ - 89.831863, - 22.94168 - ], - [ - 89.831863, - 17.679272 - ], - [ - 107.797467, - 17.679272 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=148/n18e090_part-ee9094995041.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 89.831863, - 17.679272, - 107.797467, - 22.94168 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_149_minx_107.8_miny_18.21_part_0.json b/current/shorelinemonitor-shorelines/items/box_149_minx_107.8_miny_18.21_part_0.json deleted file mode 100644 index 9a7705abd4..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_149_minx_107.8_miny_18.21_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_149_minx_107.8_miny_18.21_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 107.798105, - 18.213395, - 125.483049, - 27.058236 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 83269, - "datetime": "2024-03-25T14:48:44.007656Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 125.483049, - 18.213395 - ], - [ - 125.483049, - 27.058236 - ], - [ - 107.798105, - 27.058236 - ], - [ - 107.798105, - 18.213395 - ], - [ - 125.483049, - 18.213395 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=149/minx_107.8_miny_18.21_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 107.798105, - 18.213395, - 125.483049, - 27.058236 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_149_minx_108.36_miny_17.68_part_0.json b/current/shorelinemonitor-shorelines/items/box_149_minx_108.36_miny_17.68_part_0.json deleted file mode 100644 index 08d0e8a72e..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_149_minx_108.36_miny_17.68_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_149_minx_108.36_miny_17.68_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 108.359717, - 17.67925, - 122.389222, - 21.943034 - ], - "proj:epsg": 4326, - "start_datetime": "1986-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 32580, - "datetime": "2024-03-25T14:49:07.977954Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 122.389222, - 17.67925 - ], - [ - 122.389222, - 21.943034 - ], - [ - 108.359717, - 21.943034 - ], - [ - 108.359717, - 17.67925 - ], - [ - 122.389222, - 17.67925 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=149/minx_108.36_miny_17.68_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 108.359717, - 17.67925, - 122.389222, - 21.943034 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_149_minx_112.29_miny_21.76_part_0.json b/current/shorelinemonitor-shorelines/items/box_149_minx_112.29_miny_21.76_part_0.json deleted file mode 100644 index f773e2fabb..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_149_minx_112.29_miny_21.76_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_149_minx_112.29_miny_21.76_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 112.289714, - 21.756332, - 123.798708, - 33.785023 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 95580, - "datetime": "2024-03-25T14:49:17.412976Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 123.798708, - 21.756332 - ], - [ - 123.798708, - 33.785023 - ], - [ - 112.289714, - 33.785023 - ], - [ - 112.289714, - 21.756332 - ], - [ - 123.798708, - 21.756332 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=149/minx_112.29_miny_21.76_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 112.289714, - 21.756332, - 123.798708, - 33.785023 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_149_n18e108_part-063936258931.json b/current/shorelinemonitor-shorelines/items/box_149_n18e108_part-063936258931.json deleted file mode 100644 index 0678d9ce57..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_149_n18e108_part-063936258931.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_149_n18e108_part-063936258931", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 107.798105, - 17.67925, - 125.483049, - 25.501402 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 81894, - "datetime": "2024-06-18T14:00:38.221976Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 125.483049, - 17.67925 - ], - [ - 125.483049, - 25.501402 - ], - [ - 107.798105, - 25.501402 - ], - [ - 107.798105, - 17.67925 - ], - [ - 125.483049, - 17.67925 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=149/n18e108_part-063936258931.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 107.798105, - 17.67925, - 125.483049, - 25.501402 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_149_n22e112_part-71587dbcd2eb.json b/current/shorelinemonitor-shorelines/items/box_149_n22e112_part-71587dbcd2eb.json deleted file mode 100644 index 9062e061e7..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_149_n22e112_part-71587dbcd2eb.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_149_n22e112_part-71587dbcd2eb", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 112.289714, - 21.904251, - 122.675878, - 33.785023 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 129535, - "datetime": "2024-06-18T14:01:39.070619Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 122.675878, - 21.904251 - ], - [ - 122.675878, - 33.785023 - ], - [ - 112.289714, - 33.785023 - ], - [ - 112.289714, - 21.904251 - ], - [ - 122.675878, - 21.904251 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=149/n22e112_part-71587dbcd2eb.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 112.289714, - 21.904251, - 122.675878, - 33.785023 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_150_minx_126.16_miny_25.76_part_0.json b/current/shorelinemonitor-shorelines/items/box_150_minx_126.16_miny_25.76_part_0.json deleted file mode 100644 index ea2502d411..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_150_minx_126.16_miny_25.76_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_150_minx_126.16_miny_25.76_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 126.1605, - 25.755223, - 142.240222, - 33.785024 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 54069, - "datetime": "2024-03-25T14:49:46.403896Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 142.240222, - 25.755223 - ], - [ - 142.240222, - 33.785024 - ], - [ - 126.1605, - 33.785024 - ], - [ - 126.1605, - 25.755223 - ], - [ - 142.240222, - 25.755223 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=150/minx_126.16_miny_25.76_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 126.1605, - 25.755223, - 142.240222, - 33.785024 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_150_n26e126_part-a96d61366d3b.json b/current/shorelinemonitor-shorelines/items/box_150_n26e126_part-a96d61366d3b.json deleted file mode 100644 index b823ef75ca..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_150_n26e126_part-a96d61366d3b.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_150_n26e126_part-a96d61366d3b", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 126.1605, - 25.755223, - 142.240222, - 33.785024 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 54069, - "datetime": "2024-06-18T14:03:14.430635Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 142.240222, - 25.755223 - ], - [ - 142.240222, - 33.785024 - ], - [ - 126.1605, - 33.785024 - ], - [ - 126.1605, - 25.755223 - ], - [ - 142.240222, - 25.755223 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=150/n26e126_part-a96d61366d3b.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 126.1605, - 25.755223, - 142.240222, - 33.785024 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_158_minx_-124.57_miny_33.79_part_0.json b/current/shorelinemonitor-shorelines/items/box_158_minx_-124.57_miny_33.79_part_0.json deleted file mode 100644 index fa3e77fd00..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_158_minx_-124.57_miny_33.79_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_158_minx_-124.57_miny_33.79_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -124.568875, - 33.78558, - -118.190118, - 47.353543 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 94638, - "datetime": "2024-03-25T14:50:02.281785Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -118.190118, - 33.78558 - ], - [ - -118.190118, - 47.353543 - ], - [ - -124.568875, - 47.353543 - ], - [ - -124.568875, - 33.78558 - ], - [ - -118.190118, - 33.78558 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=158/minx_-124.57_miny_33.79_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -124.568875, - 33.78558, - -118.190118, - 47.353543 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_158_n34w125_part-f6c3b0e14988.json b/current/shorelinemonitor-shorelines/items/box_158_n34w125_part-f6c3b0e14988.json deleted file mode 100644 index 39bd269013..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_158_n34w125_part-f6c3b0e14988.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_158_n34w125_part-f6c3b0e14988", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -124.568875, - 33.78558, - -118.190118, - 47.353543 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 94638, - "datetime": "2024-06-18T14:04:01.505574Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -118.190118, - 33.78558 - ], - [ - -118.190118, - 47.353543 - ], - [ - -124.568875, - 47.353543 - ], - [ - -124.568875, - 33.78558 - ], - [ - -118.190118, - 33.78558 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=158/n34w125_part-f6c3b0e14988.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -124.568875, - 33.78558, - -118.190118, - 47.353543 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_160_minx_-78.75_miny_33.79_part_0.json b/current/shorelinemonitor-shorelines/items/box_160_minx_-78.75_miny_33.79_part_0.json deleted file mode 100644 index a8a0aeb88f..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_160_minx_-78.75_miny_33.79_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_160_minx_-78.75_miny_33.79_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -78.749945, - 33.785604, - -72.146281, - 40.959926 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 23085, - "datetime": "2024-03-25T14:50:32.600998Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -72.146281, - 33.785604 - ], - [ - -72.146281, - 40.959926 - ], - [ - -78.749945, - 40.959926 - ], - [ - -78.749945, - 33.785604 - ], - [ - -72.146281, - 33.785604 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=160/minx_-78.75_miny_33.79_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -78.749945, - 33.785604, - -72.146281, - 40.959926 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_160_minx_-78.81_miny_33.79_part_0.json b/current/shorelinemonitor-shorelines/items/box_160_minx_-78.81_miny_33.79_part_0.json deleted file mode 100644 index c8e325ceba..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_160_minx_-78.81_miny_33.79_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_160_minx_-78.81_miny_33.79_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -78.805508, - 33.789075, - -71.865526, - 41.549427 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 66785, - "datetime": "2024-03-25T14:50:40.727849Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -71.865526, - 33.789075 - ], - [ - -71.865526, - 41.549427 - ], - [ - -78.805508, - 41.549427 - ], - [ - -78.805508, - 33.789075 - ], - [ - -71.865526, - 33.789075 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=160/minx_-78.81_miny_33.79_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -78.805508, - 33.789075, - -71.865526, - 41.549427 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_160_n34w079_part-1bb0f7f5929e.json b/current/shorelinemonitor-shorelines/items/box_160_n34w079_part-1bb0f7f5929e.json deleted file mode 100644 index 7b3ae3e117..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_160_n34w079_part-1bb0f7f5929e.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_160_n34w079_part-1bb0f7f5929e", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -78.805508, - 33.785604, - -71.865526, - 41.549427 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 88720, - "datetime": "2024-06-18T14:05:24.797293Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -71.865526, - 33.785604 - ], - [ - -71.865526, - 41.549427 - ], - [ - -78.805508, - 41.549427 - ], - [ - -78.805508, - 33.785604 - ], - [ - -71.865526, - 33.785604 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=160/n34w079_part-1bb0f7f5929e.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -78.805508, - 33.785604, - -71.865526, - 41.549427 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_160_n34w079_part-85e95c2db232.json b/current/shorelinemonitor-shorelines/items/box_160_n34w079_part-85e95c2db232.json deleted file mode 100644 index 2c041c8f5d..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_160_n34w079_part-85e95c2db232.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_160_n34w079_part-85e95c2db232", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -78.777481, - 33.785604, - -77.479964, - 34.350571 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 1150, - "datetime": "2024-06-18T14:07:03.554271Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -77.479964, - 33.785604 - ], - [ - -77.479964, - 34.350571 - ], - [ - -78.777481, - 34.350571 - ], - [ - -78.777481, - 33.785604 - ], - [ - -77.479964, - 33.785604 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=160/n34w079_part-85e95c2db232.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -78.777481, - 33.785604, - -77.479964, - 34.350571 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_161_minx_-71.58_miny_40.92_part_0.json b/current/shorelinemonitor-shorelines/items/box_161_minx_-71.58_miny_40.92_part_0.json deleted file mode 100644 index 9196209f02..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_161_minx_-71.58_miny_40.92_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_161_minx_-71.58_miny_40.92_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -71.584125, - 40.921251, - -53.899188, - 47.353544 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 47488, - "datetime": "2024-03-25T14:51:06.301196Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -53.899188, - 40.921251 - ], - [ - -53.899188, - 47.353544 - ], - [ - -71.584125, - 47.353544 - ], - [ - -71.584125, - 40.921251 - ], - [ - -53.899188, - 40.921251 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=161/minx_-71.58_miny_40.92_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -71.584125, - 40.921251, - -53.899188, - 47.353544 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_161_minx_-71.86_miny_40.98_part_0.json b/current/shorelinemonitor-shorelines/items/box_161_minx_-71.86_miny_40.98_part_0.json deleted file mode 100644 index 7fffd6db4b..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_161_minx_-71.86_miny_40.98_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_161_minx_-71.86_miny_40.98_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -71.864888, - 40.976766, - -56.234759, - 47.353542 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 70706, - "datetime": "2024-03-25T14:51:23.062777Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -56.234759, - 40.976766 - ], - [ - -56.234759, - 47.353542 - ], - [ - -71.864888, - 47.353542 - ], - [ - -71.864888, - 40.976766 - ], - [ - -56.234759, - 40.976766 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=161/minx_-71.86_miny_40.98_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -71.864888, - 40.976766, - -56.234759, - 47.353542 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_161_n41w072_part-62a0e75d613e.json b/current/shorelinemonitor-shorelines/items/box_161_n41w072_part-62a0e75d613e.json deleted file mode 100644 index daf23244a7..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_161_n41w072_part-62a0e75d613e.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_161_n41w072_part-62a0e75d613e", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -71.864888, - 40.980538, - -56.234759, - 47.353542 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 102232, - "datetime": "2024-06-18T14:07:05.881233Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -56.234759, - 40.980538 - ], - [ - -56.234759, - 47.353542 - ], - [ - -71.864888, - 47.353542 - ], - [ - -71.864888, - 40.980538 - ], - [ - -56.234759, - 40.980538 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=161/n41w072_part-62a0e75d613e.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -71.864888, - 40.980538, - -56.234759, - 47.353542 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_161_n41w072_part-99ed4a401f90.json b/current/shorelinemonitor-shorelines/items/box_161_n41w072_part-99ed4a401f90.json deleted file mode 100644 index b102ed39d3..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_161_n41w072_part-99ed4a401f90.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_161_n41w072_part-99ed4a401f90", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -71.584132, - 40.921251, - -53.899188, - 47.353544 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 15962, - "datetime": "2024-06-18T14:08:41.062397Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -53.899188, - 40.921251 - ], - [ - -53.899188, - 47.353544 - ], - [ - -71.584132, - 47.353544 - ], - [ - -71.584132, - 40.921251 - ], - [ - -53.899188, - 40.921251 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=161/n41w072_part-99ed4a401f90.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -71.584132, - 40.921251, - -53.899188, - 47.353544 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_162_minx_-53.9_miny_46.59_part_0.json b/current/shorelinemonitor-shorelines/items/box_162_minx_-53.9_miny_46.59_part_0.json deleted file mode 100644 index 9df8e71140..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_162_minx_-53.9_miny_46.59_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_162_minx_-53.9_miny_46.59_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -53.898549, - 46.587751, - -52.4957, - 47.353543 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 5808, - "datetime": "2024-03-25T14:51:44.177963Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -52.4957, - 46.587751 - ], - [ - -52.4957, - 47.353543 - ], - [ - -53.898549, - 47.353543 - ], - [ - -53.898549, - 46.587751 - ], - [ - -52.4957, - 46.587751 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=162/minx_-53.9_miny_46.59_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -53.898549, - 46.587751, - -52.4957, - 47.353543 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_162_n47w054_part-865bacc3f754.json b/current/shorelinemonitor-shorelines/items/box_162_n47w054_part-865bacc3f754.json deleted file mode 100644 index b7376d66c9..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_162_n47w054_part-865bacc3f754.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_162_n47w054_part-865bacc3f754", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -53.898549, - 46.587751, - -52.4957, - 47.353543 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 5808, - "datetime": "2024-06-18T14:08:55.446631Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -52.4957, - 46.587751 - ], - [ - -52.4957, - 47.353543 - ], - [ - -53.898549, - 47.353543 - ], - [ - -53.898549, - 46.587751 - ], - [ - -52.4957, - 46.587751 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=162/n47w054_part-865bacc3f754.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -53.898549, - 46.587751, - -52.4957, - 47.353543 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_163_minx_-31.27_miny_36.82_part_0.json b/current/shorelinemonitor-shorelines/items/box_163_minx_-31.27_miny_36.82_part_0.json deleted file mode 100644 index 201d0c5cf1..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_163_minx_-31.27_miny_36.82_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_163_minx_-31.27_miny_36.82_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -31.26882, - 36.819812, - -24.985119, - 39.631099 - ], - "proj:epsg": 4326, - "start_datetime": "1988-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 4934, - "datetime": "2024-03-25T14:51:46.098871Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -24.985119, - 36.819812 - ], - [ - -24.985119, - 39.631099 - ], - [ - -31.26882, - 39.631099 - ], - [ - -31.26882, - 36.819812 - ], - [ - -24.985119, - 36.819812 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=163/minx_-31.27_miny_36.82_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -31.26882, - 36.819812, - -24.985119, - 39.631099 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_163_n37w031_part-3023149b91b3.json b/current/shorelinemonitor-shorelines/items/box_163_n37w031_part-3023149b91b3.json deleted file mode 100644 index 968c41cf25..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_163_n37w031_part-3023149b91b3.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_163_n37w031_part-3023149b91b3", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -31.26882, - 36.819812, - -24.985119, - 39.631099 - ], - "proj:epsg": 4326, - "start_datetime": "1988-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 4934, - "datetime": "2024-06-18T14:08:59.742574Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -24.985119, - 36.819812 - ], - [ - -24.985119, - 39.631099 - ], - [ - -31.26882, - 39.631099 - ], - [ - -31.26882, - 36.819812 - ], - [ - -24.985119, - 36.819812 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=163/n37w031_part-3023149b91b3.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -31.26882, - 36.819812, - -24.985119, - 39.631099 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_164_minx_-9.52_miny_33.79_part_0.json b/current/shorelinemonitor-shorelines/items/box_164_minx_-9.52_miny_33.79_part_0.json deleted file mode 100644 index 7ebec6cefe..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_164_minx_-9.52_miny_33.79_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_164_minx_-9.52_miny_33.79_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -9.517184, - 33.785582, - -0.000271, - 47.353542 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 85458, - "datetime": "2024-03-25T14:51:48.266916Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -0.000271, - 33.785582 - ], - [ - -0.000271, - 47.353542 - ], - [ - -9.517184, - 47.353542 - ], - [ - -9.517184, - 33.785582 - ], - [ - -0.000271, - 33.785582 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=164/minx_-9.52_miny_33.79_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -9.517184, - 33.785582, - -0.000271, - 47.353542 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_164_n34w010_part-f4c7c579bef4.json b/current/shorelinemonitor-shorelines/items/box_164_n34w010_part-f4c7c579bef4.json deleted file mode 100644 index b243cf7212..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_164_n34w010_part-f4c7c579bef4.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_164_n34w010_part-f4c7c579bef4", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -9.517184, - 33.785582, - -0.000271, - 47.353542 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 85458, - "datetime": "2024-06-18T14:09:03.978179Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -0.000271, - 33.785582 - ], - [ - -0.000271, - 47.353542 - ], - [ - -9.517184, - 47.353542 - ], - [ - -9.517184, - 33.785582 - ], - [ - -0.000271, - 33.785582 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=164/n34w010_part-f4c7c579bef4.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -9.517184, - 33.785582, - -0.000271, - 47.353542 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_165_minx_0.0_miny_34.3_part_0.json b/current/shorelinemonitor-shorelines/items/box_165_minx_0.0_miny_34.3_part_0.json deleted file mode 100644 index 30e49b15cd..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_165_minx_0.0_miny_34.3_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_165_minx_0.0_miny_34.3_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 0.000271, - 34.29994, - 17.965971, - 45.088853 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 92099, - "datetime": "2024-03-25T14:52:11.452995Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 17.965971, - 34.29994 - ], - [ - 17.965971, - 45.088853 - ], - [ - 0.000271, - 45.088853 - ], - [ - 0.000271, - 34.29994 - ], - [ - 17.965971, - 34.29994 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=165/minx_0.0_miny_34.3_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 0.000271, - 34.29994, - 17.965971, - 45.088853 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_165_minx_0.56_miny_40.92_part_0.json b/current/shorelinemonitor-shorelines/items/box_165_minx_0.56_miny_40.92_part_0.json deleted file mode 100644 index aafdd8564e..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_165_minx_0.56_miny_40.92_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_165_minx_0.56_miny_40.92_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 0.561782, - 40.916517, - 17.343846, - 45.810133 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 90844, - "datetime": "2024-03-25T14:52:34.712075Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 17.343846, - 40.916517 - ], - [ - 17.343846, - 45.810133 - ], - [ - 0.561782, - 45.810133 - ], - [ - 0.561782, - 40.916517 - ], - [ - 17.343846, - 40.916517 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=165/minx_0.56_miny_40.92_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 0.561782, - 40.916517, - 17.343846, - 45.810133 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_165_minx_10.02_miny_33.79_part_0.json b/current/shorelinemonitor-shorelines/items/box_165_minx_10.02_miny_33.79_part_0.json deleted file mode 100644 index aea88938b1..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_165_minx_10.02_miny_33.79_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_165_minx_10.02_miny_33.79_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 10.015323, - 33.785595, - 17.965971, - 40.979869 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 26064, - "datetime": "2024-03-25T14:53:02.165570Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 17.965971, - 33.785595 - ], - [ - 17.965971, - 40.979869 - ], - [ - 10.015323, - 40.979869 - ], - [ - 10.015323, - 33.785595 - ], - [ - 17.965971, - 33.785595 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=165/minx_10.02_miny_33.79_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 10.015323, - 33.785595, - 17.965971, - 40.979869 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_165_n34e000_part-107b3d2a64b8.json b/current/shorelinemonitor-shorelines/items/box_165_n34e000_part-107b3d2a64b8.json deleted file mode 100644 index 268c620fef..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_165_n34e000_part-107b3d2a64b8.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_165_n34e000_part-107b3d2a64b8", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 0.000271, - 33.785595, - 17.965971, - 41.034494 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 85048, - "datetime": "2024-06-18T14:10:07.169790Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 17.965971, - 33.785595 - ], - [ - 17.965971, - 41.034494 - ], - [ - 0.000271, - 41.034494 - ], - [ - 0.000271, - 33.785595 - ], - [ - 17.965971, - 33.785595 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=165/n34e000_part-107b3d2a64b8.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 0.000271, - 33.785595, - 17.965971, - 41.034494 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_165_n39e000_part-dd3a5f3b4cb1.json b/current/shorelinemonitor-shorelines/items/box_165_n39e000_part-dd3a5f3b4cb1.json deleted file mode 100644 index 69a1cbbc76..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_165_n39e000_part-dd3a5f3b4cb1.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_165_n39e000_part-dd3a5f3b4cb1", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 0.000271, - 39.031807, - 17.965971, - 45.810133 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 123959, - "datetime": "2024-06-18T14:11:12.948020Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 17.965971, - 39.031807 - ], - [ - 17.965971, - 45.810133 - ], - [ - 0.000271, - 45.810133 - ], - [ - 0.000271, - 39.031807 - ], - [ - 17.965971, - 39.031807 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=165/n39e000_part-dd3a5f3b4cb1.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 0.000271, - 39.031807, - 17.965971, - 45.810133 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_166_minx_17.97_miny_34.94_part_0.json b/current/shorelinemonitor-shorelines/items/box_166_minx_17.97_miny_34.94_part_0.json deleted file mode 100644 index 79cfe17978..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_166_minx_17.97_miny_34.94_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_166_minx_17.97_miny_34.94_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 17.972422, - 34.944183, - 33.967112, - 40.979869 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 82264, - "datetime": "2024-03-25T14:53:09.029550Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 33.967112, - 34.944183 - ], - [ - 33.967112, - 40.979869 - ], - [ - 17.972422, - 40.979869 - ], - [ - 17.972422, - 34.944183 - ], - [ - 33.967112, - 34.944183 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=166/minx_17.97_miny_34.94_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 17.972422, - 34.944183, - 33.967112, - 40.979869 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_166_minx_17.97_miny_36.39_part_0.json b/current/shorelinemonitor-shorelines/items/box_166_minx_17.97_miny_36.39_part_0.json deleted file mode 100644 index f2542cbd20..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_166_minx_17.97_miny_36.39_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_166_minx_17.97_miny_36.39_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 17.966609, - 36.38564, - 35.932308, - 46.971853 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 91651, - "datetime": "2024-03-25T14:53:35.445156Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 35.932308, - 36.38564 - ], - [ - 35.932308, - 46.971853 - ], - [ - 17.966609, - 46.971853 - ], - [ - 17.966609, - 36.38564 - ], - [ - 35.932308, - 36.38564 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=166/minx_17.97_miny_36.39_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 17.966609, - 36.38564, - 35.932308, - 46.971853 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_166_minx_22.89_miny_33.79_part_0.json b/current/shorelinemonitor-shorelines/items/box_166_minx_22.89_miny_33.79_part_0.json deleted file mode 100644 index af4d49b1c2..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_166_minx_22.89_miny_33.79_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_166_minx_22.89_miny_33.79_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 22.891507, - 33.785558, - 35.932308, - 36.988264 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 51330, - "datetime": "2024-03-25T14:53:59.987926Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 35.932308, - 33.785558 - ], - [ - 35.932308, - 36.988264 - ], - [ - 22.891507, - 36.988264 - ], - [ - 22.891507, - 33.785558 - ], - [ - 35.932308, - 33.785558 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=166/minx_22.89_miny_33.79_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 22.891507, - 33.785558, - 35.932308, - 36.988264 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_166_n34e022_part-8424e66729a6.json b/current/shorelinemonitor-shorelines/items/box_166_n34e022_part-8424e66729a6.json deleted file mode 100644 index 41136d3f21..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_166_n34e022_part-8424e66729a6.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_166_n34e022_part-8424e66729a6", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 22.458217, - 33.785558, - 35.932308, - 41.084082 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 104396, - "datetime": "2024-06-18T14:12:49.287918Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 35.932308, - 33.785558 - ], - [ - 35.932308, - 41.084082 - ], - [ - 22.458217, - 41.084082 - ], - [ - 22.458217, - 33.785558 - ], - [ - 35.932308, - 33.785558 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=166/n34e022_part-8424e66729a6.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 22.458217, - 33.785558, - 35.932308, - 41.084082 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_166_n36e018_part-4015427d04aa.json b/current/shorelinemonitor-shorelines/items/box_166_n36e018_part-4015427d04aa.json deleted file mode 100644 index ffb9851322..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_166_n36e018_part-4015427d04aa.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_166_n36e018_part-4015427d04aa", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 17.966609, - 36.38564, - 35.932308, - 46.971853 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 120849, - "datetime": "2024-06-18T14:14:13.722935Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 35.932308, - 36.38564 - ], - [ - 35.932308, - 46.971853 - ], - [ - 17.966609, - 46.971853 - ], - [ - 17.966609, - 36.38564 - ], - [ - 35.932308, - 36.38564 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=166/n36e018_part-4015427d04aa.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 17.966609, - 36.38564, - 35.932308, - 46.971853 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_167_minx_35.93_miny_34.25_part_0.json b/current/shorelinemonitor-shorelines/items/box_167_minx_35.93_miny_34.25_part_0.json deleted file mode 100644 index 09c5e82b92..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_167_minx_35.93_miny_34.25_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_167_minx_35.93_miny_34.25_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 35.932946, - 34.250858, - 53.898549, - 45.088836 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 98283, - "datetime": "2024-03-25T14:54:12.615437Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 53.898549, - 34.250858 - ], - [ - 53.898549, - 45.088836 - ], - [ - 35.932946, - 45.088836 - ], - [ - 35.932946, - 34.250858 - ], - [ - 53.898549, - 34.250858 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=167/minx_35.93_miny_34.25_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 35.932946, - 34.250858, - 53.898549, - 45.088836 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_167_minx_35.93_miny_40.92_part_0.json b/current/shorelinemonitor-shorelines/items/box_167_minx_35.93_miny_40.92_part_0.json deleted file mode 100644 index 38cd4dc111..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_167_minx_35.93_miny_40.92_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_167_minx_35.93_miny_40.92_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 35.932946, - 40.916538, - 53.898549, - 47.353543 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 142069, - "datetime": "2024-03-25T14:54:36.863777Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 53.898549, - 40.916538 - ], - [ - 53.898549, - 47.353543 - ], - [ - 35.932946, - 47.353543 - ], - [ - 35.932946, - 40.916538 - ], - [ - 53.898549, - 40.916538 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=167/minx_35.93_miny_40.92_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 35.932946, - 40.916538, - 53.898549, - 47.353543 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_167_n34e036_part-5b31b4e28e7a.json b/current/shorelinemonitor-shorelines/items/box_167_n34e036_part-5b31b4e28e7a.json deleted file mode 100644 index 4c6fadebd9..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_167_n34e036_part-5b31b4e28e7a.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_167_n34e036_part-5b31b4e28e7a", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 35.932946, - 34.250858, - 53.898549, - 45.219883 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 107597, - "datetime": "2024-06-18T14:15:42.838765Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 53.898549, - 34.250858 - ], - [ - 53.898549, - 45.219883 - ], - [ - 35.932946, - 45.219883 - ], - [ - 35.932946, - 34.250858 - ], - [ - 53.898549, - 34.250858 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=167/n34e036_part-5b31b4e28e7a.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 35.932946, - 34.250858, - 53.898549, - 45.219883 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_167_n41e036_part-9272b869eb29.json b/current/shorelinemonitor-shorelines/items/box_167_n41e036_part-9272b869eb29.json deleted file mode 100644 index e0d3aa7404..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_167_n41e036_part-9272b869eb29.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_167_n41e036_part-9272b869eb29", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 35.932946, - 40.930127, - 53.898549, - 47.353543 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 132755, - "datetime": "2024-06-18T14:16:47.630491Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 53.898549, - 40.930127 - ], - [ - 53.898549, - 47.353543 - ], - [ - 35.932946, - 47.353543 - ], - [ - 35.932946, - 40.930127 - ], - [ - 53.898549, - 40.930127 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=167/n41e036_part-9272b869eb29.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 35.932946, - 40.930127, - 53.898549, - 47.353543 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_168_minx_53.9_miny_36.78_part_0.json b/current/shorelinemonitor-shorelines/items/box_168_minx_53.9_miny_36.78_part_0.json deleted file mode 100644 index c6c71e2895..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_168_minx_53.9_miny_36.78_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_168_minx_53.9_miny_36.78_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 53.899188, - 36.77777, - 55.021476, - 45.810133 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 22637, - "datetime": "2024-03-25T14:55:14.119548Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 55.021476, - 36.77777 - ], - [ - 55.021476, - 45.810133 - ], - [ - 53.899188, - 45.810133 - ], - [ - 53.899188, - 36.77777 - ], - [ - 55.021476, - 36.77777 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=168/minx_53.9_miny_36.78_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 53.899188, - 36.77777, - 55.021476, - 45.810133 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_168_n37e054_part-530042bf8cc0.json b/current/shorelinemonitor-shorelines/items/box_168_n37e054_part-530042bf8cc0.json deleted file mode 100644 index 678ba74152..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_168_n37e054_part-530042bf8cc0.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_168_n37e054_part-530042bf8cc0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 53.899188, - 36.77777, - 55.021476, - 45.810133 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 22637, - "datetime": "2024-06-18T14:18:23.590542Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 55.021476, - 36.77777 - ], - [ - 55.021476, - 45.810133 - ], - [ - 53.899188, - 45.810133 - ], - [ - 53.899188, - 36.77777 - ], - [ - 55.021476, - 36.77777 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=168/n37e054_part-530042bf8cc0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 53.899188, - 36.77777, - 55.021476, - 45.810133 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_171_minx_117.34_miny_33.79_part_0.json b/current/shorelinemonitor-shorelines/items/box_171_minx_117.34_miny_33.79_part_0.json deleted file mode 100644 index f218665e3f..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_171_minx_117.34_miny_33.79_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_171_minx_117.34_miny_33.79_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 117.342737, - 33.785559, - 125.763805, - 41.127908 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 122257, - "datetime": "2024-03-25T14:55:19.832933Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 125.763805, - 33.785559 - ], - [ - 125.763805, - 41.127908 - ], - [ - 117.342737, - 41.127908 - ], - [ - 117.342737, - 33.785559 - ], - [ - 125.763805, - 33.785559 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=171/minx_117.34_miny_33.79_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 117.342737, - 33.785559, - 125.763805, - 41.127908 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_171_n34e117_part-2c4272fecc7f.json b/current/shorelinemonitor-shorelines/items/box_171_n34e117_part-2c4272fecc7f.json deleted file mode 100644 index 858e576cd6..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_171_n34e117_part-2c4272fecc7f.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_171_n34e117_part-2c4272fecc7f", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 117.342737, - 33.785559, - 125.763805, - 41.127908 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 122257, - "datetime": "2024-06-18T14:18:36.596766Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 125.763805, - 33.785559 - ], - [ - 125.763805, - 41.127908 - ], - [ - 117.342737, - 41.127908 - ], - [ - 117.342737, - 33.785559 - ], - [ - 125.763805, - 33.785559 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=171/n34e117_part-2c4272fecc7f.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 117.342737, - 33.785559, - 125.763805, - 41.127908 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_172_minx_125.76_miny_33.79_part_0.json b/current/shorelinemonitor-shorelines/items/box_172_minx_125.76_miny_33.79_part_0.json deleted file mode 100644 index 1e717609e9..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_172_minx_125.76_miny_33.79_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_172_minx_125.76_miny_33.79_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 125.764443, - 33.785559, - 134.955514, - 40.977077 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 101742, - "datetime": "2024-03-25T14:55:49.876614Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 134.955514, - 33.785559 - ], - [ - 134.955514, - 40.977077 - ], - [ - 125.764443, - 40.977077 - ], - [ - 125.764443, - 33.785559 - ], - [ - 134.955514, - 33.785559 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=172/minx_125.76_miny_33.79_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 125.764443, - 33.785559, - 134.955514, - 40.977077 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_172_minx_126.12_miny_34.25_part_0.json b/current/shorelinemonitor-shorelines/items/box_172_minx_126.12_miny_34.25_part_0.json deleted file mode 100644 index b20204e1c1..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_172_minx_126.12_miny_34.25_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_172_minx_126.12_miny_34.25_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 126.119824, - 34.250979, - 143.730142, - 47.353544 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 108376, - "datetime": "2024-03-25T14:56:19.028686Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 143.730142, - 34.250979 - ], - [ - 143.730142, - 47.353544 - ], - [ - 126.119824, - 47.353544 - ], - [ - 126.119824, - 34.250979 - ], - [ - 143.730142, - 34.250979 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=172/minx_126.12_miny_34.25_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 126.119824, - 34.250979, - 143.730142, - 47.353544 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_172_minx_129.65_miny_33.79_part_0.json b/current/shorelinemonitor-shorelines/items/box_172_minx_129.65_miny_33.79_part_0.json deleted file mode 100644 index 680c85ca1d..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_172_minx_129.65_miny_33.79_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_172_minx_129.65_miny_33.79_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 129.645604, - 33.785561, - 142.07285, - 40.979755 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 103037, - "datetime": "2024-03-25T14:56:50.721545Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 142.07285, - 33.785561 - ], - [ - 142.07285, - 40.979755 - ], - [ - 129.645604, - 40.979755 - ], - [ - 129.645604, - 33.785561 - ], - [ - 142.07285, - 33.785561 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=172/minx_129.65_miny_33.79_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 129.645604, - 33.785561, - 142.07285, - 40.979755 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_172_minx_135.01_miny_33.79_part_0.json b/current/shorelinemonitor-shorelines/items/box_172_minx_135.01_miny_33.79_part_0.json deleted file mode 100644 index 784c4c3303..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_172_minx_135.01_miny_33.79_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_172_minx_135.01_miny_33.79_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 135.006644, - 33.785558, - 141.167521, - 37.718585 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 56643, - "datetime": "2024-03-25T14:57:18.442650Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 141.167521, - 33.785558 - ], - [ - 141.167521, - 37.718585 - ], - [ - 135.006644, - 37.718585 - ], - [ - 135.006644, - 33.785558 - ], - [ - 141.167521, - 33.785558 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=172/minx_135.01_miny_33.79_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 135.006644, - 33.785558, - 141.167521, - 37.718585 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_172_n34e126_part-7fb79cd4468a.json b/current/shorelinemonitor-shorelines/items/box_172_n34e126_part-7fb79cd4468a.json deleted file mode 100644 index ac5facad33..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_172_n34e126_part-7fb79cd4468a.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_172_n34e126_part-7fb79cd4468a", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 125.802865, - 33.785559, - 135.027681, - 41.033679 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 118004, - "datetime": "2024-06-18T14:19:59.585627Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 135.027681, - 33.785559 - ], - [ - 135.027681, - 41.033679 - ], - [ - 125.802865, - 41.033679 - ], - [ - 125.802865, - 33.785559 - ], - [ - 135.027681, - 33.785559 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=172/n34e126_part-7fb79cd4468a.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 125.802865, - 33.785559, - 135.027681, - 41.033679 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_172_n34e132_part-810ee82a43e0.json b/current/shorelinemonitor-shorelines/items/box_172_n34e132_part-810ee82a43e0.json deleted file mode 100644 index 5e65583274..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_172_n34e132_part-810ee82a43e0.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_172_n34e132_part-810ee82a43e0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 132.171308, - 33.785558, - 142.07285, - 41.127704 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 117441, - "datetime": "2024-06-18T14:21:23.713377Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 142.07285, - 33.785558 - ], - [ - 142.07285, - 41.127704 - ], - [ - 132.171308, - 41.127704 - ], - [ - 132.171308, - 33.785558 - ], - [ - 142.07285, - 33.785558 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=172/n34e132_part-810ee82a43e0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 132.171308, - 33.785558, - 142.07285, - 41.127704 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_172_n37e126_part-393cd0afa137.json b/current/shorelinemonitor-shorelines/items/box_172_n37e126_part-393cd0afa137.json deleted file mode 100644 index c8bb18f314..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_172_n37e126_part-393cd0afa137.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_172_n37e126_part-393cd0afa137", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 125.764443, - 36.53905, - 143.730142, - 47.353544 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 134353, - "datetime": "2024-06-18T14:22:39.751829Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 143.730142, - 36.53905 - ], - [ - 143.730142, - 47.353544 - ], - [ - 125.764443, - 47.353544 - ], - [ - 125.764443, - 36.53905 - ], - [ - 143.730142, - 36.53905 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=172/n37e126_part-393cd0afa137.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 125.764443, - 36.53905, - 143.730142, - 47.353544 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_173_minx_143.73_miny_42.59_part_0.json b/current/shorelinemonitor-shorelines/items/box_173_minx_143.73_miny_42.59_part_0.json deleted file mode 100644 index 35fb017375..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_173_minx_143.73_miny_42.59_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_173_minx_143.73_miny_42.59_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 143.73078, - 42.591863, - 152.713263, - 47.353543 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 23788, - "datetime": "2024-03-25T14:57:34.526803Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 152.713263, - 42.591863 - ], - [ - 152.713263, - 47.353543 - ], - [ - 143.73078, - 47.353543 - ], - [ - 143.73078, - 42.591863 - ], - [ - 152.713263, - 42.591863 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=173/minx_143.73_miny_42.59_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 143.73078, - 42.591863, - 152.713263, - 47.353543 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_173_n43e144_part-667c0afdf48d.json b/current/shorelinemonitor-shorelines/items/box_173_n43e144_part-667c0afdf48d.json deleted file mode 100644 index 0ef73d0004..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_173_n43e144_part-667c0afdf48d.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_173_n43e144_part-667c0afdf48d", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 143.73078, - 42.591863, - 152.713263, - 47.353543 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 23788, - "datetime": "2024-06-18T14:24:13.640339Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 152.713263, - 42.591863 - ], - [ - 152.713263, - 47.353543 - ], - [ - 143.73078, - 47.353543 - ], - [ - 143.73078, - 42.591863 - ], - [ - 152.713263, - 42.591863 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=173/n43e144_part-667c0afdf48d.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 143.73078, - 42.591863, - 152.713263, - 47.353543 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_179_minx_-127.92_miny_49.06_part_0.json b/current/shorelinemonitor-shorelines/items/box_179_minx_-127.92_miny_49.06_part_0.json deleted file mode 100644 index 93bb6a6eca..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_179_minx_-127.92_miny_49.06_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_179_minx_-127.92_miny_49.06_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -127.920691, - 49.058623, - -125.764443, - 50.7363 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 29119, - "datetime": "2024-03-25T14:57:41.452834Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -125.764443, - 49.058623 - ], - [ - -125.764443, - 50.7363 - ], - [ - -127.920691, - 50.7363 - ], - [ - -127.920691, - 49.058623 - ], - [ - -125.764443, - 49.058623 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=179/minx_-127.92_miny_49.06_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -127.920691, - 49.058623, - -125.764443, - 50.7363 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_179_minx_-131.66_miny_49.37_part_0.json b/current/shorelinemonitor-shorelines/items/box_179_minx_-131.66_miny_49.37_part_0.json deleted file mode 100644 index 555c9e2cb0..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_179_minx_-131.66_miny_49.37_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_179_minx_-131.66_miny_49.37_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -131.658997, - 49.373662, - -125.764443, - 54.091376 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 146068, - "datetime": "2024-03-25T14:57:49.395643Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -125.764443, - 49.373662 - ], - [ - -125.764443, - 54.091376 - ], - [ - -131.658997, - 54.091376 - ], - [ - -131.658997, - 49.373662 - ], - [ - -125.764443, - 49.373662 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=179/minx_-131.66_miny_49.37_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -131.658997, - 49.373662, - -125.764443, - 54.091376 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_179_minx_-134.42_miny_52.41_part_0.json b/current/shorelinemonitor-shorelines/items/box_179_minx_-134.42_miny_52.41_part_0.json deleted file mode 100644 index a3185c73eb..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_179_minx_-134.42_miny_52.41_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_179_minx_-134.42_miny_52.41_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -134.419726, - 52.412379, - -126.887466, - 56.020417 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 143359, - "datetime": "2024-03-25T14:58:36.141970Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -126.887466, - 52.412379 - ], - [ - -126.887466, - 56.020417 - ], - [ - -134.419726, - 56.020417 - ], - [ - -134.419726, - 52.412379 - ], - [ - -126.887466, - 52.412379 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=179/minx_-134.42_miny_52.41_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -134.419726, - 52.412379, - -126.887466, - 56.020417 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_179_minx_-136.71_miny_55.71_part_0.json b/current/shorelinemonitor-shorelines/items/box_179_minx_-136.71_miny_55.71_part_0.json deleted file mode 100644 index 76bd31fd32..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_179_minx_-136.71_miny_55.71_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_179_minx_-136.71_miny_55.71_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -136.711919, - 55.705615, - -129.695937, - 58.155128 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 142850, - "datetime": "2024-03-25T14:59:21.519506Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -129.695937, - 55.705615 - ], - [ - -129.695937, - 58.155128 - ], - [ - -136.711919, - 58.155128 - ], - [ - -136.711919, - 55.705615 - ], - [ - -129.695937, - 55.705615 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=179/minx_-136.71_miny_55.71_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -136.711919, - 55.705615, - -129.695937, - 58.155128 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_179_n49w129_part-10e73e7e5c7d.json b/current/shorelinemonitor-shorelines/items/box_179_n49w129_part-10e73e7e5c7d.json deleted file mode 100644 index 1215b15dac..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_179_n49w129_part-10e73e7e5c7d.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_179_n49w129_part-10e73e7e5c7d", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -129.009639, - 49.058623, - -125.764443, - 52.58299 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 72263, - "datetime": "2024-06-18T14:24:33.582321Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -125.764443, - 49.058623 - ], - [ - -125.764443, - 52.58299 - ], - [ - -129.009639, - 52.58299 - ], - [ - -129.009639, - 49.058623 - ], - [ - -125.764443, - 49.058623 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=179/n49w129_part-10e73e7e5c7d.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -129.009639, - 49.058623, - -125.764443, - 52.58299 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_179_n51w132_part-4985348fb232.json b/current/shorelinemonitor-shorelines/items/box_179_n51w132_part-4985348fb232.json deleted file mode 100644 index 538384b47c..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_179_n51w132_part-4985348fb232.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_179_n51w132_part-4985348fb232", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -132.22051, - 50.700384, - -126.606613, - 54.214667 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 127152, - "datetime": "2024-06-18T14:25:28.245330Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -126.606613, - 50.700384 - ], - [ - -126.606613, - 54.214667 - ], - [ - -132.22051, - 54.214667 - ], - [ - -132.22051, - 50.700384 - ], - [ - -126.606613, - 50.700384 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=179/n51w132_part-4985348fb232.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -132.22051, - 50.700384, - -126.606613, - 54.214667 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_179_n53w134_part-2d461ea060ac.json b/current/shorelinemonitor-shorelines/items/box_179_n53w134_part-2d461ea060ac.json deleted file mode 100644 index c1354709e8..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_179_n53w134_part-2d461ea060ac.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_179_n53w134_part-2d461ea060ac", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -134.419726, - 52.542918, - -129.332975, - 56.642928 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 130282, - "datetime": "2024-06-18T14:27:33.629086Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -129.332975, - 52.542918 - ], - [ - -129.332975, - 56.642928 - ], - [ - -134.419726, - 56.642928 - ], - [ - -134.419726, - 52.542918 - ], - [ - -129.332975, - 52.542918 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=179/n53w134_part-2d461ea060ac.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -134.419726, - 52.542918, - -129.332975, - 56.642928 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_179_n56w137_part-f2a32bae5d46.json b/current/shorelinemonitor-shorelines/items/box_179_n56w137_part-f2a32bae5d46.json deleted file mode 100644 index af3d350955..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_179_n56w137_part-f2a32bae5d46.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_179_n56w137_part-f2a32bae5d46", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -136.711919, - 55.705615, - -129.69454, - 58.155128 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 131699, - "datetime": "2024-06-18T14:28:53.327073Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -129.69454, - 55.705615 - ], - [ - -129.69454, - 58.155128 - ], - [ - -136.711919, - 58.155128 - ], - [ - -136.711919, - 55.705615 - ], - [ - -129.69454, - 55.705615 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=179/n56w137_part-f2a32bae5d46.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -136.711919, - 55.705615, - -129.69454, - 58.155128 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_180_minx_-123.52_miny_47.35_part_0.json b/current/shorelinemonitor-shorelines/items/box_180_minx_-123.52_miny_47.35_part_0.json deleted file mode 100644 index f015f7d042..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_180_minx_-123.52_miny_47.35_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_180_minx_-123.52_miny_47.35_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -123.518049, - 47.353933, - -122.115102, - 48.457454 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 7828, - "datetime": "2024-03-25T15:00:10.720186Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -122.115102, - 47.353933 - ], - [ - -122.115102, - 48.457454 - ], - [ - -123.518049, - 48.457454 - ], - [ - -123.518049, - 47.353933 - ], - [ - -122.115102, - 47.353933 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=180/minx_-123.52_miny_47.35_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -123.518049, - 47.353933, - -122.115102, - 48.457454 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_180_minx_-125.76_miny_47.35_part_0.json b/current/shorelinemonitor-shorelines/items/box_180_minx_-125.76_miny_47.35_part_0.json deleted file mode 100644 index 16a8eb8878..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_180_minx_-125.76_miny_47.35_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_180_minx_-125.76_miny_47.35_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -125.763805, - 47.35392, - -122.129928, - 51.197058 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 106931, - "datetime": "2024-03-25T15:00:13.711682Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -122.129928, - 47.35392 - ], - [ - -122.129928, - 51.197058 - ], - [ - -125.763805, - 51.197058 - ], - [ - -125.763805, - 47.35392 - ], - [ - -122.129928, - 47.35392 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=180/minx_-125.76_miny_47.35_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -125.763805, - 47.35392, - -122.129928, - 51.197058 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_180_n47w126_part-27f14475276e.json b/current/shorelinemonitor-shorelines/items/box_180_n47w126_part-27f14475276e.json deleted file mode 100644 index 8f45c684f7..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_180_n47w126_part-27f14475276e.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_180_n47w126_part-27f14475276e", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -125.763805, - 47.35392, - -122.115102, - 51.197058 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 114759, - "datetime": "2024-06-18T14:30:50.881993Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -122.115102, - 47.35392 - ], - [ - -122.115102, - 51.197058 - ], - [ - -125.763805, - 51.197058 - ], - [ - -125.763805, - 47.35392 - ], - [ - -122.115102, - 47.35392 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=180/n47w126_part-27f14475276e.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -125.763805, - 47.35392, - -122.115102, - 51.197058 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_181_minx_-92.92_miny_56.95_part_0.json b/current/shorelinemonitor-shorelines/items/box_181_minx_-92.92_miny_56.95_part_0.json deleted file mode 100644 index 81aa0ce651..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_181_minx_-92.92_miny_56.95_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_181_minx_-92.92_miny_56.95_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -92.919152, - 56.950637, - -89.831863, - 58.155119 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 9071, - "datetime": "2024-03-25T15:00:47.882528Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -89.831863, - 56.950637 - ], - [ - -89.831863, - 58.155119 - ], - [ - -92.919152, - 58.155119 - ], - [ - -92.919152, - 56.950637 - ], - [ - -89.831863, - 56.950637 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=181/minx_-92.92_miny_56.95_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -92.919152, - 56.950637, - -89.831863, - 58.155119 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_181_n57w093_part-8ddbceadcbeb.json b/current/shorelinemonitor-shorelines/items/box_181_n57w093_part-8ddbceadcbeb.json deleted file mode 100644 index a721f4880d..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_181_n57w093_part-8ddbceadcbeb.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_181_n57w093_part-8ddbceadcbeb", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -92.919152, - 56.950637, - -89.831863, - 58.155119 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 9071, - "datetime": "2024-06-18T14:32:30.975235Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -89.831863, - 56.950637 - ], - [ - -89.831863, - 58.155119 - ], - [ - -92.919152, - 58.155119 - ], - [ - -92.919152, - 56.950637 - ], - [ - -89.831863, - 56.950637 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=181/n57w093_part-8ddbceadcbeb.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -92.919152, - 56.950637, - -89.831863, - 58.155119 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_182_minx_-89.83_miny_51.02_part_0.json b/current/shorelinemonitor-shorelines/items/box_182_minx_-89.83_miny_51.02_part_0.json deleted file mode 100644 index 7c90ea8a52..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_182_minx_-89.83_miny_51.02_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_182_minx_-89.83_miny_51.02_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -89.831225, - 51.021183, - -78.041475, - 57.103088 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 98195, - "datetime": "2024-03-25T15:00:50.538374Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -78.041475, - 51.021183 - ], - [ - -78.041475, - 57.103088 - ], - [ - -89.831225, - 57.103088 - ], - [ - -89.831225, - 51.021183 - ], - [ - -78.041475, - 51.021183 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=182/minx_-89.83_miny_51.02_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -89.831225, - 51.021183, - -78.041475, - 57.103088 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_182_n51w090_part-5a9ed00c49e0.json b/current/shorelinemonitor-shorelines/items/box_182_n51w090_part-5a9ed00c49e0.json deleted file mode 100644 index 9fef76637d..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_182_n51w090_part-5a9ed00c49e0.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_182_n51w090_part-5a9ed00c49e0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -89.831225, - 51.021183, - -78.041475, - 57.103088 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 98195, - "datetime": "2024-06-18T14:32:36.672937Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -78.041475, - 51.021183 - ], - [ - -78.041475, - 57.103088 - ], - [ - -89.831225, - 57.103088 - ], - [ - -89.831225, - 51.021183 - ], - [ - -78.041475, - 51.021183 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=182/n51w090_part-5a9ed00c49e0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -89.831225, - 51.021183, - -78.041475, - 57.103088 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_183_minx_-67.44_miny_48.92_part_0.json b/current/shorelinemonitor-shorelines/items/box_183_minx_-67.44_miny_48.92_part_0.json deleted file mode 100644 index 04e89c6bf2..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_183_minx_-67.44_miny_48.92_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_183_minx_-67.44_miny_48.92_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -67.443316, - 48.922528, - -54.741455, - 53.760611 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 101755, - "datetime": "2024-03-25T15:01:15.558886Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -54.741455, - 48.922528 - ], - [ - -54.741455, - 53.760611 - ], - [ - -67.443316, - 53.760611 - ], - [ - -67.443316, - 48.922528 - ], - [ - -54.741455, - 48.922528 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=183/minx_-67.44_miny_48.92_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -67.443316, - 48.922528, - -54.741455, - 53.760611 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_183_minx_-67.49_miny_47.35_part_0.json b/current/shorelinemonitor-shorelines/items/box_183_minx_-67.49_miny_47.35_part_0.json deleted file mode 100644 index fc9b1c11d1..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_183_minx_-67.49_miny_47.35_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_183_minx_-67.49_miny_47.35_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -67.490476, - 47.353931, - -53.899188, - 49.768175 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 56541, - "datetime": "2024-03-25T15:01:44.993024Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -53.899188, - 47.353931 - ], - [ - -53.899188, - 49.768175 - ], - [ - -67.490476, - 49.768175 - ], - [ - -67.490476, - 47.353931 - ], - [ - -53.899188, - 47.353931 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=183/minx_-67.49_miny_47.35_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -67.490476, - 47.353931, - -53.899188, - 49.768175 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_183_minx_-70.74_miny_47.35_part_0.json b/current/shorelinemonitor-shorelines/items/box_183_minx_-70.74_miny_47.35_part_0.json deleted file mode 100644 index 07b87a2722..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_183_minx_-70.74_miny_47.35_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_183_minx_-70.74_miny_47.35_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -70.742054, - 47.35393, - -53.901127, - 58.155128 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 102099, - "datetime": "2024-03-25T15:02:01.572265Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -53.901127, - 47.35393 - ], - [ - -53.901127, - 58.155128 - ], - [ - -70.742054, - 58.155128 - ], - [ - -70.742054, - 47.35393 - ], - [ - -53.901127, - 47.35393 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=183/minx_-70.74_miny_47.35_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -70.742054, - 47.35393, - -53.901127, - 58.155128 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_183_n47w056_part-943cad27fe06.json b/current/shorelinemonitor-shorelines/items/box_183_n47w056_part-943cad27fe06.json deleted file mode 100644 index 5310bbe51a..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_183_n47w056_part-943cad27fe06.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_183_n47w056_part-943cad27fe06", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -56.318072, - 47.353932, - -53.899188, - 48.923933 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 13792, - "datetime": "2024-06-18T14:33:40.392704Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -53.899188, - 47.353932 - ], - [ - -53.899188, - 48.923933 - ], - [ - -56.318072, - 48.923933 - ], - [ - -56.318072, - 47.353932 - ], - [ - -53.899188, - 47.353932 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=183/n47w056_part-943cad27fe06.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -56.318072, - 47.353932, - -53.899188, - 48.923933 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_183_n47w068_part-5bbfd36f4f83.json b/current/shorelinemonitor-shorelines/items/box_183_n47w068_part-5bbfd36f4f83.json deleted file mode 100644 index 902e45d3c8..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_183_n47w068_part-5bbfd36f4f83.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_183_n47w068_part-5bbfd36f4f83", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -67.514048, - 47.353931, - -53.899188, - 53.760611 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 118028, - "datetime": "2024-06-18T14:33:54.318420Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -53.899188, - 47.353931 - ], - [ - -53.899188, - 53.760611 - ], - [ - -67.514048, - 53.760611 - ], - [ - -67.514048, - 47.353931 - ], - [ - -53.899188, - 47.353931 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=183/n47w068_part-5bbfd36f4f83.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -67.514048, - 47.353931, - -53.899188, - 53.760611 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_183_n47w071_part-94d9a4b41eec.json b/current/shorelinemonitor-shorelines/items/box_183_n47w071_part-94d9a4b41eec.json deleted file mode 100644 index 2a7028c67b..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_183_n47w071_part-94d9a4b41eec.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_183_n47w071_part-94d9a4b41eec", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -70.742054, - 47.35393, - -56.14504, - 58.155128 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 128575, - "datetime": "2024-06-18T14:35:23.692599Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -56.14504, - 47.35393 - ], - [ - -56.14504, - 58.155128 - ], - [ - -70.742054, - 58.155128 - ], - [ - -70.742054, - 47.35393 - ], - [ - -56.14504, - 47.35393 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=183/n47w071_part-94d9a4b41eec.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -70.742054, - 47.35393, - -56.14504, - 58.155128 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_184_minx_-53.9_miny_47.35_part_0.json b/current/shorelinemonitor-shorelines/items/box_184_minx_-53.9_miny_47.35_part_0.json deleted file mode 100644 index 1646decc56..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_184_minx_-53.9_miny_47.35_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_184_minx_-53.9_miny_47.35_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -53.898549, - 47.353925, - -52.495602, - 49.569929 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 19043, - "datetime": "2024-03-25T15:02:30.517740Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -52.495602, - 47.353925 - ], - [ - -52.495602, - 49.569929 - ], - [ - -53.898549, - 49.569929 - ], - [ - -53.898549, - 47.353925 - ], - [ - -52.495602, - 47.353925 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=184/minx_-53.9_miny_47.35_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -53.898549, - 47.353925, - -52.495602, - 49.569929 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_184_n47w054_part-e86ee27e8ebf.json b/current/shorelinemonitor-shorelines/items/box_184_n47w054_part-e86ee27e8ebf.json deleted file mode 100644 index a560b9317b..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_184_n47w054_part-e86ee27e8ebf.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_184_n47w054_part-e86ee27e8ebf", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -53.898549, - 47.353925, - -52.495602, - 49.569929 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 19043, - "datetime": "2024-06-18T14:36:57.867976Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -52.495602, - 47.353925 - ], - [ - -52.495602, - 49.569929 - ], - [ - -53.898549, - 49.569929 - ], - [ - -53.898549, - 47.353925 - ], - [ - -52.495602, - 47.353925 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=184/n47w054_part-e86ee27e8ebf.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -53.898549, - 47.353925, - -52.495602, - 49.569929 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_186_minx_-10.32_miny_48.85_part_0.json b/current/shorelinemonitor-shorelines/items/box_186_minx_-10.32_miny_48.85_part_0.json deleted file mode 100644 index 376daea38c..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_186_minx_-10.32_miny_48.85_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_186_minx_-10.32_miny_48.85_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -10.32286, - 48.853589, - -0.075337, - 58.155128 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 125909, - "datetime": "2024-03-25T15:02:36.537236Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -0.075337, - 48.853589 - ], - [ - -0.075337, - 58.155128 - ], - [ - -10.32286, - 58.155128 - ], - [ - -10.32286, - 48.853589 - ], - [ - -0.075337, - 48.853589 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=186/minx_-10.32_miny_48.85_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -10.32286, - 48.853589, - -0.075337, - 58.155128 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_186_minx_-10.67_miny_47.35_part_0.json b/current/shorelinemonitor-shorelines/items/box_186_minx_-10.67_miny_47.35_part_0.json deleted file mode 100644 index bf9fc0404a..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_186_minx_-10.67_miny_47.35_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_186_minx_-10.67_miny_47.35_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -10.667191, - 47.353943, - -0.000271, - 54.162385 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 70295, - "datetime": "2024-03-25T15:03:16.516054Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -0.000271, - 47.353943 - ], - [ - -0.000271, - 54.162385 - ], - [ - -10.667191, - 54.162385 - ], - [ - -10.667191, - 47.353943 - ], - [ - -0.000271, - 47.353943 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=186/minx_-10.67_miny_47.35_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -10.667191, - 47.353943, - -0.000271, - 54.162385 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_186_n47w011_part-8440bb43b292.json b/current/shorelinemonitor-shorelines/items/box_186_n47w011_part-8440bb43b292.json deleted file mode 100644 index 88d25afdd4..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_186_n47w011_part-8440bb43b292.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_186_n47w011_part-8440bb43b292", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -10.667191, - 47.353943, - -0.000271, - 54.202 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 66045, - "datetime": "2024-06-18T14:37:10.444726Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -0.000271, - 47.353943 - ], - [ - -0.000271, - 54.202 - ], - [ - -10.667191, - 54.202 - ], - [ - -10.667191, - 47.353943 - ], - [ - -0.000271, - 47.353943 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=186/n47w011_part-8440bb43b292.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -10.667191, - 47.353943, - -0.000271, - 54.202 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_186_n52w010_part-fc9d1d73e40b.json b/current/shorelinemonitor-shorelines/items/box_186_n52w010_part-fc9d1d73e40b.json deleted file mode 100644 index ccd5655969..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_186_n52w010_part-fc9d1d73e40b.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_186_n52w010_part-fc9d1d73e40b", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -10.32286, - 52.412512, - -0.212532, - 58.155128 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 130159, - "datetime": "2024-06-18T14:38:07.104604Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -0.212532, - 52.412512 - ], - [ - -0.212532, - 58.155128 - ], - [ - -10.32286, - 58.155128 - ], - [ - -10.32286, - 52.412512 - ], - [ - -0.212532, - 52.412512 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=186/n52w010_part-fc9d1d73e40b.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -10.32286, - 52.412512, - -0.212532, - 58.155128 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_187_minx_0.0_miny_49.22_part_0.json b/current/shorelinemonitor-shorelines/items/box_187_minx_0.0_miny_49.22_part_0.json deleted file mode 100644 index 88dc41f3e8..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_187_minx_0.0_miny_49.22_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_187_minx_0.0_miny_49.22_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 0.000271, - 49.22153, - 17.965966, - 55.775896 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 114188, - "datetime": "2024-03-25T15:03:39.365118Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 17.965966, - 49.22153 - ], - [ - 17.965966, - 55.775896 - ], - [ - 0.000271, - 55.775896 - ], - [ - 0.000271, - 49.22153 - ], - [ - 17.965966, - 49.22153 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=187/minx_0.0_miny_49.22_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 0.000271, - 49.22153, - 17.965966, - 55.775896 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_187_minx_0.0_miny_52.41_part_0.json b/current/shorelinemonitor-shorelines/items/box_187_minx_0.0_miny_52.41_part_0.json deleted file mode 100644 index 831fdb414e..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_187_minx_0.0_miny_52.41_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_187_minx_0.0_miny_52.41_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 0.000271, - 52.412492, - 17.1238, - 58.155128 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 105473, - "datetime": "2024-03-25T15:04:08.592826Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 17.1238, - 52.412492 - ], - [ - 17.1238, - 58.155128 - ], - [ - 0.000271, - 58.155128 - ], - [ - 0.000271, - 52.412492 - ], - [ - 17.1238, - 52.412492 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=187/minx_0.0_miny_52.41_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 0.000271, - 52.412492, - 17.1238, - 58.155128 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_187_minx_16.88_miny_54.42_part_0.json b/current/shorelinemonitor-shorelines/items/box_187_minx_16.88_miny_54.42_part_0.json deleted file mode 100644 index 8ee963b909..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_187_minx_16.88_miny_54.42_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_187_minx_16.88_miny_54.42_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 16.875404, - 54.419719, - 17.1238, - 54.571828 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 1621, - "datetime": "2024-03-25T15:04:37.755812Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 17.1238, - 54.419719 - ], - [ - 17.1238, - 54.571828 - ], - [ - 16.875404, - 54.571828 - ], - [ - 16.875404, - 54.419719 - ], - [ - 17.1238, - 54.419719 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=187/minx_16.88_miny_54.42_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 16.875404, - 54.419719, - 17.1238, - 54.571828 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_187_n49e000_part-0aafb2f7a216.json b/current/shorelinemonitor-shorelines/items/box_187_n49e000_part-0aafb2f7a216.json deleted file mode 100644 index 370cfce00e..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_187_n49e000_part-0aafb2f7a216.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_187_n49e000_part-0aafb2f7a216", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 0.000271, - 49.22153, - 17.965966, - 55.863133 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 90771, - "datetime": "2024-06-18T14:39:55.097923Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 17.965966, - 49.22153 - ], - [ - 17.965966, - 55.863133 - ], - [ - 0.000271, - 55.863133 - ], - [ - 0.000271, - 49.22153 - ], - [ - 17.965966, - 49.22153 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=187/n49e000_part-0aafb2f7a216.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 0.000271, - 49.22153, - 17.965966, - 55.863133 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_187_n52e000_part-950d2ea2b98f.json b/current/shorelinemonitor-shorelines/items/box_187_n52e000_part-950d2ea2b98f.json deleted file mode 100644 index 9d4ec684be..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_187_n52e000_part-950d2ea2b98f.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_187_n52e000_part-950d2ea2b98f", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 0.000271, - 52.412492, - 17.1238, - 58.155128 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 130511, - "datetime": "2024-06-18T14:41:02.673849Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 17.1238, - 52.412492 - ], - [ - 17.1238, - 58.155128 - ], - [ - 0.000271, - 58.155128 - ], - [ - 0.000271, - 52.412492 - ], - [ - 17.1238, - 52.412492 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=187/n52e000_part-950d2ea2b98f.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 0.000271, - 52.412492, - 17.1238, - 58.155128 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_188_minx_17.97_miny_54.09_part_0.json b/current/shorelinemonitor-shorelines/items/box_188_minx_17.97_miny_54.09_part_0.json deleted file mode 100644 index c210fa3f8b..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_188_minx_17.97_miny_54.09_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_188_minx_17.97_miny_54.09_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 17.966609, - 54.091729, - 24.703335, - 58.155128 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 26342, - "datetime": "2024-03-25T15:04:38.926221Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 24.703335, - 54.091729 - ], - [ - 24.703335, - 58.155128 - ], - [ - 17.966609, - 58.155128 - ], - [ - 17.966609, - 54.091729 - ], - [ - 24.703335, - 54.091729 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=188/minx_17.97_miny_54.09_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 17.966609, - 54.091729, - 24.703335, - 58.155128 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_188_n54e018_part-5827c79c709e.json b/current/shorelinemonitor-shorelines/items/box_188_n54e018_part-5827c79c709e.json deleted file mode 100644 index c5ecbc1020..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_188_n54e018_part-5827c79c709e.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_188_n54e018_part-5827c79c709e", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 17.966609, - 54.091729, - 24.703335, - 58.155128 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 26342, - "datetime": "2024-06-18T14:42:45.074758Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 24.703335, - 54.091729 - ], - [ - 24.703335, - 58.155128 - ], - [ - 17.966609, - 58.155128 - ], - [ - 17.966609, - 54.091729 - ], - [ - 24.703335, - 54.091729 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=188/n54e018_part-5827c79c709e.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 17.966609, - 54.091729, - 24.703335, - 58.155128 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_194_minx_135.03_miny_47.35_part_0.json b/current/shorelinemonitor-shorelines/items/box_194_minx_135.03_miny_47.35_part_0.json deleted file mode 100644 index b7f85daec9..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_194_minx_135.03_miny_47.35_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_194_minx_135.03_miny_47.35_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 135.028319, - 47.353932, - 143.730142, - 58.154931 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 120127, - "datetime": "2024-03-25T15:04:46.848753Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 143.730142, - 47.353932 - ], - [ - 143.730142, - 58.154931 - ], - [ - 135.028319, - 58.154931 - ], - [ - 135.028319, - 47.353932 - ], - [ - 143.730142, - 47.353932 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=194/minx_135.03_miny_47.35_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 135.028319, - 47.353932, - 143.730142, - 58.154931 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_194_minx_142.03_miny_47.35_part_0.json b/current/shorelinemonitor-shorelines/items/box_194_minx_142.03_miny_47.35_part_0.json deleted file mode 100644 index 68e559884a..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_194_minx_142.03_miny_47.35_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_194_minx_142.03_miny_47.35_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 142.031577, - 47.353952, - 142.940702, - 47.752537 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 3019, - "datetime": "2024-03-25T15:05:21.271099Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 142.940702, - 47.353952 - ], - [ - 142.940702, - 47.752537 - ], - [ - 142.031577, - 47.752537 - ], - [ - 142.031577, - 47.353952 - ], - [ - 142.940702, - 47.353952 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=194/minx_142.03_miny_47.35_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 142.031577, - 47.353952, - 142.940702, - 47.752537 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_194_n47e135_part-2435b85baec4.json b/current/shorelinemonitor-shorelines/items/box_194_n47e135_part-2435b85baec4.json deleted file mode 100644 index 3c82ec25a6..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_194_n47e135_part-2435b85baec4.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_194_n47e135_part-2435b85baec4", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 135.028319, - 47.353932, - 143.730142, - 58.154931 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 123146, - "datetime": "2024-06-18T14:42:57.448877Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 143.730142, - 47.353932 - ], - [ - 143.730142, - 58.154931 - ], - [ - 135.028319, - 58.154931 - ], - [ - 135.028319, - 47.353932 - ], - [ - 143.730142, - 47.353932 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=194/n47e135_part-2435b85baec4.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 135.028319, - 47.353932, - 143.730142, - 58.154931 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_195_minx_143.73_miny_47.35_part_0.json b/current/shorelinemonitor-shorelines/items/box_195_minx_143.73_miny_47.35_part_0.json deleted file mode 100644 index cc20dcc30d..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_195_minx_143.73_miny_47.35_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_195_minx_143.73_miny_47.35_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 143.73078, - 47.35392, - 161.696376, - 58.155128 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 40477, - "datetime": "2024-03-25T15:05:22.754373Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 161.696376, - 47.35392 - ], - [ - 161.696376, - 58.155128 - ], - [ - 143.73078, - 58.155128 - ], - [ - 143.73078, - 47.35392 - ], - [ - 161.696376, - 47.35392 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=195/minx_143.73_miny_47.35_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 143.73078, - 47.35392, - 161.696376, - 58.155128 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_195_n47e144_part-f5cdb2d17d66.json b/current/shorelinemonitor-shorelines/items/box_195_n47e144_part-f5cdb2d17d66.json deleted file mode 100644 index 1de195b842..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_195_n47e144_part-f5cdb2d17d66.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_195_n47e144_part-f5cdb2d17d66", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 143.73078, - 47.35392, - 161.696376, - 58.155128 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 40477, - "datetime": "2024-06-18T14:43:54.291724Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 161.696376, - 47.35392 - ], - [ - 161.696376, - 58.155128 - ], - [ - 143.73078, - 58.155128 - ], - [ - 143.73078, - 47.35392 - ], - [ - 161.696376, - 47.35392 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=195/n47e144_part-f5cdb2d17d66.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 143.73078, - 47.35392, - 161.696376, - 58.155128 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_203_minx_-94.88_miny_58.16_part_0.json b/current/shorelinemonitor-shorelines/items/box_203_minx_-94.88_miny_58.16_part_0.json deleted file mode 100644 index 03983c38f3..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_203_minx_-94.88_miny_58.16_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_203_minx_-94.88_miny_58.16_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -94.884249, - 58.155481, - -92.639426, - 60.447169 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 10805, - "datetime": "2024-03-25T15:05:32.975897Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -92.639426, - 58.155481 - ], - [ - -92.639426, - 60.447169 - ], - [ - -94.884249, - 60.447169 - ], - [ - -94.884249, - 58.155481 - ], - [ - -92.639426, - 58.155481 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=203/minx_-94.88_miny_58.16_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -94.884249, - 58.155481, - -92.639426, - 60.447169 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_203_n58w095_part-fded77523f19.json b/current/shorelinemonitor-shorelines/items/box_203_n58w095_part-fded77523f19.json deleted file mode 100644 index df0d636309..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_203_n58w095_part-fded77523f19.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_203_n58w095_part-fded77523f19", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -94.884249, - 58.155481, - -92.639426, - 60.447169 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 10805, - "datetime": "2024-06-18T14:44:13.122379Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -92.639426, - 58.155481 - ], - [ - -92.639426, - 60.447169 - ], - [ - -94.884249, - 60.447169 - ], - [ - -94.884249, - 58.155481 - ], - [ - -92.639426, - 58.155481 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=203/n58w095_part-fded77523f19.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -94.884249, - 58.155481, - -92.639426, - 60.447169 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_207_minx_-24.7_miny_63.35_part_0.json b/current/shorelinemonitor-shorelines/items/box_207_minx_-24.7_miny_63.35_part_0.json deleted file mode 100644 index 2dce006b3c..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_207_minx_-24.7_miny_63.35_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_207_minx_-24.7_miny_63.35_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -24.703237, - 63.353823, - -17.966609, - 66.445907 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 70725, - "datetime": "2024-03-25T15:05:35.984298Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -17.966609, - 63.353823 - ], - [ - -17.966609, - 66.445907 - ], - [ - -24.703237, - 66.445907 - ], - [ - -24.703237, - 63.353823 - ], - [ - -17.966609, - 63.353823 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=207/minx_-24.7_miny_63.35_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -24.703237, - 63.353823, - -17.966609, - 66.445907 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_207_n63w025_part-8f9d3a9b2c8d.json b/current/shorelinemonitor-shorelines/items/box_207_n63w025_part-8f9d3a9b2c8d.json deleted file mode 100644 index a562f1b697..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_207_n63w025_part-8f9d3a9b2c8d.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_207_n63w025_part-8f9d3a9b2c8d", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -24.703237, - 63.353823, - -17.966609, - 66.445907 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 70725, - "datetime": "2024-06-18T14:44:18.678310Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -17.966609, - 63.353823 - ], - [ - -17.966609, - 66.445907 - ], - [ - -24.703237, - 66.445907 - ], - [ - -24.703237, - 63.353823 - ], - [ - -17.966609, - 63.353823 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=207/n63w025_part-8f9d3a9b2c8d.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -24.703237, - 63.353823, - -17.966609, - 66.445907 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_208_minx_-17.97_miny_58.16_part_0.json b/current/shorelinemonitor-shorelines/items/box_208_minx_-17.97_miny_58.16_part_0.json deleted file mode 100644 index cb646061e5..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_208_minx_-17.97_miny_58.16_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_208_minx_-17.97_miny_58.16_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - -17.965971, - 58.155463, - -0.561782, - 66.445908 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 60052, - "datetime": "2024-03-25T15:05:57.388303Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -0.561782, - 58.155463 - ], - [ - -0.561782, - 66.445908 - ], - [ - -17.965971, - 66.445908 - ], - [ - -17.965971, - 58.155463 - ], - [ - -0.561782, - 58.155463 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=208/minx_-17.97_miny_58.16_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -17.965971, - 58.155463, - -0.561782, - 66.445908 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_208_n58w018_part-e4e72a8d5e0a.json b/current/shorelinemonitor-shorelines/items/box_208_n58w018_part-e4e72a8d5e0a.json deleted file mode 100644 index 353cf47301..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_208_n58w018_part-e4e72a8d5e0a.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_208_n58w018_part-e4e72a8d5e0a", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - -17.965971, - 58.155463, - -0.561782, - 66.445908 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 60052, - "datetime": "2024-06-18T14:44:54.414880Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -0.561782, - 58.155463 - ], - [ - -0.561782, - 66.445908 - ], - [ - -17.965971, - 66.445908 - ], - [ - -17.965971, - 58.155463 - ], - [ - -0.561782, - 58.155463 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=208/n58w018_part-e4e72a8d5e0a.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -17.965971, - 58.155463, - -0.561782, - 66.445908 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_209_minx_4.49_miny_58.35_part_0.json b/current/shorelinemonitor-shorelines/items/box_209_minx_4.49_miny_58.35_part_0.json deleted file mode 100644 index 15834f7ada..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_209_minx_4.49_miny_58.35_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_209_minx_4.49_miny_58.35_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 4.491879, - 58.352144, - 17.243513, - 66.445908 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 116502, - "datetime": "2024-03-25T15:06:15.412664Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 17.243513, - 58.352144 - ], - [ - 17.243513, - 66.445908 - ], - [ - 4.491879, - 66.445908 - ], - [ - 4.491879, - 58.352144 - ], - [ - 17.243513, - 58.352144 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=209/minx_4.49_miny_58.35_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 4.491879, - 58.352144, - 17.243513, - 66.445908 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_209_minx_4.51_miny_58.46_part_0.json b/current/shorelinemonitor-shorelines/items/box_209_minx_4.51_miny_58.46_part_0.json deleted file mode 100644 index 2fac594b5d..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_209_minx_4.51_miny_58.46_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_209_minx_4.51_miny_58.46_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 4.508225, - 58.464253, - 17.965971, - 66.445889 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 119514, - "datetime": "2024-03-25T15:06:48.709311Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 17.965971, - 58.464253 - ], - [ - 17.965971, - 66.445889 - ], - [ - 4.508225, - 66.445889 - ], - [ - 4.508225, - 58.464253 - ], - [ - 17.965971, - 58.464253 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=209/minx_4.51_miny_58.46_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 4.508225, - 58.464253, - 17.965971, - 66.445889 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_209_minx_5.33_miny_58.16_part_0.json b/current/shorelinemonitor-shorelines/items/box_209_minx_5.33_miny_58.16_part_0.json deleted file mode 100644 index a0ddf0a673..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_209_minx_5.33_miny_58.16_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_209_minx_5.33_miny_58.16_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 5.33405, - 58.155469, - 17.965971, - 61.605286 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 87732, - "datetime": "2024-03-25T15:07:25.315036Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 17.965971, - 58.155469 - ], - [ - 17.965971, - 61.605286 - ], - [ - 5.33405, - 61.605286 - ], - [ - 5.33405, - 58.155469 - ], - [ - 17.965971, - 58.155469 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=209/minx_5.33_miny_58.16_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 5.33405, - 58.155469, - 17.965971, - 61.605286 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_209_n58e005_part-5f214fd7d563.json b/current/shorelinemonitor-shorelines/items/box_209_n58e005_part-5f214fd7d563.json deleted file mode 100644 index 7c1670813b..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_209_n58e005_part-5f214fd7d563.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_209_n58e005_part-5f214fd7d563", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 5.33405, - 58.155469, - 17.965971, - 61.622803 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 60469, - "datetime": "2024-06-18T14:45:25.708867Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 17.965971, - 58.155469 - ], - [ - 17.965971, - 61.622803 - ], - [ - 5.33405, - 61.622803 - ], - [ - 5.33405, - 58.155469 - ], - [ - 17.965971, - 58.155469 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=209/n58e005_part-5f214fd7d563.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 5.33405, - 58.155469, - 17.965971, - 61.622803 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_209_n59e005_part-d344b8bb8225.json b/current/shorelinemonitor-shorelines/items/box_209_n59e005_part-d344b8bb8225.json deleted file mode 100644 index 5a4b1813d0..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_209_n59e005_part-d344b8bb8225.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_209_n59e005_part-d344b8bb8225", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 4.508225, - 58.74303, - 17.965971, - 66.445908 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 129615, - "datetime": "2024-06-18T14:45:57.405287Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 17.965971, - 58.74303 - ], - [ - 17.965971, - 66.445908 - ], - [ - 4.508225, - 66.445908 - ], - [ - 4.508225, - 58.74303 - ], - [ - 17.965971, - 58.74303 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=209/n59e005_part-d344b8bb8225.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 4.508225, - 58.74303, - 17.965971, - 66.445908 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_209_n62e004_part-3da3de9ff452.json b/current/shorelinemonitor-shorelines/items/box_209_n62e004_part-3da3de9ff452.json deleted file mode 100644 index 4e65a11642..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_209_n62e004_part-3da3de9ff452.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_209_n62e004_part-3da3de9ff452", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 4.491879, - 61.58172, - 14.093375, - 66.445908 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 133664, - "datetime": "2024-06-18T14:47:18.093082Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 14.093375, - 61.58172 - ], - [ - 14.093375, - 66.445908 - ], - [ - 4.491879, - 66.445908 - ], - [ - 4.491879, - 61.58172 - ], - [ - 14.093375, - 61.58172 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=209/n62e004_part-3da3de9ff452.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 4.491879, - 61.58172, - 14.093375, - 66.445908 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_210_minx_17.97_miny_58.16_part_0.json b/current/shorelinemonitor-shorelines/items/box_210_minx_17.97_miny_58.16_part_0.json deleted file mode 100644 index c87ddab2aa..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_210_minx_17.97_miny_58.16_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_210_minx_17.97_miny_58.16_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 17.966609, - 58.155473, - 35.932308, - 66.445908 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 126670, - "datetime": "2024-03-25T15:07:51.132949Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 35.932308, - 58.155473 - ], - [ - 35.932308, - 66.445908 - ], - [ - 17.966609, - 66.445908 - ], - [ - 17.966609, - 58.155473 - ], - [ - 35.932308, - 58.155473 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=210/minx_17.97_miny_58.16_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 17.966609, - 58.155473, - 35.932308, - 66.445908 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_210_minx_22.5_miny_58.16_part_0.json b/current/shorelinemonitor-shorelines/items/box_210_minx_22.5_miny_58.16_part_0.json deleted file mode 100644 index 3f1bc7e651..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_210_minx_22.5_miny_58.16_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_210_minx_22.5_miny_58.16_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 22.501811, - 58.155486, - 30.31787, - 60.722898 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 22795, - "datetime": "2024-03-25T15:08:31.535829Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 30.31787, - 58.155486 - ], - [ - 30.31787, - 60.722898 - ], - [ - 22.501811, - 60.722898 - ], - [ - 22.501811, - 58.155486 - ], - [ - 30.31787, - 58.155486 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=210/minx_22.5_miny_58.16_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 22.501811, - 58.155486, - 30.31787, - 60.722898 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_210_n58e018_part-eba518656b4f.json b/current/shorelinemonitor-shorelines/items/box_210_n58e018_part-eba518656b4f.json deleted file mode 100644 index be7c59cac8..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_210_n58e018_part-eba518656b4f.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_210_n58e018_part-eba518656b4f", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 17.966609, - 58.155473, - 35.932308, - 66.445908 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 110287, - "datetime": "2024-06-18T14:48:40.437461Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 35.932308, - 58.155473 - ], - [ - 35.932308, - 66.445908 - ], - [ - 17.966609, - 66.445908 - ], - [ - 17.966609, - 58.155473 - ], - [ - 35.932308, - 58.155473 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=210/n58e018_part-eba518656b4f.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 17.966609, - 58.155473, - 35.932308, - 66.445908 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_210_n58e022_part-47971fb84e5f.json b/current/shorelinemonitor-shorelines/items/box_210_n58e022_part-47971fb84e5f.json deleted file mode 100644 index d31c337b80..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_210_n58e022_part-47971fb84e5f.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_210_n58e022_part-47971fb84e5f", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 22.458217, - 58.155478, - 35.932308, - 65.394109 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 39178, - "datetime": "2024-06-18T14:49:51.552275Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 35.932308, - 58.155478 - ], - [ - 35.932308, - 65.394109 - ], - [ - 22.458217, - 65.394109 - ], - [ - 22.458217, - 58.155478 - ], - [ - 35.932308, - 58.155478 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=210/n58e022_part-47971fb84e5f.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 22.458217, - 58.155478, - 35.932308, - 65.394109 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_211_minx_35.93_miny_63.73_part_0.json b/current/shorelinemonitor-shorelines/items/box_211_minx_35.93_miny_63.73_part_0.json deleted file mode 100644 index e8a0e863bc..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_211_minx_35.93_miny_63.73_part_0.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_211_minx_35.93_miny_63.73_part_0", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "time", - "type": "timestamp[ns]", - "description": "Observation year of the shoreline, represented as a timestamp." - }, - { - "name": "geometry", - "type": "binary", - "description": "Satellite-derived shoreline geometry as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the ShorelineMonitor global box system." - }, - { - "name": "source_file", - "type": "string", - "description": "Original geojson file name from which the shoreline data was extracted." - }, - { - "name": "group", - "type": "int64", - "description": "Identifier for multi-linestring segments within the source ShorelineMonitor data." - }, - { - "name": "bbox.maxx", - "type": "double" - }, - { - "name": "bbox.maxy", - "type": "double" - }, - { - "name": "bbox.minx", - "type": "double" - }, - { - "name": "bbox.miny", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to interpolated point midway along the shoreline segment." - }, - { - "name": "bounding_quadkey", - "type": "string", - "description": "QuadKey for spatial indexing, corresponding to the shoreline segment's bounding quadtile." - } - ], - "proj:bbox": [ - 35.932946, - 63.72911, - 44.354014, - 66.445908 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 32029, - "datetime": "2024-02-27T02:44:58.416063Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 44.354014, - 63.72911 - ], - [ - 44.354014, - 66.445908 - ], - [ - 35.932946, - 66.445908 - ], - [ - 35.932946, - 63.72911 - ], - [ - 44.354014, - 63.72911 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor/release/2024-02-26/box=211/minx_35.93_miny_63.73_part_0.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 35.932946, - 63.72911, - 44.354014, - 66.445908 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/box_211_n64e036_part-f2cba72377c4.json b/current/shorelinemonitor-shorelines/items/box_211_n64e036_part-f2cba72377c4.json deleted file mode 100644 index 1210a0bf97..0000000000 --- a/current/shorelinemonitor-shorelines/items/box_211_n64e036_part-f2cba72377c4.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "box_211_n64e036_part-f2cba72377c4", - "properties": { - "title": "ShorelineMonitor: Satellite-Derived Shorelines", - "description": "ShorelineMonitor: Satellite-Derived Shorelines in Parquet format", - "table:columns": [ - { - "name": "shoreline_name", - "type": "string", - "description": "Name assigned to the shoreline segment. The name consists of the box, the MultiLineString group and the LineString index; i.e., 'box_xx_xx_mlsxx_lsxx'." - }, - { - "name": "time", - "type": "timestamp[ns]", - "description": "Timestamp of the shoreline observation." - }, - { - "name": "geometry", - "type": "binary", - "description": "Shoreline geometry represented as linestrings, encoded in Well-Known Binary (WKB) format." - }, - { - "name": "determination_times", - "type": "list", - "description": "Times of the imagery that are included in the composite image. These are assumed to be UTC." - }, - { - "name": "start_datetime", - "type": "string", - "description": "Start datetime refers to the timestamp (ISO 8601 format) of the first image that is included in the composite image." - }, - { - "name": "end_datetime", - "type": "string", - "description": "End datetime refers to the timestamp (ISO 8601 format) of the last image that is included in the composite image." - }, - { - "name": "otsu_threshold", - "type": "float", - "description": "Threshold value determined by Otsu's method for image binarization." - }, - { - "name": "otsu_separability", - "type": "float", - "description": "Measure of the separability between land and water classes as determined by Otsu's method." - }, - { - "name": "qa_cloud_cover", - "type": "string", - "description": "Quality assurance (GEE) information regarding cloud cover in the imagery." - }, - { - "name": "image_id", - "type": "string", - "description": "Identifier for the source composite image used to derive the shoreline." - }, - { - "name": "box_id", - "type": "string", - "description": "Unique identifier for the shoreline box within the global ShorelineMonitor system." - }, - { - "name": "source_filename", - "type": "string", - "description": "Name of the original file from which shoreline data was processed." - }, - { - "name": "group", - "type": "int32", - "description": "Identifier for multi-linestring groups/segments within the source ShorelineMonitor data as exported from GEE." - }, - { - "name": "bbox.xmax", - "type": "double" - }, - { - "name": "bbox.xmin", - "type": "double" - }, - { - "name": "bbox.ymax", - "type": "double" - }, - { - "name": "bbox.ymin", - "type": "double" - }, - { - "name": "quadkey", - "type": "string", - "description": "QuadKey (zoom level 7) for spatial indexing, representing the spatial location of the shoreline segment." - } - ], - "proj:bbox": [ - 35.932946, - 63.72911, - 44.354014, - 66.445908 - ], - "proj:epsg": 4326, - "start_datetime": "1984-01-01T00:00:00Z", - "end_datetime": "2021-01-01T00:00:00Z", - "table:row_count": 32029, - "datetime": "2024-06-18T14:50:16.930849Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 44.354014, - 63.72911 - ], - [ - 44.354014, - 66.445908 - ], - [ - 35.932946, - 66.445908 - ], - [ - 35.932946, - 63.72911 - ], - [ - 44.354014, - 63.72911 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "ShorelineMonitor: Satellite-Derived Shorelines" - } - ], - "assets": { - "data": { - "href": "az://shorelinemonitor-shorelines/release/2024-06-17/box=211/n64e036_part-f2cba72377c4.parquet", - "type": "application/vnd.apache.parquet", - "title": "ShorelineMonitor Satellite-Derived Shorelines", - "description": "ShorelineMonitor Parquet dataset with Satellite-Derived Shorelines for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - 35.932946, - 63.72911, - 44.354014, - 66.445908 - ], - "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": "shorelinemonitor-shorelines" -} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n00e000-8aad41.json b/current/shorelinemonitor-shorelines/items/n00e000-8aad41.json new file mode 100644 index 0000000000..18f63296e0 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n00e000-8aad41.json @@ -0,0 +1,316 @@ +{ + "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": "n00e000-8aad41", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 10.105776, + 0.000271 + ], + [ + 10.105776, + 6.721578 + ], + [ + 0.000271, + 6.721578 + ], + [ + 0.000271, + 0.000271 + ], + [ + 10.105776, + 0.000271 + ] + ] + ] + }, + "bbox": [ + 0.000271, + 0.000271, + 10.105776, + 6.721578 + ], + "properties": { + "created": "2025-01-07T13:33:57.068461Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 0.000271, + 0.000271, + 10.105776, + 6.721578 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 56459, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_121/n00e000-8aad41.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n00e038-916597.json b/current/shorelinemonitor-shorelines/items/n00e038-916597.json new file mode 100644 index 0000000000..a898bab200 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n00e038-916597.json @@ -0,0 +1,316 @@ +{ + "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": "n00e038-916597", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 53.898549, + 0.000368 + ], + [ + 53.898549, + 17.678658 + ], + [ + 38.459458, + 17.678658 + ], + [ + 38.459458, + 0.000368 + ], + [ + 53.898549, + 0.000368 + ] + ] + ] + }, + "bbox": [ + 38.459458, + 0.000368, + 53.898549, + 17.678658 + ], + "properties": { + "created": "2025-01-07T13:34:45.912777Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 38.459458, + 0.000368, + 53.898549, + 17.678658 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 74891, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_123/n00e038-916597.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n00e095-a1dc27.json b/current/shorelinemonitor-shorelines/items/n00e095-a1dc27.json new file mode 100644 index 0000000000..86d9f00913 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n00e095-a1dc27.json @@ -0,0 +1,316 @@ +{ + "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": "n00e095-a1dc27", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 107.797467, + 0.000271 + ], + [ + 107.797467, + 11.157449 + ], + [ + 95.144908, + 11.157449 + ], + [ + 95.144908, + 0.000271 + ], + [ + 107.797467, + 0.000271 + ] + ] + ] + }, + "bbox": [ + 95.144908, + 0.000271, + 107.797467, + 11.157449 + ], + "properties": { + "created": "2025-01-07T13:37:00.306043Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 95.144908, + 0.000271, + 107.797467, + 11.157449 + ], + "proj:epsg": 4326, + "start_datetime": "1987-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 111976, + "datetime": "2004-12-31T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_126/n00e095-a1dc27.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n00e101-43912a.json b/current/shorelinemonitor-shorelines/items/n00e101-43912a.json new file mode 100644 index 0000000000..a549578b21 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n00e101-43912a.json @@ -0,0 +1,316 @@ +{ + "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": "n00e101-43912a", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 107.516711, + 0.000271 + ], + [ + 107.516711, + 2.824556 + ], + [ + 101.12493, + 2.824556 + ], + [ + 101.12493, + 0.000271 + ], + [ + 107.516711, + 0.000271 + ] + ] + ] + }, + "bbox": [ + 101.12493, + 0.000271, + 107.516711, + 2.824556 + ], + "properties": { + "created": "2025-01-07T13:37:17.608702Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 101.12493, + 0.000271, + 107.516711, + 2.824556 + ], + "proj:epsg": 4326, + "start_datetime": "1987-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 24258, + "datetime": "2004-12-31T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_126/n00e101-43912a.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n00e108-9d7dd4.json b/current/shorelinemonitor-shorelines/items/n00e108-9d7dd4.json new file mode 100644 index 0000000000..5d9b25cc4d --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n00e108-9d7dd4.json @@ -0,0 +1,316 @@ +{ + "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": "n00e108-9d7dd4", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 125.759819, + 0.000368 + ], + [ + 125.759819, + 17.67865 + ], + [ + 107.798105, + 17.67865 + ], + [ + 107.798105, + 0.000368 + ], + [ + 125.759819, + 0.000368 + ] + ] + ] + }, + "bbox": [ + 107.798105, + 0.000368, + 125.759819, + 17.67865 + ], + "properties": { + "created": "2025-01-07T13:39:53.135662Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 107.798105, + 0.000368, + 125.759819, + 17.67865 + ], + "proj:epsg": 4326, + "start_datetime": "1987-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 111429, + "datetime": "2004-12-31T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_127/n00e108-9d7dd4.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n00e112-93a102.json b/current/shorelinemonitor-shorelines/items/n00e112-93a102.json new file mode 100644 index 0000000000..c798bf2ed2 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n00e112-93a102.json @@ -0,0 +1,316 @@ +{ + "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": "n00e112-93a102", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 125.763805, + 0.000275 + ], + [ + 125.763805, + 13.945708 + ], + [ + 112.498376, + 13.945708 + ], + [ + 112.498376, + 0.000275 + ], + [ + 125.763805, + 0.000275 + ] + ] + ] + }, + "bbox": [ + 112.498376, + 0.000275, + 125.763805, + 13.945708 + ], + "properties": { + "created": "2025-01-07T13:41:10.129388Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 112.498376, + 0.000275, + 125.763805, + 13.945708 + ], + "proj:epsg": 4326, + "start_datetime": "1987-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 105158, + "datetime": "2004-12-31T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_127/n00e112-93a102.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n00e118-ca6dae.json b/current/shorelinemonitor-shorelines/items/n00e118-ca6dae.json new file mode 100644 index 0000000000..84a49b621b --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n00e118-ca6dae.json @@ -0,0 +1,316 @@ +{ + "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": "n00e118-ca6dae", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 125.763805, + 0.000271 + ], + [ + 125.763805, + 11.196055 + ], + [ + 118.090388, + 11.196055 + ], + [ + 118.090388, + 0.000271 + ], + [ + 125.763805, + 0.000271 + ] + ] + ] + }, + "bbox": [ + 118.090388, + 0.000271, + 125.763805, + 11.196055 + ], + "properties": { + "created": "2025-01-07T13:41:39.426597Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 118.090388, + 0.000271, + 125.763805, + 11.196055 + ], + "proj:epsg": 4326, + "start_datetime": "1987-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 40544, + "datetime": "2004-12-31T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_127/n00e118-ca6dae.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n00e126-5ec4dc.json b/current/shorelinemonitor-shorelines/items/n00e126-5ec4dc.json new file mode 100644 index 0000000000..72a4d96781 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n00e126-5ec4dc.json @@ -0,0 +1,316 @@ +{ + "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": "n00e126-5ec4dc", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 139.799946, + 0.000271 + ], + [ + 139.799946, + 11.03929 + ], + [ + 125.764443, + 11.03929 + ], + [ + 125.764443, + 0.000271 + ], + [ + 139.799946, + 0.000271 + ] + ] + ] + }, + "bbox": [ + 125.764443, + 0.000271, + 139.799946, + 11.03929 + ], + "properties": { + "created": "2025-01-07T13:41:53.928549Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 125.764443, + 0.000271, + 139.799946, + 11.03929 + ], + "proj:epsg": 4326, + "start_datetime": "1991-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 20851, + "datetime": "2007-01-01T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_128/n00e126-5ec4dc.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n00e163-f1cd59.json b/current/shorelinemonitor-shorelines/items/n00e163-f1cd59.json new file mode 100644 index 0000000000..95bcd867c5 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n00e163-f1cd59.json @@ -0,0 +1,316 @@ +{ + "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": "n00e163-f1cd59", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 174.048282, + 0.000368 + ], + [ + 174.048282, + 6.442685 + ], + [ + 162.89778, + 6.442685 + ], + [ + 162.89778, + 0.000368 + ], + [ + 174.048282, + 0.000368 + ] + ] + ] + }, + "bbox": [ + 162.89778, + 0.000368, + 174.048282, + 6.442685 + ], + "properties": { + "created": "2025-01-07T13:42:00.756178Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 162.89778, + 0.000368, + 174.048282, + 6.442685 + ], + "proj:epsg": 4326, + "start_datetime": "1999-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 5080, + "datetime": "2011-01-01T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_130/n00e163-f1cd59.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n00w054-010a90.json b/current/shorelinemonitor-shorelines/items/n00w054-010a90.json new file mode 100644 index 0000000000..0d1d4aad60 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n00w054-010a90.json @@ -0,0 +1,316 @@ +{ + "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": "n00w054-010a90", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -49.127017, + 0.000271 + ], + [ + -49.127017, + 5.88451 + ], + [ + -53.898549, + 5.88451 + ], + [ + -53.898549, + 0.000271 + ], + [ + -49.127017, + 0.000271 + ] + ] + ] + }, + "bbox": [ + -53.898549, + 0.000271, + -49.127017, + 5.88451 + ], + "properties": { + "created": "2025-01-07T13:32:16.111107Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -53.898549, + 0.000271, + -49.127017, + 5.88451 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 61096, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_118/n00w054-010a90.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n00w090-a332d3.json b/current/shorelinemonitor-shorelines/items/n00w090-a332d3.json new file mode 100644 index 0000000000..dea27c1773 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n00w090-a332d3.json @@ -0,0 +1,316 @@ +{ + "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": "n00w090-a332d3", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -71.865526, + 0.000271 + ], + [ + -71.865526, + 17.678658 + ], + [ + -89.831224, + 17.678658 + ], + [ + -89.831224, + 0.000271 + ], + [ + -71.865526, + 0.000271 + ] + ] + ] + }, + "bbox": [ + -89.831224, + 0.000271, + -71.865526, + 17.678658 + ], + "properties": { + "created": "2025-01-07T13:30:08.967029Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -89.831224, + 0.000271, + -71.865526, + 17.678658 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 115248, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_116/n00w090-a332d3.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n00w102-c9d231.json b/current/shorelinemonitor-shorelines/items/n00w102-c9d231.json new file mode 100644 index 0000000000..973b86469e --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n00w102-c9d231.json @@ -0,0 +1,316 @@ +{ + "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": "n00w102-c9d231", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -89.831863, + 0.000271 + ], + [ + -89.831863, + 17.678635 + ], + [ + -101.902272, + 17.678635 + ], + [ + -101.902272, + 0.000271 + ], + [ + -89.831863, + 0.000271 + ] + ] + ] + }, + "bbox": [ + -101.902272, + 0.000271, + -89.831863, + 17.678635 + ], + "properties": { + "created": "2025-01-07T13:28:50.883643Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -101.902272, + 0.000271, + -89.831863, + 17.678635 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 24136, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_115/n00w102-c9d231.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n01w079-70753f.json b/current/shorelinemonitor-shorelines/items/n01w079-70753f.json new file mode 100644 index 0000000000..7820ac8573 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n01w079-70753f.json @@ -0,0 +1,316 @@ +{ + "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": "n01w079-70753f", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -71.865526, + 1.123152 + ], + [ + -71.865526, + 11.195597 + ], + [ + -78.866953, + 11.195597 + ], + [ + -78.866953, + 1.123152 + ], + [ + -71.865526, + 1.123152 + ] + ] + ] + }, + "bbox": [ + -78.866953, + 1.123152, + -71.865526, + 11.195597 + ], + "properties": { + "created": "2025-01-07T13:30:38.691145Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -78.866953, + 1.123152, + -71.865526, + 11.195597 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 47034, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_116/n01w079-70753f.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n02e073-b4e485.json b/current/shorelinemonitor-shorelines/items/n02e073-b4e485.json new file mode 100644 index 0000000000..c991efd863 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n02e073-b4e485.json @@ -0,0 +1,316 @@ +{ + "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": "n02e073-b4e485", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 83.295639, + 1.684457 + ], + [ + 83.295639, + 17.678658 + ], + [ + 72.988452, + 17.678658 + ], + [ + 72.988452, + 1.684457 + ], + [ + 83.295639, + 1.684457 + ] + ] + ] + }, + "bbox": [ + 72.988452, + 1.684457, + 83.295639, + 17.678658 + ], + "properties": { + "created": "2025-01-07T13:35:41.598641Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 72.988452, + 1.684457, + 83.295639, + 17.678658 + ], + "proj:epsg": 4326, + "start_datetime": "1987-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 82500, + "datetime": "2004-12-31T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_125/n02e073-b4e485.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n02w159-044122.json b/current/shorelinemonitor-shorelines/items/n02w159-044122.json new file mode 100644 index 0000000000..39affc1cd3 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n02w159-044122.json @@ -0,0 +1,316 @@ +{ + "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": "n02w159-044122", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -157.163142, + 1.69333 + ], + [ + -157.163142, + 3.926699 + ], + [ + -159.450628, + 3.926699 + ], + [ + -159.450628, + 1.69333 + ], + [ + -157.163142, + 1.69333 + ] + ] + ] + }, + "bbox": [ + -159.450628, + 1.69333, + -157.163142, + 3.926699 + ], + "properties": { + "created": "2025-01-07T13:28:34.317333Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -159.450628, + 1.69333, + -157.163142, + 3.926699 + ], + "proj:epsg": 4326, + "start_datetime": "1999-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 1493, + "datetime": "2011-01-01T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_112/n02w159-044122.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n04w018-6748a1.json b/current/shorelinemonitor-shorelines/items/n04w018-6748a1.json new file mode 100644 index 0000000000..019c080699 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n04w018-6748a1.json @@ -0,0 +1,316 @@ +{ + "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": "n04w018-6748a1", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.000271, + 4.207343 + ], + [ + -0.000271, + 17.678645 + ], + [ + -17.64062, + 17.678645 + ], + [ + -17.64062, + 4.207343 + ], + [ + -0.000271, + 4.207343 + ] + ] + ] + }, + "bbox": [ + -17.64062, + 4.207343, + -0.000271, + 17.678645 + ], + "properties": { + "created": "2025-01-07T13:33:19.769982Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -17.64062, + 4.207343, + -0.000271, + 17.678645 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 66635, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_120/n04w018-6748a1.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n06e092-aae661.json b/current/shorelinemonitor-shorelines/items/n06e092-aae661.json new file mode 100644 index 0000000000..7ca5899c0b --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n06e092-aae661.json @@ -0,0 +1,316 @@ +{ + "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": "n06e092-aae661", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 107.797467, + 5.60587 + ], + [ + 107.797467, + 17.678657 + ], + [ + 92.198238, + 17.678657 + ], + [ + 92.198238, + 5.60587 + ], + [ + 107.797467, + 5.60587 + ] + ] + ] + }, + "bbox": [ + 92.198238, + 5.60587, + 107.797467, + 17.678657 + ], + "properties": { + "created": "2025-01-07T13:38:34.044205Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 92.198238, + 5.60587, + 107.797467, + 17.678657 + ], + "proj:epsg": 4326, + "start_datetime": "1987-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 100387, + "datetime": "2004-12-31T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_126/n06e092-aae661.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n06w072-a3f666.json b/current/shorelinemonitor-shorelines/items/n06w072-a3f666.json new file mode 100644 index 0000000000..f918a0c505 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n06w072-a3f666.json @@ -0,0 +1,316 @@ +{ + "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": "n06w072-a3f666", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -53.899188, + 5.605867 + ], + [ + -53.899188, + 17.678658 + ], + [ + -71.864888, + 17.678658 + ], + [ + -71.864888, + 5.605867 + ], + [ + -53.899188, + 5.605867 + ] + ] + ] + }, + "bbox": [ + -71.864888, + 5.605867, + -53.899188, + 17.678658 + ], + "properties": { + "created": "2025-01-07T13:31:41.789146Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -71.864888, + 5.605867, + -53.899188, + 17.678658 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 101268, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_117/n06w072-a3f666.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n07e145-f3437c.json b/current/shorelinemonitor-shorelines/items/n07e145-f3437c.json new file mode 100644 index 0000000000..b28ff039a3 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n07e145-f3437c.json @@ -0,0 +1,316 @@ +{ + "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": "n07e145-f3437c", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 158.608457, + 6.722204 + ], + [ + 158.608457, + 17.650783 + ], + [ + 144.572951, + 17.650783 + ], + [ + 144.572951, + 6.722204 + ], + [ + 158.608457, + 6.722204 + ] + ] + ] + }, + "bbox": [ + 144.572951, + 6.722204, + 158.608457, + 17.650783 + ], + "properties": { + "created": "2025-01-07T13:41:57.559067Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 144.572951, + 6.722204, + 158.608457, + 17.650783 + ], + "proj:epsg": 4326, + "start_datetime": "1999-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 5362, + "datetime": "2011-01-01T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_129/n07e145-f3437c.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n10w109-44be75.json b/current/shorelinemonitor-shorelines/items/n10w109-44be75.json new file mode 100644 index 0000000000..44a1ad3eee --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n10w109-44be75.json @@ -0,0 +1,316 @@ +{ + "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": "n10w109-44be75", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -109.201787, + 10.054939 + ], + [ + -109.201787, + 10.320197 + ], + [ + -109.481711, + 10.320197 + ], + [ + -109.481711, + 10.054939 + ], + [ + -109.201787, + 10.054939 + ] + ] + ] + }, + "bbox": [ + -109.481711, + 10.054939, + -109.201787, + 10.320197 + ], + "properties": { + "created": "2025-01-07T13:28:34.985370Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -109.481711, + 10.054939, + -109.201787, + 10.320197 + ], + "proj:epsg": 4326, + "start_datetime": "2022-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 71, + "datetime": "2022-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_114/n10w109-44be75.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n12e054-5113c7.json b/current/shorelinemonitor-shorelines/items/n12e054-5113c7.json new file mode 100644 index 0000000000..db17c2d7b5 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n12e054-5113c7.json @@ -0,0 +1,316 @@ +{ + "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": "n12e054-5113c7", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 56.144393, + 12.257584 + ], + [ + 56.144393, + 17.678651 + ], + [ + 53.899188, + 17.678651 + ], + [ + 53.899188, + 12.257584 + ], + [ + 56.144393, + 12.257584 + ] + ] + ] + }, + "bbox": [ + 53.899188, + 12.257584, + 56.144393, + 17.678651 + ], + "properties": { + "created": "2025-01-07T13:34:48.794450Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 53.899188, + 12.257584, + 56.144393, + 17.678651 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 2708, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_124/n12e054-5113c7.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n15w026-d74c6a.json b/current/shorelinemonitor-shorelines/items/n15w026-d74c6a.json new file mode 100644 index 0000000000..d78577fe8b --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n15w026-d74c6a.json @@ -0,0 +1,316 @@ +{ + "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": "n15w026-d74c6a", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -22.458217, + 14.71425 + ], + [ + -22.458217, + 17.411013 + ], + [ + -25.545506, + 17.411013 + ], + [ + -25.545506, + 14.71425 + ], + [ + -22.458217, + 14.71425 + ] + ] + ] + }, + "bbox": [ + -25.545506, + 14.71425, + -22.458217, + 17.411013 + ], + "properties": { + "created": "2025-01-07T13:32:21.512441Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -25.545506, + 14.71425, + -22.458217, + 17.411013 + ], + "proj:epsg": 4326, + "start_datetime": "1985-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 8006, + "datetime": "2004-01-01T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_119/n15w026-d74c6a.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n18e036-cbcf3f.json b/current/shorelinemonitor-shorelines/items/n18e036-cbcf3f.json new file mode 100644 index 0000000000..cdd826539d --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n18e036-cbcf3f.json @@ -0,0 +1,316 @@ +{ + "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": "n18e036-cbcf3f", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 53.898549, + 17.67925 + ], + [ + 53.898549, + 30.699024 + ], + [ + 35.932946, + 30.699024 + ], + [ + 35.932946, + 17.67925 + ], + [ + 53.898549, + 17.67925 + ] + ] + ] + }, + "bbox": [ + 35.932946, + 17.67925, + 53.898549, + 30.699024 + ], + "properties": { + "created": "2025-01-07T13:50:04.424254Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 35.932946, + 17.67925, + 53.898549, + 30.699024 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 58928, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_145/n18e036-cbcf3f.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n18e054-ccd7ea.json b/current/shorelinemonitor-shorelines/items/n18e054-ccd7ea.json new file mode 100644 index 0000000000..1fd62c7770 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n18e054-ccd7ea.json @@ -0,0 +1,316 @@ +{ + "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": "n18e054-ccd7ea", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 71.864888, + 17.679273 + ], + [ + 71.864888, + 27.261852 + ], + [ + 53.899188, + 27.261852 + ], + [ + 53.899188, + 17.679273 + ], + [ + 71.864888, + 17.679273 + ] + ] + ] + }, + "bbox": [ + 53.899188, + 17.679273, + 71.864888, + 27.261852 + ], + "properties": { + "created": "2025-01-07T13:51:21.023945Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 53.899188, + 17.679273, + 71.864888, + 27.261852 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 111602, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_146/n18e054-ccd7ea.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n18e072-984ebb.json b/current/shorelinemonitor-shorelines/items/n18e072-984ebb.json new file mode 100644 index 0000000000..45ef2b4d7f --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n18e072-984ebb.json @@ -0,0 +1,316 @@ +{ + "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": "n18e072-984ebb", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 89.831225, + 17.679274 + ], + [ + 89.831225, + 22.682933 + ], + [ + 71.865526, + 22.682933 + ], + [ + 71.865526, + 17.679274 + ], + [ + 89.831225, + 17.679274 + ] + ] + ] + }, + "bbox": [ + 71.865526, + 17.679274, + 89.831225, + 22.682933 + ], + "properties": { + "created": "2025-01-07T13:52:18.070644Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 71.865526, + 17.679274, + 89.831225, + 22.682933 + ], + "proj:epsg": 4326, + "start_datetime": "1987-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 83333, + "datetime": "2004-12-31T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_147/n18e072-984ebb.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n18e090-2b3682.json b/current/shorelinemonitor-shorelines/items/n18e090-2b3682.json new file mode 100644 index 0000000000..582664d009 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n18e090-2b3682.json @@ -0,0 +1,316 @@ +{ + "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": "n18e090-2b3682", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 107.797467, + 17.679272 + ], + [ + 107.797467, + 22.94168 + ], + [ + 89.831863, + 22.94168 + ], + [ + 89.831863, + 17.679272 + ], + [ + 107.797467, + 17.679272 + ] + ] + ] + }, + "bbox": [ + 89.831863, + 17.679272, + 107.797467, + 22.94168 + ], + "properties": { + "created": "2025-01-07T13:53:17.558890Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 89.831863, + 17.679272, + 107.797467, + 22.94168 + ], + "proj:epsg": 4326, + "start_datetime": "1986-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 82473, + "datetime": "2004-07-02T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_148/n18e090-2b3682.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n18e108-5a37ab.json b/current/shorelinemonitor-shorelines/items/n18e108-5a37ab.json new file mode 100644 index 0000000000..343a67f4b0 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n18e108-5a37ab.json @@ -0,0 +1,316 @@ +{ + "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": "n18e108-5a37ab", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 125.483049, + 17.67925 + ], + [ + 125.483049, + 27.012031 + ], + [ + 107.798105, + 27.012031 + ], + [ + 107.798105, + 17.67925 + ], + [ + 125.483049, + 17.67925 + ] + ] + ] + }, + "bbox": [ + 107.798105, + 17.67925, + 125.483049, + 27.012031 + ], + "properties": { + "created": "2025-01-07T13:54:18.566470Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 107.798105, + 17.67925, + 125.483049, + 27.012031 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 95408, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_149/n18e108-5a37ab.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n18w018-e4344d.json b/current/shorelinemonitor-shorelines/items/n18w018-e4344d.json new file mode 100644 index 0000000000..b0a1b9c949 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n18w018-e4344d.json @@ -0,0 +1,316 @@ +{ + "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": "n18w018-e4344d", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -7.251864, + 17.679267 + ], + [ + -7.251864, + 33.785002 + ], + [ + -17.965971, + 33.785002 + ], + [ + -17.965971, + 17.679267 + ], + [ + -7.251864, + 17.679267 + ] + ] + ] + }, + "bbox": [ + -17.965971, + 17.679267, + -7.251864, + 33.785002 + ], + "properties": { + "created": "2025-01-07T13:48:38.061239Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -17.965971, + 17.679267, + -7.251864, + 33.785002 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 35355, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_142/n18w018-e4344d.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n18w072-6a44c9.json b/current/shorelinemonitor-shorelines/items/n18w072-6a44c9.json new file mode 100644 index 0000000000..e6f1ddb5e1 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n18w072-6a44c9.json @@ -0,0 +1,316 @@ +{ + "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": "n18w072-6a44c9", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -61.478724, + 17.679256 + ], + [ + -61.478724, + 32.373727 + ], + [ + -71.864888, + 32.373727 + ], + [ + -71.864888, + 17.679256 + ], + [ + -61.478724, + 17.679256 + ] + ] + ] + }, + "bbox": [ + -71.864888, + 17.679256, + -61.478724, + 32.373727 + ], + "properties": { + "created": "2025-01-07T13:48:14.741299Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -71.864888, + 17.679256, + -61.478724, + 32.373727 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 38386, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_139/n18w072-6a44c9.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n18w088-aebd9e.json b/current/shorelinemonitor-shorelines/items/n18w088-aebd9e.json new file mode 100644 index 0000000000..a1a8cd5813 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n18w088-aebd9e.json @@ -0,0 +1,316 @@ +{ + "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": "n18w088-aebd9e", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -71.865526, + 17.679251 + ], + [ + -71.865526, + 22.064232 + ], + [ + -88.42764, + 22.064232 + ], + [ + -88.42764, + 17.679251 + ], + [ + -71.865526, + 17.679251 + ] + ] + ] + }, + "bbox": [ + -88.42764, + 17.679251, + -71.865526, + 22.064232 + ], + "properties": { + "created": "2025-01-07T13:45:15.445249Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -88.42764, + 17.679251, + -71.865526, + 22.064232 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 58678, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_138/n18w088-aebd9e.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n18w090-7bfbd0.json b/current/shorelinemonitor-shorelines/items/n18w090-7bfbd0.json new file mode 100644 index 0000000000..010f306889 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n18w090-7bfbd0.json @@ -0,0 +1,316 @@ +{ + "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": "n18w090-7bfbd0", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -71.865527, + 17.679251 + ], + [ + -71.865527, + 27.261827 + ], + [ + -89.831225, + 27.261827 + ], + [ + -89.831225, + 17.679251 + ], + [ + -71.865527, + 17.679251 + ] + ] + ] + }, + "bbox": [ + -89.831225, + 17.679251, + -71.865527, + 27.261827 + ], + "properties": { + "created": "2025-01-07T13:46:34.589887Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -89.831225, + 17.679251, + -71.865527, + 27.261827 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 115385, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_138/n18w090-7bfbd0.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n18w096-7b33fa.json b/current/shorelinemonitor-shorelines/items/n18w096-7b33fa.json new file mode 100644 index 0000000000..22d7927288 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n18w096-7b33fa.json @@ -0,0 +1,316 @@ +{ + "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": "n18w096-7b33fa", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -89.831863, + 17.946542 + ], + [ + -89.831863, + 29.972179 + ], + [ + -95.726419, + 29.972179 + ], + [ + -95.726419, + 17.946542 + ], + [ + -89.831863, + 17.946542 + ] + ] + ] + }, + "bbox": [ + -95.726419, + 17.946542, + -89.831863, + 29.972179 + ], + "properties": { + "created": "2025-01-07T13:43:17.162984Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -95.726419, + 17.946542, + -89.831863, + 29.972179 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 25626, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_137/n18w096-7b33fa.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n18w108-433b07.json b/current/shorelinemonitor-shorelines/items/n18w108-433b07.json new file mode 100644 index 0000000000..dbff874416 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n18w108-433b07.json @@ -0,0 +1,316 @@ +{ + "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": "n18w108-433b07", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -89.916982, + 17.679256 + ], + [ + -89.916982, + 30.215035 + ], + [ + -107.797467, + 30.215035 + ], + [ + -107.797467, + 17.679256 + ], + [ + -89.916982, + 17.679256 + ] + ] + ] + }, + "bbox": [ + -107.797467, + 17.679256, + -89.916982, + 30.215035 + ], + "properties": { + "created": "2025-01-07T13:44:35.043899Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -107.797467, + 17.679256, + -89.916982, + 30.215035 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 103393, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_137/n18w108-433b07.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n18w120-9fed77.json b/current/shorelinemonitor-shorelines/items/n18w120-9fed77.json new file mode 100644 index 0000000000..cecce3882e --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n18w120-9fed77.json @@ -0,0 +1,316 @@ +{ + "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": "n18w120-9fed77", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -107.798105, + 18.33922 + ], + [ + -107.798105, + 33.785021 + ], + [ + -119.868611, + 33.785021 + ], + [ + -119.868611, + 18.33922 + ], + [ + -107.798105, + 18.33922 + ] + ] + ] + }, + "bbox": [ + -119.868611, + 18.33922, + -107.798105, + 33.785021 + ], + "properties": { + "created": "2025-01-07T13:42:59.529705Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -119.868611, + 18.33922, + -107.798105, + 33.785021 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 78209, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_136/n18w120-9fed77.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n19w160-ea6493.json b/current/shorelinemonitor-shorelines/items/n19w160-ea6493.json new file mode 100644 index 0000000000..074aab9f6a --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n19w160-ea6493.json @@ -0,0 +1,316 @@ +{ + "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": "n19w160-ea6493", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -154.679192, + 18.746092 + ], + [ + -154.679192, + 22.42367 + ], + [ + -160.247044, + 22.42367 + ], + [ + -160.247044, + 18.746092 + ], + [ + -154.679192, + 18.746092 + ] + ] + ] + }, + "bbox": [ + -160.247044, + 18.746092, + -154.679192, + 22.42367 + ], + "properties": { + "created": "2025-01-07T13:42:07.109708Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -160.247044, + 18.746092, + -154.679192, + 22.42367 + ], + "proj:epsg": 4326, + "start_datetime": "1990-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 8391, + "datetime": "2006-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_134/n19w160-ea6493.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n22e018-c62723.json b/current/shorelinemonitor-shorelines/items/n22e018-c62723.json new file mode 100644 index 0000000000..c7a0e238ab --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n22e018-c62723.json @@ -0,0 +1,316 @@ +{ + "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": "n22e018-c62723", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 35.932308, + 22.424277 + ], + [ + 35.932308, + 33.785021 + ], + [ + 17.966609, + 33.785021 + ], + [ + 17.966609, + 22.424277 + ], + [ + 35.932308, + 22.424277 + ] + ] + ] + }, + "bbox": [ + 17.966609, + 22.424277, + 35.932308, + 33.785021 + ], + "properties": { + "created": "2025-01-07T13:49:19.610655Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 17.966609, + 22.424277, + 35.932308, + 33.785021 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 49411, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_144/n22e018-c62723.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n22e112-0a4078.json b/current/shorelinemonitor-shorelines/items/n22e112-0a4078.json new file mode 100644 index 0000000000..e6feddaf7a --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n22e112-0a4078.json @@ -0,0 +1,316 @@ +{ + "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": "n22e112-0a4078", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 122.675878, + 21.904251 + ], + [ + 122.675878, + 33.785023 + ], + [ + 112.289714, + 33.785023 + ], + [ + 112.289714, + 21.904251 + ], + [ + 122.675878, + 21.904251 + ] + ] + ] + }, + "bbox": [ + 112.289714, + 21.904251, + 122.675878, + 33.785023 + ], + "properties": { + "created": "2025-01-07T13:55:36.587448Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 112.289714, + 21.904251, + 122.675878, + 33.785023 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 129519, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_149/n22e112-0a4078.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n22w090-67d719.json b/current/shorelinemonitor-shorelines/items/n22w090-67d719.json new file mode 100644 index 0000000000..12098d1ffd --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n22w090-67d719.json @@ -0,0 +1,316 @@ +{ + "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": "n22w090-67d719", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -78.718358, + 21.915586 + ], + [ + -78.718358, + 33.785024 + ], + [ + -89.831225, + 33.785024 + ], + [ + -89.831225, + 21.915586 + ], + [ + -78.718358, + 21.915586 + ] + ] + ] + }, + "bbox": [ + -89.831225, + 21.915586, + -78.718358, + 33.785024 + ], + "properties": { + "created": "2025-01-07T13:47:52.438054Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -89.831225, + 21.915586, + -78.718358, + 33.785024 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 91664, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_138/n22w090-67d719.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n26e126-993f0a.json b/current/shorelinemonitor-shorelines/items/n26e126-993f0a.json new file mode 100644 index 0000000000..d5ee1d7bf2 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n26e126-993f0a.json @@ -0,0 +1,316 @@ +{ + "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": "n26e126-993f0a", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 142.240222, + 25.755223 + ], + [ + 142.240222, + 33.785024 + ], + [ + 126.1605, + 33.785024 + ], + [ + 126.1605, + 25.755223 + ], + [ + 142.240222, + 25.755223 + ] + ] + ] + }, + "bbox": [ + 126.1605, + 25.755223, + 142.240222, + 33.785024 + ], + "properties": { + "created": "2025-01-07T13:56:18.237073Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 126.1605, + 25.755223, + 142.240222, + 33.785024 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 56892, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_150/n26e126-993f0a.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n28w018-4473aa.json b/current/shorelinemonitor-shorelines/items/n28w018-4473aa.json new file mode 100644 index 0000000000..230e29941d --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n28w018-4473aa.json @@ -0,0 +1,316 @@ +{ + "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": "n28w018-4473aa", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -17.966609, + 27.563732 + ], + [ + -17.966609, + 28.994721 + ], + [ + -18.246726, + 28.994721 + ], + [ + -18.246726, + 27.563732 + ], + [ + -17.966609, + 27.563732 + ] + ] + ] + }, + "bbox": [ + -18.246726, + 27.563732, + -17.966609, + 28.994721 + ], + "properties": { + "created": "2025-01-07T13:48:15.748058Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -18.246726, + 27.563732, + -17.966609, + 28.994721 + ], + "proj:epsg": 4326, + "start_datetime": "1988-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 633, + "datetime": "2005-07-02T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_141/n28w018-4473aa.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n31e010-d9d3de.json b/current/shorelinemonitor-shorelines/items/n31e010-d9d3de.json new file mode 100644 index 0000000000..ddf47ab062 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n31e010-d9d3de.json @@ -0,0 +1,316 @@ +{ + "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": "n31e010-d9d3de", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 17.965971, + 30.699596 + ], + [ + 17.965971, + 33.785024 + ], + [ + 10.243951, + 33.785024 + ], + [ + 10.243951, + 30.699596 + ], + [ + 17.965971, + 30.699596 + ] + ] + ] + }, + "bbox": [ + 10.243951, + 30.699596, + 17.965971, + 33.785024 + ], + "properties": { + "created": "2025-01-07T13:48:45.836052Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 10.243951, + 30.699596, + 17.965971, + 33.785024 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 12254, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_143/n31e010-d9d3de.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n34e000-aee4a9.json b/current/shorelinemonitor-shorelines/items/n34e000-aee4a9.json new file mode 100644 index 0000000000..524699ee95 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n34e000-aee4a9.json @@ -0,0 +1,316 @@ +{ + "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": "n34e000-aee4a9", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 17.965971, + 33.785595 + ], + [ + 17.965971, + 43.61609 + ], + [ + 0.000271, + 43.61609 + ], + [ + 0.000271, + 33.785595 + ], + [ + 17.965971, + 33.785595 + ] + ] + ] + }, + "bbox": [ + 0.000271, + 33.785595, + 17.965971, + 43.61609 + ], + "properties": { + "created": "2025-01-07T14:02:27.892793Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 0.000271, + 33.785595, + 17.965971, + 43.61609 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 97254, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_165/n34e000-aee4a9.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n34e022-e3c9b0.json b/current/shorelinemonitor-shorelines/items/n34e022-e3c9b0.json new file mode 100644 index 0000000000..76b984dd12 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n34e022-e3c9b0.json @@ -0,0 +1,316 @@ +{ + "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": "n34e022-e3c9b0", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 35.932308, + 34.251162 + ], + [ + 35.932308, + 41.084082 + ], + [ + 22.458217, + 41.084082 + ], + [ + 22.458217, + 34.251162 + ], + [ + 35.932308, + 34.251162 + ] + ] + ] + }, + "bbox": [ + 22.458217, + 34.251162, + 35.932308, + 41.084082 + ], + "properties": { + "created": "2025-01-07T14:05:20.156934Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 22.458217, + 34.251162, + 35.932308, + 41.084082 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 111773, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_166/n34e022-e3c9b0.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n34e034-f20102.json b/current/shorelinemonitor-shorelines/items/n34e034-f20102.json new file mode 100644 index 0000000000..5dd510c4a6 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n34e034-f20102.json @@ -0,0 +1,316 @@ +{ + "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": "n34e034-f20102", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 35.932308, + 33.785558 + ], + [ + 35.932308, + 36.5846 + ], + [ + 33.687096, + 36.5846 + ], + [ + 33.687096, + 33.785558 + ], + [ + 35.932308, + 33.785558 + ] + ] + ] + }, + "bbox": [ + 33.687096, + 33.785558, + 35.932308, + 36.5846 + ], + "properties": { + "created": "2025-01-07T14:05:23.742894Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 33.687096, + 33.785558, + 35.932308, + 36.5846 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 5634, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_166/n34e034-f20102.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n34e036-b61187.json b/current/shorelinemonitor-shorelines/items/n34e036-b61187.json new file mode 100644 index 0000000000..0b6207248e --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n34e036-b61187.json @@ -0,0 +1,316 @@ +{ + "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": "n34e036-b61187", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 53.898549, + 34.250858 + ], + [ + 53.898549, + 45.219883 + ], + [ + 35.932946, + 45.219883 + ], + [ + 35.932946, + 34.250858 + ], + [ + 53.898549, + 34.250858 + ] + ] + ] + }, + "bbox": [ + 35.932946, + 34.250858, + 53.898549, + 45.219883 + ], + "properties": { + "created": "2025-01-07T14:07:56.400432Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 35.932946, + 34.250858, + 53.898549, + 45.219883 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 122195, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_167/n34e036-b61187.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n34e117-e9d69f.json b/current/shorelinemonitor-shorelines/items/n34e117-e9d69f.json new file mode 100644 index 0000000000..70e879c540 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n34e117-e9d69f.json @@ -0,0 +1,316 @@ +{ + "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": "n34e117-e9d69f", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 125.763805, + 33.785559 + ], + [ + 125.763805, + 41.127908 + ], + [ + 117.342737, + 41.127908 + ], + [ + 117.342737, + 33.785559 + ], + [ + 125.763805, + 33.785559 + ] + ] + ] + }, + "bbox": [ + 117.342737, + 33.785559, + 125.763805, + 41.127908 + ], + "properties": { + "created": "2025-01-07T14:10:42.572047Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 117.342737, + 33.785559, + 125.763805, + 41.127908 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 129369, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_171/n34e117-e9d69f.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n34e126-afe1d3.json b/current/shorelinemonitor-shorelines/items/n34e126-afe1d3.json new file mode 100644 index 0000000000..c4d27d1a3c --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n34e126-afe1d3.json @@ -0,0 +1,316 @@ +{ + "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": "n34e126-afe1d3", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 135.027681, + 33.785597 + ], + [ + 135.027681, + 41.033679 + ], + [ + 125.802865, + 41.033679 + ], + [ + 125.802865, + 33.785597 + ], + [ + 135.027681, + 33.785597 + ] + ] + ] + }, + "bbox": [ + 125.802865, + 33.785597, + 135.027681, + 41.033679 + ], + "properties": { + "created": "2025-01-07T14:11:59.734335Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 125.802865, + 33.785597, + 135.027681, + 41.033679 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 117994, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_172/n34e126-afe1d3.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n34e130-2a088b.json b/current/shorelinemonitor-shorelines/items/n34e130-2a088b.json new file mode 100644 index 0000000000..adeaaa8ec5 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n34e130-2a088b.json @@ -0,0 +1,316 @@ +{ + "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": "n34e130-2a088b", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 142.07285, + 33.785558 + ], + [ + 142.07285, + 41.127704 + ], + [ + 129.645604, + 41.127704 + ], + [ + 129.645604, + 33.785558 + ], + [ + 142.07285, + 33.785558 + ] + ] + ] + }, + "bbox": [ + 129.645604, + 33.785558, + 142.07285, + 41.127704 + ], + "properties": { + "created": "2025-01-07T14:13:15.768633Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 129.645604, + 33.785558, + 142.07285, + 41.127704 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 126143, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_172/n34e130-2a088b.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n34e135-b305c3.json b/current/shorelinemonitor-shorelines/items/n34e135-b305c3.json new file mode 100644 index 0000000000..243853871a --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n34e135-b305c3.json @@ -0,0 +1,316 @@ +{ + "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": "n34e135-b305c3", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 140.881415, + 33.785558 + ], + [ + 140.881415, + 36.650708 + ], + [ + 134.999099, + 36.650708 + ], + [ + 134.999099, + 33.785558 + ], + [ + 140.881415, + 33.785558 + ] + ] + ] + }, + "bbox": [ + 134.999099, + 33.785558, + 140.881415, + 36.650708 + ], + "properties": { + "created": "2025-01-07T14:13:23.227284Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 134.999099, + 33.785558, + 140.881415, + 36.650708 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 12890, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_172/n34e135-b305c3.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n34w010-dbb66e.json b/current/shorelinemonitor-shorelines/items/n34w010-dbb66e.json new file mode 100644 index 0000000000..1d26a45246 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n34w010-dbb66e.json @@ -0,0 +1,316 @@ +{ + "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": "n34w010-dbb66e", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.000271, + 33.785582 + ], + [ + -0.000271, + 47.353542 + ], + [ + -9.517184, + 47.353542 + ], + [ + -9.517184, + 33.785582 + ], + [ + -0.000271, + 33.785582 + ] + ] + ] + }, + "bbox": [ + -9.517184, + 33.785582, + -0.000271, + 47.353542 + ], + "properties": { + "created": "2025-01-07T14:01:27.083953Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -9.517184, + 33.785582, + -0.000271, + 47.353542 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 90461, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_164/n34w010-dbb66e.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n34w079-0dd57b.json b/current/shorelinemonitor-shorelines/items/n34w079-0dd57b.json new file mode 100644 index 0000000000..cc10aa9f50 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n34w079-0dd57b.json @@ -0,0 +1,316 @@ +{ + "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": "n34w079-0dd57b", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -71.865526, + 33.789075 + ], + [ + -71.865526, + 41.549427 + ], + [ + -78.805508, + 41.549427 + ], + [ + -78.805508, + 33.789075 + ], + [ + -71.865526, + 33.789075 + ] + ] + ] + }, + "bbox": [ + -78.805508, + 33.789075, + -71.865526, + 41.549427 + ], + "properties": { + "created": "2025-01-07T13:58:40.276616Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -78.805508, + 33.789075, + -71.865526, + 41.549427 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 87750, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_160/n34w079-0dd57b.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n34w079-5ca05c.json b/current/shorelinemonitor-shorelines/items/n34w079-5ca05c.json new file mode 100644 index 0000000000..17a2191676 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n34w079-5ca05c.json @@ -0,0 +1,316 @@ +{ + "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": "n34w079-5ca05c", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.234209, + 33.785604 + ], + [ + -75.234209, + 36.667605 + ], + [ + -78.777481, + 36.667605 + ], + [ + -78.777481, + 33.785604 + ], + [ + -75.234209, + 33.785604 + ] + ] + ] + }, + "bbox": [ + -78.777481, + 33.785604, + -75.234209, + 36.667605 + ], + "properties": { + "created": "2025-01-07T13:58:46.149490Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -78.777481, + 33.785604, + -75.234209, + 36.667605 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 6138, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_160/n34w079-5ca05c.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n34w125-4b770a.json b/current/shorelinemonitor-shorelines/items/n34w125-4b770a.json new file mode 100644 index 0000000000..bb00cbfdba --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n34w125-4b770a.json @@ -0,0 +1,316 @@ +{ + "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": "n34w125-4b770a", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -118.190118, + 33.78558 + ], + [ + -118.190118, + 47.353543 + ], + [ + -124.568875, + 47.353543 + ], + [ + -124.568875, + 33.78558 + ], + [ + -118.190118, + 33.78558 + ] + ] + ] + }, + "bbox": [ + -124.568875, + 33.78558, + -118.190118, + 47.353543 + ], + "properties": { + "created": "2025-01-07T13:57:22.622367Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -124.568875, + 33.78558, + -118.190118, + 47.353543 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 100716, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_158/n34w125-4b770a.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n36e018-806f8b.json b/current/shorelinemonitor-shorelines/items/n36e018-806f8b.json new file mode 100644 index 0000000000..03e0b38d76 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n36e018-806f8b.json @@ -0,0 +1,316 @@ +{ + "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": "n36e018-806f8b", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 35.932308, + 36.385372 + ], + [ + 35.932308, + 46.971853 + ], + [ + 17.966609, + 46.971853 + ], + [ + 17.966609, + 36.385372 + ], + [ + 35.932308, + 36.385372 + ] + ] + ] + }, + "bbox": [ + 17.966609, + 36.385372, + 35.932308, + 46.971853 + ], + "properties": { + "created": "2025-01-07T14:06:46.331363Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 17.966609, + 36.385372, + 35.932308, + 46.971853 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 121160, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_166/n36e018-806f8b.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n37e054-ac05c0.json b/current/shorelinemonitor-shorelines/items/n37e054-ac05c0.json new file mode 100644 index 0000000000..444632db8a --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n37e054-ac05c0.json @@ -0,0 +1,316 @@ +{ + "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": "n37e054-ac05c0", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 55.021476, + 36.77777 + ], + [ + 55.021476, + 45.810133 + ], + [ + 53.899188, + 45.810133 + ], + [ + 53.899188, + 36.77777 + ], + [ + 55.021476, + 36.77777 + ] + ] + ] + }, + "bbox": [ + 53.899188, + 36.77777, + 55.021476, + 45.810133 + ], + "properties": { + "created": "2025-01-07T14:09:28.532260Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 53.899188, + 36.77777, + 55.021476, + 45.810133 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 23492, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_168/n37e054-ac05c0.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n37e126-d49672.json b/current/shorelinemonitor-shorelines/items/n37e126-d49672.json new file mode 100644 index 0000000000..0c25bee63b --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n37e126-d49672.json @@ -0,0 +1,316 @@ +{ + "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": "n37e126-d49672", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 143.730142, + 36.53905 + ], + [ + 143.730142, + 47.353544 + ], + [ + 125.764443, + 47.353544 + ], + [ + 125.764443, + 36.53905 + ], + [ + 143.730142, + 36.53905 + ] + ] + ] + }, + "bbox": [ + 125.764443, + 36.53905, + 143.730142, + 47.353544 + ], + "properties": { + "created": "2025-01-07T14:14:46.635863Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 125.764443, + 36.53905, + 143.730142, + 47.353544 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 133174, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_172/n37e126-d49672.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n37w031-0e856b.json b/current/shorelinemonitor-shorelines/items/n37w031-0e856b.json new file mode 100644 index 0000000000..f96ffdfc6a --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n37w031-0e856b.json @@ -0,0 +1,316 @@ +{ + "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": "n37w031-0e856b", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -24.985119, + 36.819812 + ], + [ + -24.985119, + 39.631099 + ], + [ + -31.26882, + 39.631099 + ], + [ + -31.26882, + 36.819812 + ], + [ + -24.985119, + 36.819812 + ] + ] + ] + }, + "bbox": [ + -31.26882, + 36.819812, + -24.985119, + 39.631099 + ], + "properties": { + "created": "2025-01-07T14:00:29.925546Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -31.26882, + 36.819812, + -24.985119, + 39.631099 + ], + "proj:epsg": 4326, + "start_datetime": "1988-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 5053, + "datetime": "2005-07-02T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_163/n37w031-0e856b.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n41e001-175a77.json b/current/shorelinemonitor-shorelines/items/n41e001-175a77.json new file mode 100644 index 0000000000..d40da1bfab --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n41e001-175a77.json @@ -0,0 +1,316 @@ +{ + "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": "n41e001-175a77", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 17.667967, + 40.916517 + ], + [ + 17.667967, + 45.810133 + ], + [ + 0.561782, + 45.810133 + ], + [ + 0.561782, + 40.916517 + ], + [ + 17.667967, + 40.916517 + ] + ] + ] + }, + "bbox": [ + 0.561782, + 40.916517, + 17.667967, + 45.810133 + ], + "properties": { + "created": "2025-01-07T14:03:56.195193Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 0.561782, + 40.916517, + 17.667967, + 45.810133 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 122655, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_165/n41e001-175a77.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n41e036-55f0ab.json b/current/shorelinemonitor-shorelines/items/n41e036-55f0ab.json new file mode 100644 index 0000000000..77c6e8d185 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n41e036-55f0ab.json @@ -0,0 +1,316 @@ +{ + "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": "n41e036-55f0ab", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 53.898549, + 40.930127 + ], + [ + 53.898549, + 47.353543 + ], + [ + 35.932946, + 47.353543 + ], + [ + 35.932946, + 40.930127 + ], + [ + 53.898549, + 40.930127 + ] + ] + ] + }, + "bbox": [ + 35.932946, + 40.930127, + 53.898549, + 47.353543 + ], + "properties": { + "created": "2025-01-07T14:09:18.197073Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 35.932946, + 40.930127, + 53.898549, + 47.353543 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 132053, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_167/n41e036-55f0ab.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n41w072-208a6b.json b/current/shorelinemonitor-shorelines/items/n41w072-208a6b.json new file mode 100644 index 0000000000..2ceb01d133 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n41w072-208a6b.json @@ -0,0 +1,316 @@ +{ + "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": "n41w072-208a6b", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -56.234759, + 40.980538 + ], + [ + -56.234759, + 47.353542 + ], + [ + -71.864888, + 47.353542 + ], + [ + -71.864888, + 40.980538 + ], + [ + -56.234759, + 40.980538 + ] + ] + ] + }, + "bbox": [ + -71.864888, + 40.980538, + -56.234759, + 47.353542 + ], + "properties": { + "created": "2025-01-07T14:00:03.190152Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -71.864888, + 40.980538, + -56.234759, + 47.353542 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 101012, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_161/n41w072-208a6b.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n41w072-a1fbb4.json b/current/shorelinemonitor-shorelines/items/n41w072-a1fbb4.json new file mode 100644 index 0000000000..45955d1d5b --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n41w072-a1fbb4.json @@ -0,0 +1,316 @@ +{ + "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": "n41w072-a1fbb4", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -53.899188, + 40.921251 + ], + [ + -53.899188, + 47.353544 + ], + [ + -71.584132, + 47.353544 + ], + [ + -71.584132, + 40.921251 + ], + [ + -53.899188, + 40.921251 + ] + ] + ] + }, + "bbox": [ + -71.584132, + 40.921251, + -53.899188, + 47.353544 + ], + "properties": { + "created": "2025-01-07T14:00:21.740686Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -71.584132, + 40.921251, + -53.899188, + 47.353544 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 23047, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_161/n41w072-a1fbb4.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n43e144-4984a1.json b/current/shorelinemonitor-shorelines/items/n43e144-4984a1.json new file mode 100644 index 0000000000..a37237335d --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n43e144-4984a1.json @@ -0,0 +1,316 @@ +{ + "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": "n43e144-4984a1", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 152.713263, + 42.591863 + ], + [ + 152.713263, + 47.353543 + ], + [ + 143.73078, + 47.353543 + ], + [ + 143.73078, + 42.591863 + ], + [ + 152.713263, + 42.591863 + ] + ] + ] + }, + "bbox": [ + 143.73078, + 42.591863, + 152.713263, + 47.353543 + ], + "properties": { + "created": "2025-01-07T14:15:02.253294Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 143.73078, + 42.591863, + 152.713263, + 47.353543 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 25027, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_173/n43e144-4984a1.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n47e135-37384a.json b/current/shorelinemonitor-shorelines/items/n47e135-37384a.json new file mode 100644 index 0000000000..c838b74f79 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n47e135-37384a.json @@ -0,0 +1,316 @@ +{ + "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": "n47e135-37384a", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 143.730142, + 47.353932 + ], + [ + 143.730142, + 58.154931 + ], + [ + 135.028319, + 58.154931 + ], + [ + 135.028319, + 47.353932 + ], + [ + 143.730142, + 47.353932 + ] + ] + ] + }, + "bbox": [ + 135.028319, + 47.353932, + 143.730142, + 58.154931 + ], + "properties": { + "created": "2025-01-07T14:31:45.103535Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 135.028319, + 47.353932, + 143.730142, + 58.154931 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 129418, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_194/n47e135-37384a.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n47e144-9fc9a1.json b/current/shorelinemonitor-shorelines/items/n47e144-9fc9a1.json new file mode 100644 index 0000000000..0495b4e584 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n47e144-9fc9a1.json @@ -0,0 +1,316 @@ +{ + "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": "n47e144-9fc9a1", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 161.696376, + 47.35392 + ], + [ + 161.696376, + 58.155128 + ], + [ + 143.73078, + 58.155128 + ], + [ + 143.73078, + 47.35392 + ], + [ + 161.696376, + 47.35392 + ] + ] + ] + }, + "bbox": [ + 143.73078, + 47.35392, + 161.696376, + 58.155128 + ], + "properties": { + "created": "2025-01-07T14:32:08.771946Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 143.73078, + 47.35392, + 161.696376, + 58.155128 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 43170, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_195/n47e144-9fc9a1.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n47w011-d18f79.json b/current/shorelinemonitor-shorelines/items/n47w011-d18f79.json new file mode 100644 index 0000000000..1ae3518f45 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n47w011-d18f79.json @@ -0,0 +1,316 @@ +{ + "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": "n47w011-d18f79", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.000271, + 47.353943 + ], + [ + -0.000271, + 55.740592 + ], + [ + -10.667191, + 55.740592 + ], + [ + -10.667191, + 47.353943 + ], + [ + -0.000271, + 47.353943 + ] + ] + ] + }, + "bbox": [ + -10.667191, + 47.353943, + -0.000271, + 55.740592 + ], + "properties": { + "created": "2025-01-07T14:26:29.161639Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -10.667191, + 47.353943, + -0.000271, + 55.740592 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 75198, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_186/n47w011-d18f79.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n47w054-3d296c.json b/current/shorelinemonitor-shorelines/items/n47w054-3d296c.json new file mode 100644 index 0000000000..fdb591ea2f --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n47w054-3d296c.json @@ -0,0 +1,316 @@ +{ + "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": "n47w054-3d296c", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -52.495602, + 47.353925 + ], + [ + -52.495602, + 49.569929 + ], + [ + -53.898549, + 49.569929 + ], + [ + -53.898549, + 47.353925 + ], + [ + -52.495602, + 47.353925 + ] + ] + ] + }, + "bbox": [ + -53.898549, + 47.353925, + -52.495602, + 49.569929 + ], + "properties": { + "created": "2025-01-07T14:25:38.676186Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -53.898549, + 47.353925, + -52.495602, + 49.569929 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 19926, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_184/n47w054-3d296c.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n47w054-d00d81.json b/current/shorelinemonitor-shorelines/items/n47w054-d00d81.json new file mode 100644 index 0000000000..e5cc9f7892 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n47w054-d00d81.json @@ -0,0 +1,316 @@ +{ + "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": "n47w054-d00d81", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -52.4957, + 46.587751 + ], + [ + -52.4957, + 47.353543 + ], + [ + -53.898549, + 47.353543 + ], + [ + -53.898549, + 46.587751 + ], + [ + -52.4957, + 46.587751 + ] + ] + ] + }, + "bbox": [ + -53.898549, + 46.587751, + -52.4957, + 47.353543 + ], + "properties": { + "created": "2025-01-07T14:00:25.845360Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -53.898549, + 46.587751, + -52.4957, + 47.353543 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 6074, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_162/n47w054-d00d81.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n47w059-85020d.json b/current/shorelinemonitor-shorelines/items/n47w059-85020d.json new file mode 100644 index 0000000000..f40cf932bd --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n47w059-85020d.json @@ -0,0 +1,316 @@ +{ + "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": "n47w059-85020d", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -53.899188, + 47.353931 + ], + [ + -53.899188, + 48.963834 + ], + [ + -59.184985, + 48.963834 + ], + [ + -59.184985, + 47.353931 + ], + [ + -53.899188, + 47.353931 + ] + ] + ] + }, + "bbox": [ + -59.184985, + 47.353931, + -53.899188, + 48.963834 + ], + "properties": { + "created": "2025-01-07T14:22:46.413938Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -59.184985, + 47.353931, + -53.899188, + 48.963834 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 28319, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_183/n47w059-85020d.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n47w068-2da64a.json b/current/shorelinemonitor-shorelines/items/n47w068-2da64a.json new file mode 100644 index 0000000000..8c9dd12589 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n47w068-2da64a.json @@ -0,0 +1,316 @@ +{ + "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": "n47w068-2da64a", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -53.899188, + 47.353934 + ], + [ + -53.899188, + 53.760611 + ], + [ + -67.514048, + 53.760611 + ], + [ + -67.514048, + 47.353934 + ], + [ + -53.899188, + 47.353934 + ] + ] + ] + }, + "bbox": [ + -67.514048, + 47.353934, + -53.899188, + 53.760611 + ], + "properties": { + "created": "2025-01-07T14:24:06.229027Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -67.514048, + 47.353934, + -53.899188, + 53.760611 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 116488, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_183/n47w068-2da64a.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n47w071-99c69d.json b/current/shorelinemonitor-shorelines/items/n47w071-99c69d.json new file mode 100644 index 0000000000..68e116d08f --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n47w071-99c69d.json @@ -0,0 +1,316 @@ +{ + "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": "n47w071-99c69d", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -56.14504, + 47.35393 + ], + [ + -56.14504, + 58.155128 + ], + [ + -70.742054, + 58.155128 + ], + [ + -70.742054, + 47.35393 + ], + [ + -56.14504, + 47.35393 + ] + ] + ] + }, + "bbox": [ + -70.742054, + 47.35393, + -56.14504, + 58.155128 + ], + "properties": { + "created": "2025-01-07T14:25:25.807969Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -70.742054, + 47.35393, + -56.14504, + 58.155128 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 127915, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_183/n47w071-99c69d.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n47w126-e3cb72.json b/current/shorelinemonitor-shorelines/items/n47w126-e3cb72.json new file mode 100644 index 0000000000..749121a50d --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n47w126-e3cb72.json @@ -0,0 +1,316 @@ +{ + "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": "n47w126-e3cb72", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -122.115102, + 47.35392 + ], + [ + -122.115102, + 51.197058 + ], + [ + -125.763805, + 51.197058 + ], + [ + -125.763805, + 47.35392 + ], + [ + -122.115102, + 47.35392 + ] + ] + ] + }, + "bbox": [ + -125.763805, + 47.35392, + -122.115102, + 51.197058 + ], + "properties": { + "created": "2025-01-07T14:21:26.407421Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -125.763805, + 47.35392, + -122.115102, + 51.197058 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 120820, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_180/n47w126-e3cb72.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n49e000-6113a4.json b/current/shorelinemonitor-shorelines/items/n49e000-6113a4.json new file mode 100644 index 0000000000..83be0d156d --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n49e000-6113a4.json @@ -0,0 +1,316 @@ +{ + "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": "n49e000-6113a4", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 17.965966, + 49.22153 + ], + [ + 17.965966, + 55.863133 + ], + [ + 0.000271, + 55.863133 + ], + [ + 0.000271, + 49.22153 + ], + [ + 17.965966, + 49.22153 + ] + ] + ] + }, + "bbox": [ + 0.000271, + 49.22153, + 17.965966, + 55.863133 + ], + "properties": { + "created": "2025-01-07T14:28:50.928635Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 0.000271, + 49.22153, + 17.965966, + 55.863133 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 103484, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_187/n49e000-6113a4.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n49w129-62b619.json b/current/shorelinemonitor-shorelines/items/n49w129-62b619.json new file mode 100644 index 0000000000..d9d2dd083f --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n49w129-62b619.json @@ -0,0 +1,316 @@ +{ + "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": "n49w129-62b619", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -125.764443, + 49.058623 + ], + [ + -125.764443, + 52.582975 + ], + [ + -129.059019, + 52.582975 + ], + [ + -129.059019, + 49.058623 + ], + [ + -125.764443, + 49.058623 + ] + ] + ] + }, + "bbox": [ + -129.059019, + 49.058623, + -125.764443, + 52.582975 + ], + "properties": { + "created": "2025-01-07T14:16:04.850405Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -129.059019, + 49.058623, + -125.764443, + 52.582975 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 101400, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_179/n49w129-62b619.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n51w090-4796bd.json b/current/shorelinemonitor-shorelines/items/n51w090-4796bd.json new file mode 100644 index 0000000000..6ed48a28dd --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n51w090-4796bd.json @@ -0,0 +1,316 @@ +{ + "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": "n51w090-4796bd", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -78.041475, + 51.021183 + ], + [ + -78.041475, + 57.103088 + ], + [ + -89.831225, + 57.103088 + ], + [ + -89.831225, + 51.021183 + ], + [ + -78.041475, + 51.021183 + ] + ] + ] + }, + "bbox": [ + -89.831225, + 51.021183, + -78.041475, + 57.103088 + ], + "properties": { + "created": "2025-01-07T14:22:26.043930Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -89.831225, + 51.021183, + -78.041475, + 57.103088 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 102296, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_182/n51w090-4796bd.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n51w133-4ccf77.json b/current/shorelinemonitor-shorelines/items/n51w133-4ccf77.json new file mode 100644 index 0000000000..104b98aea7 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n51w133-4ccf77.json @@ -0,0 +1,316 @@ +{ + "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": "n51w133-4ccf77", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -126.606613, + 50.717899 + ], + [ + -126.606613, + 54.214667 + ], + [ + -133.343337, + 54.214667 + ], + [ + -133.343337, + 50.717899 + ], + [ + -126.606613, + 50.717899 + ] + ] + ] + }, + "bbox": [ + -133.343337, + 50.717899, + -126.606613, + 54.214667 + ], + "properties": { + "created": "2025-01-07T14:17:26.504304Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -133.343337, + 50.717899, + -126.606613, + 54.214667 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 126752, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_179/n51w133-4ccf77.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n52e000-52c2c1.json b/current/shorelinemonitor-shorelines/items/n52e000-52c2c1.json new file mode 100644 index 0000000000..31ed4a0f52 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n52e000-52c2c1.json @@ -0,0 +1,316 @@ +{ + "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": "n52e000-52c2c1", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 17.1238, + 52.412492 + ], + [ + 17.1238, + 58.155128 + ], + [ + 0.000271, + 58.155128 + ], + [ + 0.000271, + 52.412492 + ], + [ + 17.1238, + 52.412492 + ] + ] + ] + }, + "bbox": [ + 0.000271, + 52.412492, + 17.1238, + 58.155128 + ], + "properties": { + "created": "2025-01-07T14:30:13.193160Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 0.000271, + 52.412492, + 17.1238, + 58.155128 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 127681, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_187/n52e000-52c2c1.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n52w010-ecc084.json b/current/shorelinemonitor-shorelines/items/n52w010-ecc084.json new file mode 100644 index 0000000000..3fefefee4a --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n52w010-ecc084.json @@ -0,0 +1,316 @@ +{ + "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": "n52w010-ecc084", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.212532, + 52.412512 + ], + [ + -0.212532, + 58.155128 + ], + [ + -10.32286, + 58.155128 + ], + [ + -10.32286, + 52.412512 + ], + [ + -0.212532, + 52.412512 + ] + ] + ] + }, + "bbox": [ + -10.32286, + 52.412512, + -0.212532, + 58.155128 + ], + "properties": { + "created": "2025-01-07T14:27:49.528134Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -10.32286, + 52.412512, + -0.212532, + 58.155128 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 128094, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_186/n52w010-ecc084.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n53w134-a4d66b.json b/current/shorelinemonitor-shorelines/items/n53w134-a4d66b.json new file mode 100644 index 0000000000..bc8ff9143f --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n53w134-a4d66b.json @@ -0,0 +1,316 @@ +{ + "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": "n53w134-a4d66b", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -129.413881, + 52.771689 + ], + [ + -129.413881, + 56.642928 + ], + [ + -134.419726, + 56.642928 + ], + [ + -134.419726, + 52.771689 + ], + [ + -129.413881, + 52.771689 + ] + ] + ] + }, + "bbox": [ + -134.419726, + 52.771689, + -129.413881, + 56.642928 + ], + "properties": { + "created": "2025-01-07T14:18:43.160965Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -134.419726, + 52.771689, + -129.413881, + 56.642928 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 129529, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_179/n53w134-a4d66b.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n54e018-fac7f4.json b/current/shorelinemonitor-shorelines/items/n54e018-fac7f4.json new file mode 100644 index 0000000000..3e4c16fb56 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n54e018-fac7f4.json @@ -0,0 +1,316 @@ +{ + "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": "n54e018-fac7f4", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 24.703335, + 54.091726 + ], + [ + 24.703335, + 58.155128 + ], + [ + 17.966609, + 58.155128 + ], + [ + 17.966609, + 54.091726 + ], + [ + 24.703335, + 54.091726 + ] + ] + ] + }, + "bbox": [ + 17.966609, + 54.091726, + 24.703335, + 58.155128 + ], + "properties": { + "created": "2025-01-07T14:30:31.274861Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 17.966609, + 54.091726, + 24.703335, + 58.155128 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 27400, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_188/n54e018-fac7f4.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n56w137-f3ad24.json b/current/shorelinemonitor-shorelines/items/n56w137-f3ad24.json new file mode 100644 index 0000000000..c2f32019ea --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n56w137-f3ad24.json @@ -0,0 +1,316 @@ +{ + "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": "n56w137-f3ad24", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -129.743955, + 55.705615 + ], + [ + -129.743955, + 58.155128 + ], + [ + -136.711919, + 58.155128 + ], + [ + -136.711919, + 55.705615 + ], + [ + -129.743955, + 55.705615 + ] + ] + ] + }, + "bbox": [ + -136.711919, + 55.705615, + -129.743955, + 58.155128 + ], + "properties": { + "created": "2025-01-07T14:20:07.778547Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -136.711919, + 55.705615, + -129.743955, + 58.155128 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 131020, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_179/n56w137-f3ad24.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n57w093-a1ffb6.json b/current/shorelinemonitor-shorelines/items/n57w093-a1ffb6.json new file mode 100644 index 0000000000..3c4c1a3124 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n57w093-a1ffb6.json @@ -0,0 +1,316 @@ +{ + "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": "n57w093-a1ffb6", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -89.831863, + 56.950637 + ], + [ + -89.831863, + 58.155119 + ], + [ + -92.919152, + 58.155119 + ], + [ + -92.919152, + 56.950637 + ], + [ + -89.831863, + 56.950637 + ] + ] + ] + }, + "bbox": [ + -92.919152, + 56.950637, + -89.831863, + 58.155119 + ], + "properties": { + "created": "2025-01-07T14:21:31.793123Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -92.919152, + 56.950637, + -89.831863, + 58.155119 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 9379, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_181/n57w093-a1ffb6.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n58e005-117f4b.json b/current/shorelinemonitor-shorelines/items/n58e005-117f4b.json new file mode 100644 index 0000000000..a32dad2735 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n58e005-117f4b.json @@ -0,0 +1,316 @@ +{ + "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": "n58e005-117f4b", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 17.965971, + 58.155469 + ], + [ + 17.965971, + 61.622803 + ], + [ + 5.33405, + 61.622803 + ], + [ + 5.33405, + 58.155469 + ], + [ + 17.965971, + 58.155469 + ] + ] + ] + }, + "bbox": [ + 5.33405, + 58.155469, + 17.965971, + 61.622803 + ], + "properties": { + "created": "2025-01-07T14:34:33.528794Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 5.33405, + 58.155469, + 17.965971, + 61.622803 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 81167, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_209/n58e005-117f4b.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n58e018-e586b5.json b/current/shorelinemonitor-shorelines/items/n58e018-e586b5.json new file mode 100644 index 0000000000..cbf8ba8522 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n58e018-e586b5.json @@ -0,0 +1,316 @@ +{ + "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": "n58e018-e586b5", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 35.932306, + 58.155473 + ], + [ + 35.932306, + 66.445908 + ], + [ + 17.966609, + 66.445908 + ], + [ + 17.966609, + 58.155473 + ], + [ + 35.932306, + 58.155473 + ] + ] + ] + }, + "bbox": [ + 17.966609, + 58.155473, + 35.932306, + 66.445908 + ], + "properties": { + "created": "2025-01-07T14:38:48.525648Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 17.966609, + 58.155473, + 35.932306, + 66.445908 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 108338, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_210/n58e018-e586b5.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n58e022-902c91.json b/current/shorelinemonitor-shorelines/items/n58e022-902c91.json new file mode 100644 index 0000000000..7d5311e5cc --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n58e022-902c91.json @@ -0,0 +1,316 @@ +{ + "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": "n58e022-902c91", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 35.932308, + 58.155478 + ], + [ + 35.932308, + 66.445888 + ], + [ + 22.458217, + 66.445888 + ], + [ + 22.458217, + 58.155478 + ], + [ + 35.932308, + 58.155478 + ] + ] + ] + }, + "bbox": [ + 22.458217, + 58.155478, + 35.932308, + 66.445888 + ], + "properties": { + "created": "2025-01-07T14:39:24.577937Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 22.458217, + 58.155478, + 35.932308, + 66.445888 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 48569, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_210/n58e022-902c91.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n58w018-edc727.json b/current/shorelinemonitor-shorelines/items/n58w018-edc727.json new file mode 100644 index 0000000000..7e655ed4fb --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n58w018-edc727.json @@ -0,0 +1,316 @@ +{ + "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": "n58w018-edc727", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.561782, + 58.155463 + ], + [ + -0.561782, + 66.445908 + ], + [ + -17.965971, + 66.445908 + ], + [ + -17.965971, + 58.155463 + ], + [ + -0.561782, + 58.155463 + ] + ] + ] + }, + "bbox": [ + -17.965971, + 58.155463, + -0.561782, + 66.445908 + ], + "properties": { + "created": "2025-01-07T14:33:39.548700Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -17.965971, + 58.155463, + -0.561782, + 66.445908 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 63213, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_208/n58w018-edc727.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n58w095-62afcc.json b/current/shorelinemonitor-shorelines/items/n58w095-62afcc.json new file mode 100644 index 0000000000..1b2d7503bb --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n58w095-62afcc.json @@ -0,0 +1,316 @@ +{ + "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": "n58w095-62afcc", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -92.639426, + 58.155481 + ], + [ + -92.639426, + 60.447169 + ], + [ + -94.884249, + 60.447169 + ], + [ + -94.884249, + 58.155481 + ], + [ + -92.639426, + 58.155481 + ] + ] + ] + }, + "bbox": [ + -94.884249, + 58.155481, + -92.639426, + 60.447169 + ], + "properties": { + "created": "2025-01-07T14:32:14.934616Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -94.884249, + 58.155481, + -92.639426, + 60.447169 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 11381, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_203/n58w095-62afcc.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n59e005-16b2a5.json b/current/shorelinemonitor-shorelines/items/n59e005-16b2a5.json new file mode 100644 index 0000000000..934f36477e --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n59e005-16b2a5.json @@ -0,0 +1,316 @@ +{ + "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": "n59e005-16b2a5", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 17.965971, + 58.74303 + ], + [ + 17.965971, + 66.445906 + ], + [ + 4.508225, + 66.445906 + ], + [ + 4.508225, + 58.74303 + ], + [ + 17.965971, + 58.74303 + ] + ] + ] + }, + "bbox": [ + 4.508225, + 58.74303, + 17.965971, + 66.445906 + ], + "properties": { + "created": "2025-01-07T14:35:54.510040Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 4.508225, + 58.74303, + 17.965971, + 66.445906 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 127721, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_209/n59e005-16b2a5.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n62e004-ae45e9.json b/current/shorelinemonitor-shorelines/items/n62e004-ae45e9.json new file mode 100644 index 0000000000..0c232d05c3 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n62e004-ae45e9.json @@ -0,0 +1,316 @@ +{ + "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": "n62e004-ae45e9", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 14.092828, + 61.58172 + ], + [ + 14.092828, + 66.445908 + ], + [ + 4.491879, + 66.445908 + ], + [ + 4.491879, + 61.58172 + ], + [ + 14.092828, + 61.58172 + ] + ] + ] + }, + "bbox": [ + 4.491879, + 61.58172, + 14.092828, + 66.445908 + ], + "properties": { + "created": "2025-01-07T14:37:24.776406Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 4.491879, + 61.58172, + 14.092828, + 66.445908 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 133397, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_209/n62e004-ae45e9.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n63w025-fe6c86.json b/current/shorelinemonitor-shorelines/items/n63w025-fe6c86.json new file mode 100644 index 0000000000..9139196768 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n63w025-fe6c86.json @@ -0,0 +1,316 @@ +{ + "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": "n63w025-fe6c86", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -17.966609, + 63.353823 + ], + [ + -17.966609, + 66.445907 + ], + [ + -24.703237, + 66.445907 + ], + [ + -24.703237, + 63.353823 + ], + [ + -17.966609, + 63.353823 + ] + ] + ] + }, + "bbox": [ + -24.703237, + 63.353823, + -17.966609, + 66.445907 + ], + "properties": { + "created": "2025-01-07T14:32:59.103887Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -24.703237, + 63.353823, + -17.966609, + 66.445907 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 73835, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_207/n63w025-fe6c86.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/n64e036-4f652e.json b/current/shorelinemonitor-shorelines/items/n64e036-4f652e.json new file mode 100644 index 0000000000..d523104bf6 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/n64e036-4f652e.json @@ -0,0 +1,316 @@ +{ + "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": "n64e036-4f652e", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 44.354014, + 63.72911 + ], + [ + 44.354014, + 66.445908 + ], + [ + 35.932946, + 66.445908 + ], + [ + 35.932946, + 63.72911 + ], + [ + 44.354014, + 63.72911 + ] + ] + ] + }, + "bbox": [ + 35.932946, + 63.72911, + 44.354014, + 66.445908 + ], + "properties": { + "created": "2025-01-07T14:39:42.647167Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 35.932946, + 63.72911, + 44.354014, + 66.445908 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 33269, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_211/n64e036-4f652e.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s01w092-53c9ad.json b/current/shorelinemonitor-shorelines/items/s01w092-53c9ad.json new file mode 100644 index 0000000000..f7284df4a2 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s01w092-53c9ad.json @@ -0,0 +1,316 @@ +{ + "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": "s01w092-53c9ad", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -90.11262, + -1.40313 + ], + [ + -90.11262, + -0.000271 + ], + [ + -91.796226, + -0.000271 + ], + [ + -91.796226, + -1.40313 + ], + [ + -90.11262, + -1.40313 + ] + ] + ] + }, + "bbox": [ + -91.796226, + -1.40313, + -90.11262, + -0.000271 + ], + "properties": { + "created": "2025-01-07T13:10:03.543686Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -91.796226, + -1.40313, + -90.11262, + -0.000271 + ], + "proj:epsg": 4326, + "start_datetime": "1985-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 5805, + "datetime": "2004-01-01T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_093/s01w092-53c9ad.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s08e072-541108.json b/current/shorelinemonitor-shorelines/items/s08e072-541108.json new file mode 100644 index 0000000000..e0424788f1 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s08e072-541108.json @@ -0,0 +1,316 @@ +{ + "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": "s08e072-541108", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 73.268473, + -7.557237 + ], + [ + 73.268473, + -0.281026 + ], + [ + 72.146281, + -0.281026 + ], + [ + 72.146281, + -7.557237 + ], + [ + 73.268473, + -7.557237 + ] + ] + ] + }, + "bbox": [ + 72.146281, + -7.557237, + 73.268473, + -0.281026 + ], + "properties": { + "created": "2025-01-07T13:15:48.690065Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 72.146281, + -7.557237, + 73.268473, + -0.281026 + ], + "proj:epsg": 4326, + "start_datetime": "1999-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 1131, + "datetime": "2011-01-01T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_103/s08e072-541108.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s08e108-e71307.json b/current/shorelinemonitor-shorelines/items/s08e108-e71307.json new file mode 100644 index 0000000000..c5895d6a0a --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s08e108-e71307.json @@ -0,0 +1,316 @@ +{ + "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": "s08e108-e71307", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 123.798708, + -8.404897 + ], + [ + 123.798708, + -0.000271 + ], + [ + 107.798105, + -0.000271 + ], + [ + 107.798105, + -8.404897 + ], + [ + 123.798708, + -8.404897 + ] + ] + ] + }, + "bbox": [ + 107.798105, + -8.404897, + 123.798708, + -0.000271 + ], + "properties": { + "created": "2025-01-07T13:20:05.984894Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 107.798105, + -8.404897, + 123.798708, + -0.000271 + ], + "proj:epsg": 4326, + "start_datetime": "1987-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 113652, + "datetime": "2004-12-31T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_105/s08e108-e71307.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s10e055-763b4f.json b/current/shorelinemonitor-shorelines/items/s10e055-763b4f.json new file mode 100644 index 0000000000..ebd713c4b7 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s10e055-763b4f.json @@ -0,0 +1,316 @@ +{ + "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": "s10e055-763b4f", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 56.704258, + -10.490787 + ], + [ + 56.704258, + -4.276438 + ], + [ + 55.30287, + -4.276438 + ], + [ + 55.30287, + -10.490787 + ], + [ + 56.704258, + -10.490787 + ] + ] + ] + }, + "bbox": [ + 55.30287, + -10.490787, + 56.704258, + -4.276438 + ], + "properties": { + "created": "2025-01-07T13:15:47.387581Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 55.30287, + -10.490787, + 56.704258, + -4.276438 + ], + "proj:epsg": 4326, + "start_datetime": "1999-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 517, + "datetime": "2011-01-01T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_102/s10e055-763b4f.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s10w036-197360.json b/current/shorelinemonitor-shorelines/items/s10w036-197360.json new file mode 100644 index 0000000000..80ee358f57 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s10w036-197360.json @@ -0,0 +1,316 @@ +{ + "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": "s10w036-197360", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -32.378541, + -9.896363 + ], + [ + -32.378541, + -3.805491 + ], + [ + -35.932308, + -3.805491 + ], + [ + -35.932308, + -9.896363 + ], + [ + -32.378541, + -9.896363 + ] + ] + ] + }, + "bbox": [ + -35.932308, + -9.896363, + -32.378541, + -3.805491 + ], + "properties": { + "created": "2025-01-07T13:13:12.832328Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -35.932308, + -9.896363, + -32.378541, + -3.805491 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 17691, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_097/s10w036-197360.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s11e098-8cd3dc.json b/current/shorelinemonitor-shorelines/items/s11e098-8cd3dc.json new file mode 100644 index 0000000000..c89f2d3b0a --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s11e098-8cd3dc.json @@ -0,0 +1,316 @@ +{ + "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": "s11e098-8cd3dc", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 107.797467, + -10.570288 + ], + [ + 107.797467, + -0.000271 + ], + [ + 98.253569, + -0.000271 + ], + [ + 98.253569, + -10.570288 + ], + [ + 107.797467, + -10.570288 + ] + ] + ] + }, + "bbox": [ + 98.253569, + -10.570288, + 107.797467, + -0.000271 + ], + "properties": { + "created": "2025-01-07T13:16:34.470172Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 98.253569, + -10.570288, + 107.797467, + -0.000271 + ], + "proj:epsg": 4326, + "start_datetime": "1987-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 59064, + "datetime": "2004-12-31T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_104/s11e098-8cd3dc.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s12e157-35d522.json b/current/shorelinemonitor-shorelines/items/s12e157-35d522.json new file mode 100644 index 0000000000..4023cab692 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s12e157-35d522.json @@ -0,0 +1,316 @@ +{ + "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": "s12e157-35d522", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 161.696384, + -11.98255 + ], + [ + 161.696384, + -8.391902 + ], + [ + 157.486169, + -8.391902 + ], + [ + 157.486169, + -11.98255 + ], + [ + 161.696384, + -11.98255 + ] + ] + ] + }, + "bbox": [ + 157.486169, + -11.98255, + 161.696384, + -8.391902 + ], + "properties": { + "created": "2025-01-07T13:27:00.079929Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 157.486169, + -11.98255, + 161.696384, + -8.391902 + ], + "proj:epsg": 4326, + "start_datetime": "1999-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 8352, + "datetime": "2011-01-01T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_107/s12e157-35d522.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s14w051-72be33.json b/current/shorelinemonitor-shorelines/items/s14w051-72be33.json new file mode 100644 index 0000000000..bf24597be1 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s14w051-72be33.json @@ -0,0 +1,316 @@ +{ + "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": "s14w051-72be33", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -35.932946, + -13.938431 + ], + [ + -35.932946, + -0.000271 + ], + [ + -51.091379, + -0.000271 + ], + [ + -51.091379, + -13.938431 + ], + [ + -35.932946, + -13.938431 + ] + ] + ] + }, + "bbox": [ + -51.091379, + -13.938431, + -35.932946, + -0.000271 + ], + "properties": { + "created": "2025-01-07T13:12:13.460318Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -51.091379, + -13.938431, + -35.932946, + -0.000271 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 110712, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_096/s14w051-72be33.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s16e126-a6a6e2.json b/current/shorelinemonitor-shorelines/items/s16e126-a6a6e2.json new file mode 100644 index 0000000000..dc92261598 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s16e126-a6a6e2.json @@ -0,0 +1,316 @@ +{ + "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": "s16e126-a6a6e2", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 135.027681, + -15.79698 + ], + [ + 135.027681, + -0.000271 + ], + [ + 125.764443, + -0.000271 + ], + [ + 125.764443, + -15.79698 + ], + [ + 135.027681, + -15.79698 + ] + ] + ] + }, + "bbox": [ + 125.764443, + -15.79698, + 135.027681, + -0.000271 + ], + "properties": { + "created": "2025-01-07T13:24:32.635357Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 125.764443, + -15.79698, + 135.027681, + -0.000271 + ], + "proj:epsg": 4326, + "start_datetime": "1986-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 95931, + "datetime": "2004-07-02T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_106/s16e126-a6a6e2.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s16e127-09c0ab.json b/current/shorelinemonitor-shorelines/items/s16e127-09c0ab.json new file mode 100644 index 0000000000..93f2ff9817 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s16e127-09c0ab.json @@ -0,0 +1,316 @@ +{ + "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": "s16e127-09c0ab", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 143.730142, + -15.79698 + ], + [ + 143.730142, + -0.571902 + ], + [ + 126.560684, + -0.571902 + ], + [ + 126.560684, + -15.79698 + ], + [ + 143.730142, + -15.79698 + ] + ] + ] + }, + "bbox": [ + 126.560684, + -15.79698, + 143.730142, + -0.571902 + ], + "properties": { + "created": "2025-01-07T13:25:58.300987Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 126.560684, + -15.79698, + 143.730142, + -0.571902 + ], + "proj:epsg": 4326, + "start_datetime": "1986-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 107707, + "datetime": "2004-07-02T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_106/s16e127-09c0ab.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s17e049-6dc757.json b/current/shorelinemonitor-shorelines/items/s17e049-6dc757.json new file mode 100644 index 0000000000..69a59ab9f5 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s17e049-6dc757.json @@ -0,0 +1,316 @@ +{ + "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": "s17e049-6dc757", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 50.231079, + -17.411012 + ], + [ + 50.231079, + -16.606224 + ], + [ + 49.12692, + -16.606224 + ], + [ + 49.12692, + -17.411012 + ], + [ + 50.231079, + -17.411012 + ] + ] + ] + }, + "bbox": [ + 49.12692, + -17.411012, + 50.231079, + -16.606224 + ], + "properties": { + "created": "2025-01-07T13:14:01.417746Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 49.12692, + -17.411012, + 50.231079, + -16.606224 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 3647, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_101/s17e049-6dc757.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s17w090-73bf8d.json b/current/shorelinemonitor-shorelines/items/s17w090-73bf8d.json new file mode 100644 index 0000000000..f737568f71 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s17w090-73bf8d.json @@ -0,0 +1,316 @@ +{ + "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": "s17w090-73bf8d", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -71.865527, + -17.411011 + ], + [ + -71.865527, + -0.000271 + ], + [ + -89.831225, + -0.000271 + ], + [ + -89.831225, + -17.411011 + ], + [ + -71.865527, + -17.411011 + ] + ] + ] + }, + "bbox": [ + -89.831225, + -17.411011, + -71.865527, + -0.000271 + ], + "properties": { + "created": "2025-01-07T13:10:46.562551Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -89.831225, + -17.411011, + -71.865527, + -0.000271 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 69504, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_094/s17w090-73bf8d.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s17w180-fcaea4.json b/current/shorelinemonitor-shorelines/items/s17w180-fcaea4.json new file mode 100644 index 0000000000..433d1de14f --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s17w180-fcaea4.json @@ -0,0 +1,316 @@ +{ + "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": "s17w180-fcaea4", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -169.277656, + -17.472298 + ], + [ + -169.277656, + -2.525973 + ], + [ + -179.662722, + -2.525973 + ], + [ + -179.662722, + -17.472298 + ], + [ + -169.277656, + -17.472298 + ] + ] + ] + }, + "bbox": [ + -179.662722, + -17.472298, + -169.277656, + -2.525973 + ], + "properties": { + "created": "2025-01-07T13:09:27.277079Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -179.662722, + -17.472298, + -169.277656, + -2.525973 + ], + "proj:epsg": 4326, + "start_datetime": "1991-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 3779, + "datetime": "2007-01-01T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_089/s17w180-fcaea4.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s18e005-74c42c.json b/current/shorelinemonitor-shorelines/items/s18e005-74c42c.json new file mode 100644 index 0000000000..337592cbcc --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s18e005-74c42c.json @@ -0,0 +1,316 @@ +{ + "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": "s18e005-74c42c", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 14.035873, + -17.678655 + ], + [ + 14.035873, + -0.000368 + ], + [ + 5.334148, + -0.000368 + ], + [ + 5.334148, + -17.678655 + ], + [ + 14.035873, + -17.678655 + ] + ] + ] + }, + "bbox": [ + 5.334148, + -17.678655, + 14.035873, + -0.000368 + ], + "properties": { + "created": "2025-01-07T13:13:58.915580Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 5.334148, + -17.678655, + 14.035873, + -0.000368 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 50147, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_099/s18e005-74c42c.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s18e037-dfa0b9.json b/current/shorelinemonitor-shorelines/items/s18e037-dfa0b9.json new file mode 100644 index 0000000000..1cc61bc784 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s18e037-dfa0b9.json @@ -0,0 +1,316 @@ +{ + "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": "s18e037-dfa0b9", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 50.529964, + -17.678658 + ], + [ + 50.529964, + -0.000368 + ], + [ + 37.055776, + -0.000368 + ], + [ + 37.055776, + -17.678658 + ], + [ + 50.529964, + -17.678658 + ] + ] + ] + }, + "bbox": [ + 37.055776, + -17.678658, + 50.529964, + -0.000368 + ], + "properties": { + "created": "2025-01-07T13:15:46.124395Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 37.055776, + -17.678658, + 50.529964, + -0.000368 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 119487, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_101/s18e037-dfa0b9.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s18e112-3f595d.json b/current/shorelinemonitor-shorelines/items/s18e112-3f595d.json new file mode 100644 index 0000000000..31158d7fc9 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s18e112-3f595d.json @@ -0,0 +1,316 @@ +{ + "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": "s18e112-3f595d", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 125.763805, + -17.678657 + ], + [ + 125.763805, + -1.403767 + ], + [ + 112.290004, + -1.403767 + ], + [ + 112.290004, + -17.678657 + ], + [ + 125.763805, + -17.678657 + ] + ] + ] + }, + "bbox": [ + 112.290004, + -17.678657, + 125.763805, + -1.403767 + ], + "properties": { + "created": "2025-01-07T13:23:03.288418Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 112.290004, + -17.678657, + 125.763805, + -1.403767 + ], + "proj:epsg": 4326, + "start_datetime": "1986-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 77793, + "datetime": "2004-07-02T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_105/s18e112-3f595d.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s18e135-bfd049.json b/current/shorelinemonitor-shorelines/items/s18e135-bfd049.json new file mode 100644 index 0000000000..68476a99f1 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s18e135-bfd049.json @@ -0,0 +1,316 @@ +{ + "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": "s18e135-bfd049", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 143.730142, + -17.678658 + ], + [ + 143.730142, + -7.279483 + ], + [ + 134.97619, + -7.279483 + ], + [ + 134.97619, + -17.678658 + ], + [ + 143.730142, + -17.678658 + ] + ] + ] + }, + "bbox": [ + 134.97619, + -17.678658, + 143.730142, + -7.279483 + ], + "properties": { + "created": "2025-01-07T13:26:53.733244Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 134.97619, + -17.678658, + 143.730142, + -7.279483 + ], + "proj:epsg": 4326, + "start_datetime": "1986-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 75713, + "datetime": "2004-07-02T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_106/s18e135-bfd049.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s18e144-06005d.json b/current/shorelinemonitor-shorelines/items/s18e144-06005d.json new file mode 100644 index 0000000000..024d9d27a3 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s18e144-06005d.json @@ -0,0 +1,316 @@ +{ + "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": "s18e144-06005d", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 160.85431, + -17.678658 + ], + [ + 160.85431, + -1.123152 + ], + [ + 143.73078, + -1.123152 + ], + [ + 143.73078, + -17.678658 + ], + [ + 160.85431, + -17.678658 + ] + ] + ] + }, + "bbox": [ + 143.73078, + -17.678658, + 160.85431, + -1.123152 + ], + "properties": { + "created": "2025-01-07T13:28:17.516535Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 143.73078, + -17.678658, + 160.85431, + -1.123152 + ], + "proj:epsg": 4326, + "start_datetime": "1986-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 111086, + "datetime": "2004-07-02T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_107/s18e144-06005d.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s18e162-de82f8.json b/current/shorelinemonitor-shorelines/items/s18e162-de82f8.json new file mode 100644 index 0000000000..f954f85570 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s18e162-de82f8.json @@ -0,0 +1,316 @@ +{ + "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": "s18e162-de82f8", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 179.662722, + -17.678657 + ], + [ + 179.662722, + -0.281027 + ], + [ + 161.697022, + -0.281027 + ], + [ + 161.697022, + -17.678657 + ], + [ + 179.662722, + -17.678657 + ] + ] + ] + }, + "bbox": [ + 161.697022, + -17.678657, + 179.662722, + -0.281027 + ], + "properties": { + "created": "2025-01-07T13:28:32.829108Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 161.697022, + -17.678657, + 179.662722, + -0.281027 + ], + "proj:epsg": 4326, + "start_datetime": "1990-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 24170, + "datetime": "2006-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_108/s18e162-de82f8.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s18w039-37ebe5.json b/current/shorelinemonitor-shorelines/items/s18w039-37ebe5.json new file mode 100644 index 0000000000..596dc38662 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s18w039-37ebe5.json @@ -0,0 +1,316 @@ +{ + "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": "s18w039-37ebe5", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -37.336532, + -17.678657 + ], + [ + -37.336532, + -11.158165 + ], + [ + -39.300991, + -11.158165 + ], + [ + -39.300991, + -17.678657 + ], + [ + -37.336532, + -17.678657 + ] + ] + ] + }, + "bbox": [ + -39.300991, + -17.678657, + -37.336532, + -11.158165 + ], + "properties": { + "created": "2025-01-07T13:12:45.401250Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -39.300991, + -17.678657, + -37.336532, + -11.158165 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 16310, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_096/s18w039-37ebe5.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s18w072-9e12ab.json b/current/shorelinemonitor-shorelines/items/s18w072-9e12ab.json new file mode 100644 index 0000000000..e26e3a2dc0 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s18w072-9e12ab.json @@ -0,0 +1,316 @@ +{ + "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": "s18w072-9e12ab", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -71.023355, + -17.678658 + ], + [ + -71.023355, + -16.875099 + ], + [ + -71.864888, + -16.875099 + ], + [ + -71.864888, + -17.678658 + ], + [ + -71.023355, + -17.678658 + ] + ] + ] + }, + "bbox": [ + -71.864888, + -17.678658, + -71.023355, + -16.875099 + ], + "properties": { + "created": "2025-01-07T13:10:49.158115Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -71.864888, + -17.678658, + -71.023355, + -16.875099 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 4240, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_095/s18w072-9e12ab.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s18w144-17ff26.json b/current/shorelinemonitor-shorelines/items/s18w144-17ff26.json new file mode 100644 index 0000000000..9e57104902 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s18w144-17ff26.json @@ -0,0 +1,316 @@ +{ + "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": "s18w144-17ff26", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -138.303102, + -17.678542 + ], + [ + -138.303102, + -7.836029 + ], + [ + -143.730142, + -7.836029 + ], + [ + -143.730142, + -17.678542 + ], + [ + -138.303102, + -17.678542 + ] + ] + ] + }, + "bbox": [ + -143.730142, + -17.678542, + -138.303102, + -7.836029 + ], + "properties": { + "created": "2025-01-07T13:09:55.899460Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -143.730142, + -17.678542, + -138.303102, + -7.836029 + ], + "proj:epsg": 4326, + "start_datetime": "1999-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 5927, + "datetime": "2011-01-01T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_091/s18w144-17ff26.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s18w155-2785f7.json b/current/shorelinemonitor-shorelines/items/s18w155-2785f7.json new file mode 100644 index 0000000000..9929fb9aeb --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s18w155-2785f7.json @@ -0,0 +1,316 @@ +{ + "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": "s18w155-2785f7", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -143.730786, + -17.678657 + ], + [ + -143.730786, + -3.986731 + ], + [ + -154.959116, + -3.986731 + ], + [ + -154.959116, + -17.678657 + ], + [ + -143.730786, + -17.678657 + ] + ] + ] + }, + "bbox": [ + -154.959116, + -17.678657, + -143.730786, + -3.986731 + ], + "properties": { + "created": "2025-01-07T13:09:43.182280Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -154.959116, + -17.678657, + -143.730786, + -3.986731 + ], + "proj:epsg": 4326, + "start_datetime": "1999-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 6906, + "datetime": "2011-01-01T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_090/s18w155-2785f7.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s22e055-0e2d6f.json b/current/shorelinemonitor-shorelines/items/s22e055-0e2d6f.json new file mode 100644 index 0000000000..9738bc312a --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s22e055-0e2d6f.json @@ -0,0 +1,316 @@ +{ + "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": "s22e055-0e2d6f", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 63.723936, + -21.642996 + ], + [ + 63.723936, + -19.541486 + ], + [ + 55.022117, + -19.541486 + ], + [ + 55.022117, + -21.642996 + ], + [ + 63.723936, + -21.642996 + ] + ] + ] + }, + "bbox": [ + 55.022117, + -21.642996, + 63.723936, + -19.541486 + ], + "properties": { + "created": "2025-01-07T13:06:46.945159Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 55.022117, + -21.642996, + 63.723936, + -19.541486 + ], + "proj:epsg": 4326, + "start_datetime": "1986-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 2887, + "datetime": "2004-07-02T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_080/s22e055-0e2d6f.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s26e036-044047.json b/current/shorelinemonitor-shorelines/items/s26e036-044047.json new file mode 100644 index 0000000000..267c4872dd --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s26e036-044047.json @@ -0,0 +1,316 @@ +{ + "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": "s26e036-044047", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 49.687697, + -25.607262 + ], + [ + 49.687697, + -17.679252 + ], + [ + 35.932946, + -17.679252 + ], + [ + 35.932946, + -25.607262 + ], + [ + 49.687697, + -25.607262 + ] + ] + ] + }, + "bbox": [ + 35.932946, + -25.607262, + 49.687697, + -17.679252 + ], + "properties": { + "created": "2025-01-07T13:06:43.992363Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 35.932946, + -25.607262, + 49.687697, + -17.679252 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 40167, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_079/s26e036-044047.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s27w109-6ee494.json b/current/shorelinemonitor-shorelines/items/s27w109-6ee494.json new file mode 100644 index 0000000000..b7f2ef4c05 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s27w109-6ee494.json @@ -0,0 +1,316 @@ +{ + "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": "s27w109-6ee494", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -109.227331, + -27.206458 + ], + [ + -109.227331, + -27.031213 + ], + [ + -109.479113, + -27.031213 + ], + [ + -109.479113, + -27.206458 + ], + [ + -109.227331, + -27.206458 + ] + ] + ] + }, + "bbox": [ + -109.479113, + -27.206458, + -109.227331, + -27.031213 + ], + "properties": { + "created": "2025-01-07T13:04:05.784986Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -109.479113, + -27.206458, + -109.227331, + -27.031213 + ], + "proj:epsg": 4326, + "start_datetime": "2001-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 39, + "datetime": "2012-01-01T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_070/s27w109-6ee494.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s28w160-dfbd21.json b/current/shorelinemonitor-shorelines/items/s28w160-dfbd21.json new file mode 100644 index 0000000000..44b50e98b9 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s28w160-dfbd21.json @@ -0,0 +1,316 @@ +{ + "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": "s28w160-dfbd21", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -144.011537, + -27.75983 + ], + [ + -144.011537, + -17.679263 + ], + [ + -159.830942, + -17.679263 + ], + [ + -159.830942, + -27.75983 + ], + [ + -144.011537, + -27.75983 + ] + ] + ] + }, + "bbox": [ + -159.830942, + -27.75983, + -144.011537, + -17.679263 + ], + "properties": { + "created": "2025-01-07T13:04:05.168725Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -159.830942, + -27.75983, + -144.011537, + -17.679263 + ], + "proj:epsg": 4326, + "start_datetime": "1999-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 1281, + "datetime": "2011-01-01T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_068/s28w160-dfbd21.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s29e163-3b4313.json b/current/shorelinemonitor-shorelines/items/s29e163-3b4313.json new file mode 100644 index 0000000000..978a81a2a9 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s29e163-3b4313.json @@ -0,0 +1,316 @@ +{ + "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": "s29e163-3b4313", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 179.66272, + -29.131427 + ], + [ + 179.66272, + -17.67925 + ], + [ + 163.381363, + -17.67925 + ], + [ + 163.381363, + -29.131427 + ], + [ + 179.66272, + -29.131427 + ] + ] + ] + }, + "bbox": [ + 163.381363, + -29.131427, + 179.66272, + -17.67925 + ], + "properties": { + "created": "2025-01-07T13:09:14.293368Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 163.381363, + -29.131427, + 179.66272, + -17.67925 + ], + "proj:epsg": 4326, + "start_datetime": "1990-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 29007, + "datetime": "2006-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_086/s29e163-3b4313.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s29w180-7633a9.json b/current/shorelinemonitor-shorelines/items/s29w180-7633a9.json new file mode 100644 index 0000000000..278146a794 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s29w180-7633a9.json @@ -0,0 +1,316 @@ +{ + "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": "s29w180-7633a9", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -169.55741, + -29.298971 + ], + [ + -169.55741, + -17.679253 + ], + [ + -179.662722, + -17.679253 + ], + [ + -179.662722, + -29.298971 + ], + [ + -169.55741, + -29.298971 + ] + ] + ] + }, + "bbox": [ + -179.662722, + -29.298971, + -169.55741, + -17.679253 + ], + "properties": { + "created": "2025-01-07T13:04:03.964317Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -179.662722, + -29.298971, + -169.55741, + -17.679253 + ], + "proj:epsg": 4326, + "start_datetime": "1991-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 5290, + "datetime": "2007-01-01T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_067/s29w180-7633a9.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s33e012-ccf725.json b/current/shorelinemonitor-shorelines/items/s33e012-ccf725.json new file mode 100644 index 0000000000..79c5e6e69f --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s33e012-ccf725.json @@ -0,0 +1,316 @@ +{ + "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": "s33e012-ccf725", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 17.965971, + -33.301869 + ], + [ + 17.965971, + -17.679261 + ], + [ + 11.510006, + -17.679261 + ], + [ + 11.510006, + -33.301869 + ], + [ + 17.965971, + -33.301869 + ] + ] + ] + }, + "bbox": [ + 11.510006, + -33.301869, + 17.965971, + -17.679261 + ], + "properties": { + "created": "2025-01-07T13:05:39.199078Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 11.510006, + -33.301869, + 17.965971, + -17.679261 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 21264, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_077/s33e012-ccf725.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s34e018-e72010.json b/current/shorelinemonitor-shorelines/items/s34e018-e72010.json new file mode 100644 index 0000000000..bf34d9cb39 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s34e018-e72010.json @@ -0,0 +1,316 @@ +{ + "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": "s34e018-e72010", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 35.932308, + -33.785024 + ], + [ + 35.932308, + -18.748316 + ], + [ + 17.966609, + -18.748316 + ], + [ + 17.966609, + -33.785024 + ], + [ + 35.932308, + -33.785024 + ] + ] + ] + }, + "bbox": [ + 17.966609, + -33.785024, + 35.932308, + -18.748316 + ], + "properties": { + "created": "2025-01-07T13:06:15.742236Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 17.966609, + -33.785024, + 35.932308, + -18.748316 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 48858, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_078/s34e018-e72010.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s34e113-a4a666.json b/current/shorelinemonitor-shorelines/items/s34e113-a4a666.json new file mode 100644 index 0000000000..0debb36c3d --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s34e113-a4a666.json @@ -0,0 +1,316 @@ +{ + "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": "s34e113-a4a666", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 125.763805, + -33.78502 + ], + [ + 125.763805, + -17.679255 + ], + [ + 112.920752, + -17.679255 + ], + [ + 112.920752, + -33.78502 + ], + [ + 125.763805, + -33.78502 + ] + ] + ] + }, + "bbox": [ + 112.920752, + -33.78502, + 125.763805, + -17.679255 + ], + "properties": { + "created": "2025-01-07T13:07:18.049423Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 112.920752, + -33.78502, + 125.763805, + -17.679255 + ], + "proj:epsg": 4326, + "start_datetime": "1986-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 47770, + "datetime": "2004-07-02T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_083/s34e113-a4a666.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s34e126-b650a3.json b/current/shorelinemonitor-shorelines/items/s34e126-b650a3.json new file mode 100644 index 0000000000..bd8f29c1ed --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s34e126-b650a3.json @@ -0,0 +1,316 @@ +{ + "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": "s34e126-b650a3", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 140.642216, + -33.785024 + ], + [ + 140.642216, + -17.67925 + ], + [ + 125.764444, + -17.67925 + ], + [ + 125.764444, + -33.785024 + ], + [ + 140.642216, + -33.785024 + ] + ] + ] + }, + "bbox": [ + 125.764444, + -33.785024, + 140.642216, + -17.67925 + ], + "properties": { + "created": "2025-01-07T13:07:26.781573Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 125.764444, + -33.785024, + 140.642216, + -17.67925 + ], + "proj:epsg": 4326, + "start_datetime": "1986-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 14463, + "datetime": "2004-07-02T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_084/s34e126-b650a3.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s34e146-085126.json b/current/shorelinemonitor-shorelines/items/s34e146-085126.json new file mode 100644 index 0000000000..0e9bfe900b --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s34e146-085126.json @@ -0,0 +1,316 @@ +{ + "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": "s34e146-085126", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 159.104654, + -33.785018 + ], + [ + 159.104654, + -17.679282 + ], + [ + 145.976537, + -17.679282 + ], + [ + 145.976537, + -33.785018 + ], + [ + 159.104654, + -33.785018 + ] + ] + ] + }, + "bbox": [ + 145.976537, + -33.785018, + 159.104654, + -17.679282 + ], + "properties": { + "created": "2025-01-07T13:08:14.008735Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 145.976537, + -33.785018, + 159.104654, + -17.679282 + ], + "proj:epsg": 4326, + "start_datetime": "1986-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 46469, + "datetime": "2004-07-02T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_085/s34e146-085126.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s34w054-2cbf59.json b/current/shorelinemonitor-shorelines/items/s34w054-2cbf59.json new file mode 100644 index 0000000000..27867b363e --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s34w054-2cbf59.json @@ -0,0 +1,316 @@ +{ + "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": "s34w054-2cbf59", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -39.135024, + -33.785015 + ], + [ + -39.135024, + -17.679253 + ], + [ + -53.617891, + -17.679253 + ], + [ + -53.617891, + -33.785015 + ], + [ + -39.135024, + -33.785015 + ] + ] + ] + }, + "bbox": [ + -53.617891, + -33.785015, + -39.135024, + -17.679253 + ], + "properties": { + "created": "2025-01-07T13:05:27.764932Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -53.617891, + -33.785015, + -39.135024, + -17.679253 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 80999, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_074/s34w054-2cbf59.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s34w054-ebf3fd.json b/current/shorelinemonitor-shorelines/items/s34w054-ebf3fd.json new file mode 100644 index 0000000000..0d9a9c6eee --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s34w054-ebf3fd.json @@ -0,0 +1,316 @@ +{ + "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": "s34w054-ebf3fd", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -53.416269, + -34.448937 + ], + [ + -53.416269, + -33.785574 + ], + [ + -53.898549, + -33.785574 + ], + [ + -53.898549, + -34.448937 + ], + [ + -53.416269, + -34.448937 + ] + ] + ] + }, + "bbox": [ + -53.898549, + -34.448937, + -53.416269, + -33.785574 + ], + "properties": { + "created": "2025-01-07T13:01:18.447737Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -53.898549, + -34.448937, + -53.416269, + -33.785574 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 632, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_052/s34w054-ebf3fd.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s34w072-8c5d69.json b/current/shorelinemonitor-shorelines/items/s34w072-8c5d69.json new file mode 100644 index 0000000000..b756fddd1e --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s34w072-8c5d69.json @@ -0,0 +1,316 @@ +{ + "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": "s34w072-8c5d69", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -69.900429, + -33.785024 + ], + [ + -69.900429, + -17.679271 + ], + [ + -71.864888, + -17.679271 + ], + [ + -71.864888, + -33.785024 + ], + [ + -69.900429, + -33.785024 + ] + ] + ] + }, + "bbox": [ + -71.864888, + -33.785024, + -69.900429, + -17.679271 + ], + "properties": { + "created": "2025-01-07T13:04:32.617433Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -71.864888, + -33.785024, + -69.900429, + -17.679271 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 49196, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_073/s34w072-8c5d69.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s35e018-39b4de.json b/current/shorelinemonitor-shorelines/items/s35e018-39b4de.json new file mode 100644 index 0000000000..c9c7b98e4e --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s35e018-39b4de.json @@ -0,0 +1,316 @@ +{ + "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": "s35e018-39b4de", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 25.825822, + -34.943563 + ], + [ + 25.825822, + -33.785565 + ], + [ + 18.247364, + -33.785565 + ], + [ + 18.247364, + -34.943563 + ], + [ + 25.825822, + -34.943563 + ] + ] + ] + }, + "bbox": [ + 18.247364, + -34.943563, + 25.825822, + -33.785565 + ], + "properties": { + "created": "2025-01-07T13:01:30.631722Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 18.247364, + -34.943563, + 25.825822, + -33.785565 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 21086, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_056/s35e018-39b4de.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s35e115-95d0a7.json b/current/shorelinemonitor-shorelines/items/s35e115-95d0a7.json new file mode 100644 index 0000000000..370fc0555f --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s35e115-95d0a7.json @@ -0,0 +1,316 @@ +{ + "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": "s35e115-95d0a7", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 123.763638, + -35.173427 + ], + [ + 123.763638, + -33.78558 + ], + [ + 114.816225, + -33.78558 + ], + [ + 114.816225, + -35.173427 + ], + [ + 123.763638, + -35.173427 + ] + ] + ] + }, + "bbox": [ + 114.816225, + -35.173427, + 123.763638, + -33.78558 + ], + "properties": { + "created": "2025-01-07T13:01:39.845378Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 114.816225, + -35.173427, + 123.763638, + -33.78558 + ], + "proj:epsg": 4326, + "start_datetime": "1986-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 14923, + "datetime": "2004-07-02T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_061/s35e115-95d0a7.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s39e134-b03999.json b/current/shorelinemonitor-shorelines/items/s39e134-b03999.json new file mode 100644 index 0000000000..8b6a8b0651 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s39e134-b03999.json @@ -0,0 +1,316 @@ +{ + "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": "s39e134-b03999", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 143.730142, + -38.979455 + ], + [ + 143.730142, + -33.78556 + ], + [ + 134.240203, + -33.78556 + ], + [ + 134.240203, + -38.979455 + ], + [ + 143.730142, + -38.979455 + ] + ] + ] + }, + "bbox": [ + 134.240203, + -38.979455, + 143.730142, + -33.78556 + ], + "properties": { + "created": "2025-01-07T13:01:58.350238Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 134.240203, + -38.979455, + 143.730142, + -33.78556 + ], + "proj:epsg": 4326, + "start_datetime": "1986-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 25061, + "datetime": "2004-07-02T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_062/s39e134-b03999.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s40w013-884f4c.json b/current/shorelinemonitor-shorelines/items/s40w013-884f4c.json new file mode 100644 index 0000000000..5360c1d641 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s40w013-884f4c.json @@ -0,0 +1,316 @@ +{ + "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": "s40w013-884f4c", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -9.825658, + -40.490494 + ], + [ + -9.825658, + -36.9888 + ], + [ + -12.632288, + -36.9888 + ], + [ + -12.632288, + -40.490494 + ], + [ + -9.825658, + -40.490494 + ] + ] + ] + }, + "bbox": [ + -12.632288, + -40.490494, + -9.825658, + -36.9888 + ], + "properties": { + "created": "2025-01-07T13:01:19.443116Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -12.632288, + -40.490494, + -9.825658, + -36.9888 + ], + "proj:epsg": 4326, + "start_datetime": "2013-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 579, + "datetime": "2018-01-01T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_054/s40w013-884f4c.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s44e144-cdcd98.json b/current/shorelinemonitor-shorelines/items/s44e144-cdcd98.json new file mode 100644 index 0000000000..6a42e8a768 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s44e144-cdcd98.json @@ -0,0 +1,316 @@ +{ + "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": "s44e144-cdcd98", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 151.307906, + -43.819038 + ], + [ + 151.307906, + -33.785566 + ], + [ + 143.73078, + -33.785566 + ], + [ + 143.73078, + -43.819038 + ], + [ + 151.307906, + -43.819038 + ] + ] + ] + }, + "bbox": [ + 143.73078, + -43.819038, + 151.307906, + -33.785566 + ], + "properties": { + "created": "2025-01-07T13:02:39.421054Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 143.73078, + -43.819038, + 151.307906, + -33.785566 + ], + "proj:epsg": 4326, + "start_datetime": "1986-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 57415, + "datetime": "2004-07-02T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_063/s44e144-cdcd98.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s44w177-7f76f8.json b/current/shorelinemonitor-shorelines/items/s44w177-7f76f8.json new file mode 100644 index 0000000000..d18a9ba26b --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s44w177-7f76f8.json @@ -0,0 +1,316 @@ +{ + "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": "s44w177-7f76f8", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -176.014019, + -44.423568 + ], + [ + -176.014019, + -43.616526 + ], + [ + -177.136208, + -43.616526 + ], + [ + -177.136208, + -44.423568 + ], + [ + -176.014019, + -44.423568 + ] + ] + ] + }, + "bbox": [ + -177.136208, + -44.423568, + -176.014019, + -43.616526 + ], + "properties": { + "created": "2025-01-07T12:58:44.313253Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -177.136208, + -44.423568, + -176.014019, + -43.616526 + ], + "proj:epsg": 4326, + "start_datetime": "1999-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 2572, + "datetime": "2011-01-01T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_045/s44w177-7f76f8.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s47e037-c57a60.json b/current/shorelinemonitor-shorelines/items/s47e037-c57a60.json new file mode 100644 index 0000000000..fdb7990925 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s47e037-c57a60.json @@ -0,0 +1,316 @@ +{ + "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": "s47e037-c57a60", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 52.32524, + -47.163013 + ], + [ + 52.32524, + -46.056723 + ], + [ + 37.336533, + -46.056723 + ], + [ + 37.336533, + -47.163013 + ], + [ + 52.32524, + -47.163013 + ] + ] + ] + }, + "bbox": [ + 37.336533, + -47.163013, + 52.32524, + -46.056723 + ], + "properties": { + "created": "2025-01-07T13:01:31.546272Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 37.336533, + -47.163013, + 52.32524, + -46.056723 + ], + "proj:epsg": 4326, + "start_datetime": "2022-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 393, + "datetime": "2022-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_057/s47e037-c57a60.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s47e166-0f34b4.json b/current/shorelinemonitor-shorelines/items/s47e166-0f34b4.json new file mode 100644 index 0000000000..6334a071a8 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s47e166-0f34b4.json @@ -0,0 +1,316 @@ +{ + "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": "s47e166-0f34b4", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 178.539892, + -47.33986 + ], + [ + 178.539892, + -34.392994 + ], + [ + 166.192846, + -34.392994 + ], + [ + 166.192846, + -47.33986 + ], + [ + 178.539892, + -47.33986 + ] + ] + ] + }, + "bbox": [ + 166.192846, + -47.33986, + 178.539892, + -34.392994 + ], + "properties": { + "created": "2025-01-07T13:03:57.425442Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 166.192846, + -47.33986, + 178.539892, + -34.392994 + ], + "proj:epsg": 4326, + "start_datetime": "1999-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 127117, + "datetime": "2011-01-01T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_064/s47e166-0f34b4.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s47e169-48784b.json b/current/shorelinemonitor-shorelines/items/s47e169-48784b.json new file mode 100644 index 0000000000..e063b9cadf --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s47e169-48784b.json @@ -0,0 +1,316 @@ +{ + "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": "s47e169-48784b", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 170.960357, + -46.672052 + ], + [ + 170.960357, + -45.127155 + ], + [ + 168.80479, + -45.127155 + ], + [ + 168.80479, + -46.672052 + ], + [ + 170.960357, + -46.672052 + ] + ] + ] + }, + "bbox": [ + 168.80479, + -46.672052, + 170.960357, + -45.127155 + ], + "properties": { + "created": "2025-01-07T13:04:00.626912Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 168.80479, + -46.672052, + 170.960357, + -45.127155 + ], + "proj:epsg": 4326, + "start_datetime": "1999-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 4008, + "datetime": "2011-01-01T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_064/s47e169-48784b.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s47w072-6f1d65.json b/current/shorelinemonitor-shorelines/items/s47w072-6f1d65.json new file mode 100644 index 0000000000..d8c4e01fb7 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s47w072-6f1d65.json @@ -0,0 +1,316 @@ +{ + "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": "s47w072-6f1d65", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -53.899188, + -47.353511 + ], + [ + -53.899188, + -33.785578 + ], + [ + -71.864888, + -33.785578 + ], + [ + -71.864888, + -47.353511 + ], + [ + -53.899188, + -47.353511 + ] + ] + ] + }, + "bbox": [ + -71.864888, + -47.353511, + -53.899188, + -33.785578 + ], + "properties": { + "created": "2025-01-07T13:01:16.930402Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -71.864888, + -47.353511, + -53.899188, + -33.785578 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 70812, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_051/s47w072-6f1d65.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s47w076-ad916c.json b/current/shorelinemonitor-shorelines/items/s47w076-ad916c.json new file mode 100644 index 0000000000..04b9361ef4 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s47w076-ad916c.json @@ -0,0 +1,316 @@ +{ + "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": "s47w076-ad916c", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -72.707696, + -47.353544 + ], + [ + -72.707696, + -45.022422 + ], + [ + -75.788135, + -45.022422 + ], + [ + -75.788135, + -47.353544 + ], + [ + -72.707696, + -47.353544 + ] + ] + ] + }, + "bbox": [ + -75.788135, + -47.353544, + -72.707696, + -45.022422 + ], + "properties": { + "created": "2025-01-07T12:59:06.090664Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -75.788135, + -47.353544, + -72.707696, + -45.022422 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 36446, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_050/s47w076-ad916c.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s47w081-503f25.json b/current/shorelinemonitor-shorelines/items/s47w081-503f25.json new file mode 100644 index 0000000000..65e34f21dc --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s47w081-503f25.json @@ -0,0 +1,316 @@ +{ + "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": "s47w081-503f25", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -71.865526, + -47.119399 + ], + [ + -71.865526, + -33.785593 + ], + [ + -81.121799, + -33.785593 + ], + [ + -81.121799, + -47.119399 + ], + [ + -71.865526, + -47.119399 + ] + ] + ] + }, + "bbox": [ + -81.121799, + -47.119399, + -71.865526, + -33.785593 + ], + "properties": { + "created": "2025-01-07T13:00:35.046812Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -81.121799, + -47.119399, + -71.865526, + -33.785593 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 124957, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_050/s47w081-503f25.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s50e068-3dfb57.json b/current/shorelinemonitor-shorelines/items/s50e068-3dfb57.json new file mode 100644 index 0000000000..bcc1e0a64d --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s50e068-3dfb57.json @@ -0,0 +1,316 @@ +{ + "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": "s50e068-3dfb57", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 70.742057, + -49.768187 + ], + [ + 70.742057, + -48.66846 + ], + [ + 68.496843, + -48.66846 + ], + [ + 68.496843, + -49.768187 + ], + [ + 70.742057, + -49.768187 + ] + ] + ] + }, + "bbox": [ + 68.496843, + -49.768187, + 70.742057, + -48.66846 + ], + "properties": { + "created": "2025-01-07T12:58:39.987275Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 68.496843, + -49.768187, + 70.742057, + -48.66846 + ], + "proj:epsg": 4326, + "start_datetime": "1999-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 26050, + "datetime": "2011-01-01T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_036/s50e068-3dfb57.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s51w076-e8c071.json b/current/shorelinemonitor-shorelines/items/s51w076-e8c071.json new file mode 100644 index 0000000000..1966ec0851 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s51w076-e8c071.json @@ -0,0 +1,316 @@ +{ + "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": "s51w076-e8c071", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -72.988452, + -50.796903 + ], + [ + -72.988452, + -47.35392 + ], + [ + -75.794985, + -47.35392 + ], + [ + -75.794985, + -50.796903 + ], + [ + -72.988452, + -50.796903 + ] + ] + ] + }, + "bbox": [ + -75.794985, + -50.796903, + -72.988452, + -47.35392 + ], + "properties": { + "created": "2025-01-07T12:54:21.647360Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -75.794985, + -50.796903, + -72.988452, + -47.35392 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 138625, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_028/s51w076-e8c071.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s53e073-d5ab79.json b/current/shorelinemonitor-shorelines/items/s53e073-d5ab79.json new file mode 100644 index 0000000000..7e5b8d0234 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s53e073-d5ab79.json @@ -0,0 +1,316 @@ +{ + "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": "s53e073-d5ab79", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 73.829984, + -53.259973 + ], + [ + 73.829984, + -52.923217 + ], + [ + 72.988453, + -52.923217 + ], + [ + 72.988453, + -53.259973 + ], + [ + 73.829984, + -53.259973 + ] + ] + ] + }, + "bbox": [ + 72.988453, + -53.259973, + 73.829984, + -52.923217 + ], + "properties": { + "created": "2025-01-07T12:58:40.803244Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 72.988453, + -53.259973, + 73.829984, + -52.923217 + ], + "proj:epsg": 4326, + "start_datetime": "2022-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 203, + "datetime": "2022-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_037/s53e073-d5ab79.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s53e166-a8f157.json b/current/shorelinemonitor-shorelines/items/s53e166-a8f157.json new file mode 100644 index 0000000000..695f85f5e4 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s53e166-a8f157.json @@ -0,0 +1,316 @@ +{ + "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": "s53e166-a8f157", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 178.813486, + -52.753068 + ], + [ + 178.813486, + -47.921428 + ], + [ + 165.627216, + -47.921428 + ], + [ + 165.627216, + -52.753068 + ], + [ + 178.813486, + -52.753068 + ] + ] + ] + }, + "bbox": [ + 165.627216, + -52.753068, + 178.813486, + -47.921428 + ], + "properties": { + "created": "2025-01-07T12:58:42.070538Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + 165.627216, + -52.753068, + 178.813486, + -47.921428 + ], + "proj:epsg": 4326, + "start_datetime": "1999-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 973, + "datetime": "2011-01-01T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_042/s53e166-a8f157.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s54w076-cbbfc5.json b/current/shorelinemonitor-shorelines/items/s54w076-cbbfc5.json new file mode 100644 index 0000000000..102ccd573d --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s54w076-cbbfc5.json @@ -0,0 +1,316 @@ +{ + "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": "s54w076-cbbfc5", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -71.865526, + -54.091376 + ], + [ + -71.865526, + -48.853586 + ], + [ + -75.794985, + -48.853586 + ], + [ + -75.794985, + -54.091376 + ], + [ + -71.865526, + -54.091376 + ] + ] + ] + }, + "bbox": [ + -75.794985, + -54.091376, + -71.865526, + -48.853586 + ], + "properties": { + "created": "2025-01-07T12:55:39.494634Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -75.794985, + -54.091376, + -71.865526, + -48.853586 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 145258, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_028/s54w076-cbbfc5.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s55w036-f5706a.json b/current/shorelinemonitor-shorelines/items/s55w036-f5706a.json new file mode 100644 index 0000000000..5dd561a6b4 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s55w036-f5706a.json @@ -0,0 +1,316 @@ +{ + "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": "s55w036-f5706a", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -35.652191, + -54.906405 + ], + [ + -35.652191, + -54.419727 + ], + [ + -35.932308, + -54.419727 + ], + [ + -35.932308, + -54.906405 + ], + [ + -35.652191, + -54.906405 + ] + ] + ] + }, + "bbox": [ + -35.932308, + -54.906405, + -35.652191, + -54.419727 + ], + "properties": { + "created": "2025-01-07T12:58:25.589553Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -35.932308, + -54.906405, + -35.652191, + -54.419727 + ], + "proj:epsg": 4326, + "start_datetime": "2000-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 1043, + "datetime": "2011-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_031/s55w036-f5706a.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s55w038-69c676.json b/current/shorelinemonitor-shorelines/items/s55w038-69c676.json new file mode 100644 index 0000000000..d68d2cb47e --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s55w038-69c676.json @@ -0,0 +1,316 @@ +{ + "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": "s55w038-69c676", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -35.932946, + -54.906406 + ], + [ + -35.932946, + -53.926677 + ], + [ + -38.45882, + -53.926677 + ], + [ + -38.45882, + -54.906406 + ], + [ + -35.932946, + -54.906406 + ] + ] + ] + }, + "bbox": [ + -38.45882, + -54.906406, + -35.932946, + -53.926677 + ], + "properties": { + "created": "2025-01-07T12:58:24.178524Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -38.45882, + -54.906406, + -35.932946, + -53.926677 + ], + "proj:epsg": 4326, + "start_datetime": "1999-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 18162, + "datetime": "2011-01-01T00:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_030/s55w038-69c676.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s55w075-6d19de.json b/current/shorelinemonitor-shorelines/items/s55w075-6d19de.json new file mode 100644 index 0000000000..8741cbb348 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s55w075-6d19de.json @@ -0,0 +1,316 @@ +{ + "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": "s55w075-6d19de", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -71.865526, + -54.906406 + ], + [ + -71.865526, + -52.412487 + ], + [ + -74.952911, + -52.412487 + ], + [ + -74.952911, + -54.906406 + ], + [ + -71.865526, + -54.906406 + ] + ] + ] + }, + "bbox": [ + -74.952911, + -54.906406, + -71.865526, + -52.412487 + ], + "properties": { + "created": "2025-01-07T12:56:28.598600Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -74.952911, + -54.906406, + -71.865526, + -52.412487 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 92366, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_028/s55w075-6d19de.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s56w068-2bdac5.json b/current/shorelinemonitor-shorelines/items/s56w068-2bdac5.json new file mode 100644 index 0000000000..ed3ec9e3bc --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s56w068-2bdac5.json @@ -0,0 +1,316 @@ +{ + "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": "s56w068-2bdac5", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -57.548626, + -56.020416 + ], + [ + -57.548626, + -50.844312 + ], + [ + -67.934789, + -50.844312 + ], + [ + -67.934789, + -56.020416 + ], + [ + -57.548626, + -56.020416 + ] + ] + ] + }, + "bbox": [ + -67.934789, + -56.020416, + -57.548626, + -50.844312 + ], + "properties": { + "created": "2025-01-07T12:56:55.681888Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -67.934789, + -56.020416, + -57.548626, + -50.844312 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 44741, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_029/s56w068-2bdac5.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file diff --git a/current/shorelinemonitor-shorelines/items/s56w072-b9028f.json b/current/shorelinemonitor-shorelines/items/s56w072-b9028f.json new file mode 100644 index 0000000000..63e794bf04 --- /dev/null +++ b/current/shorelinemonitor-shorelines/items/s56w072-b9028f.json @@ -0,0 +1,316 @@ +{ + "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": "s56w072-b9028f", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -58.952308, + -55.776911 + ], + [ + -58.952308, + -47.35394 + ], + [ + -71.864888, + -47.35394 + ], + [ + -71.864888, + -55.776911 + ], + [ + -58.952308, + -55.776911 + ] + ] + ] + }, + "bbox": [ + -71.864888, + -55.776911, + -58.952308, + -47.35394 + ], + "properties": { + "created": "2025-01-07T12:58:14.210392Z", + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "timestamp[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "otsu_threshold", + "type": "float", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "geometry", + "type": "WKB", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox.xmax", + "type": "double" + }, + { + "name": "bbox.xmin", + "type": "double" + }, + { + "name": "bbox.ymax", + "type": "double" + }, + { + "name": "bbox.ymin", + "type": "double" + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "timestamp[ns, tz=utc]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "list", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "string", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "proj:bbox": [ + -71.864888, + -55.776911, + -58.952308, + -47.35394 + ], + "proj:epsg": 4326, + "start_datetime": "1984-01-01T00:00:00Z", + "end_datetime": "2023-01-01T00:00:00Z", + "table:row_count": 147036, + "datetime": "2003-07-02T12:00:00Z" + }, + "links": [ + { + "rel": "root", + "href": "../../catalog.json", + "type": "application/json", + "title": "CoCliCo STAC Catalog" + }, + { + "rel": "collection", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + }, + { + "rel": "parent", + "href": "../collection.json", + "type": "application/json", + "title": "ShorelineMonitor: Satellite-Derived Shorelines" + } + ], + "assets": { + "data": { + "href": "https://coclico.blob.core.windows.net/shorelinemonitor-shorelines/release/2025-01-01/box_029/s56w072-b9028f.parquet", + "type": "application/vnd.apache.parquet", + "title": "ShorelineMonitor: Satellite-Derived Shorelines", + "description": "Parquet dataset with Satellite-Derived Shorelines (SDS) spanning 1984-2024.", + "table:storage_options": { + "account_name": "coclico" + }, + "table:columns": [ + { + "name": "shoreline_id", + "type": "string", + "description": "Unique identifier for the shoreline segment." + }, + { + "name": "datetime", + "type": "datetime64[ns]", + "description": "Timestamp of the shoreline observation." + }, + { + "name": "geometry", + "type": "geometry", + "description": "Shoreline geometry represented as a geospatial LINESTRING object." + }, + { + "name": "bbox", + "type": "object", + "description": "Bounding box of the shoreline segment as a dictionary of xmin, ymin, xmax, ymax." + }, + { + "name": "quadkey", + "type": "string", + "description": "Tile key for spatial indexing using the Bing Maps Tile System." + }, + { + "name": "otsu_threshold", + "type": "float32", + "description": "Threshold value determined by Otsu's method for water detection." + }, + { + "name": "otsu_separability", + "type": "float32", + "description": "Separability score for land-water classification using Otsu's method." + }, + { + "name": "sinuosity", + "type": "float32", + "description": "Sinuosity of the shoreline segment." + }, + { + "name": "self_intersection_density", + "type": "float32", + "description": "Density of self-intersections in the shoreline geometry." + }, + { + "name": "fractal_dimension", + "type": "float32", + "description": "Fractal dimension of the shoreline geometry." + }, + { + "name": "filter_length", + "type": "int32", + "description": "Length of the applied filter in the shoreline extraction process." + }, + { + "name": "filter_n_points", + "type": "int32", + "description": "Number of points included in the applied filter." + }, + { + "name": "source", + "type": "string", + "description": "Identifier of the source dataset used for the shoreline extraction." + }, + { + "name": "box_id", + "type": "string", + "description": "Identifier for the bounding box in the shoreline system." + }, + { + "name": "composite:image_id", + "type": "string", + "description": "Identifier for the composite image used in shoreline detection." + }, + { + "name": "composite:start_datetime", + "type": "datetime64[ns, UTC]", + "description": "Start timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:end_datetime", + "type": "datetime64[ns, UTC]", + "description": "End timestamp of the composite period for the shoreline observation." + }, + { + "name": "composite:determination_datetimes", + "type": "object", + "description": "Array of timestamps for images used in the composite." + }, + { + "name": "composite:cloud_cover", + "type": "object", + "description": "Array of cloud cover percentages for the composite images." + }, + { + "name": "coastal_zone:buffer_distance", + "type": "int32", + "description": "Buffer distance applied to the coastal zone, in meters." + }, + { + "name": "coastal_zone:source", + "type": "string", + "description": "Source used for the coastal zone buffer creation, such as OSM." + } + ], + "roles": [ + "data" + ] + } + }, + "collection": "shorelinemonitor-shorelines" +} \ No newline at end of file